|
This is just to let you know that change is coming to the forum.
We are in the process of upgrading this form to the latest version of the forum software. This newest version uses different manners to do page layout. As such, the internal change is pretty...
Started by brad jones on
, 26 posts
by 11 people.
Answer Snippets (Read the full thread at vbforums):
VBForums is a larger forum, so it was pushed near the end of the list.
And are rolling them out in groups.
|
|
This is just to let you know that change is coming to the forum.
We are in the process of upgrading this form to the latest version of the forum software. This newest version uses different manners to do page layout. As such, the internal change is pretty...
Started by brad jones on
, 29 posts
by 11 people.
Answer Snippets (Read the full thread at com):
VBForums is a larger forum, so it was pushed near the end of the list.
And are rolling them out in groups.
|
|
What do you think will be the next big technological advancement ? OR What advancement would you like to see ?
Personally I think the next big technological advancements need to be:
#1 Batteries need to be able to store much more energy
#2 Need a new ...
Started by BlindSniper on
, 17 posts
by 10 people.
Answer Snippets (Read the full thread at com):
BB teleportation! no just kidding
since i got everything that i... .
A new arithmetic in which 2+2 = 5 for very large values of 2 .
What I would like to see is more advancements in med-tech, fuel, but what I think we'll get is new social media/network apps .
|
Ask your Facebook Friends
|
I am looking for a link or tutorial that explains how to work with a datagridview
I am just trying to search a datgrid view for any rows with a certain value in column 2 and return the value of column 3
I would prefer explanation, links or tutorials but...
Started by sheetzdw on
, 20 posts
by 3 people.
Answer Snippets (Read the full thread at vbforums):
Yes the DGV gets data from an access db as a datasource
I am open to suggestions
here is ... .
Does the DGV get its data from a Datatable? If so, I would search the datatable rather than the DGV, and that, of course, would be a whole different explanation .
|
|
Did a new CSS for VBF get loaded? I noticed all of the links are now this dark grey on grey, making it harder for me to read them. There's not enough contrast. What was wrong with the old colors? The blue on grey was just fine.
-tg
Started by techgnome on
, 24 posts
by 11 people.
Answer Snippets (Read the full thread at vbforums):
I remember reading a book on site design and how you need to be... .
Not enough CONTRAST with the background color.
-tg The color choice for text seems to be not DARK ENOUGH .
This is bad !!! And I think the font type changed too, which makes it even worse .
|
|
It will be good if you have included a "+" on those birthday's of friends/contacts. For example, say, I have around 60 friends. I would remember some of their screen names, and for the rest I might forget. So, sometimes I miss greeting them on their birthdays...
Started by akhileshbc on
, 7 posts
by 2 people.
Answer Snippets (Read the full thread at com):
VBForums.
With the smaller forums and working towards the bigger ones, with a few going each week .
|
|
Hey guys I'm kind of new to programming and having a little homework trouble, any help or advice is much appreciated. Here's my problem: I have to display asterisks in a label to look like this:
**
****
I have to use a nested Do..Loop within a For..Next...
Started by jas0401 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at com):
|
|
Hey, I made timer to check this code below each second.
Code: If ProgressBar1.Value = ProgressBar1.Maximum = True Then BackgroundWorker1.RunWorkerAsync() ProgressBar1.Value = 0 Else ProgressBar1.Value += 1 End If
But it freezes whole program. Is there...
Started by Lanibox on
, 8 posts
by 5 people.
Answer Snippets (Read the full thread at vbforums):
Any other ideas? :P What you've provided so far doesn't really make a lot of... .
Thanks but Im using to to show user when my program does something again, not progress of work .
Use BackgroundWorker.ReportProgress method to raise the ProgressChanged event.
|
|
How can i add a menuitem to my msg editor options menu?
is it possible to copy the msg body from an open message in the wm message editor, + how?
how can i send text to sms editor with wm5 vb.net?
i found a simple looking solution earlier, but i can't...
Started by .paul. on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at com):
Hi,
if you can't load sms.dll then this suggests it is a PocketPC without a phone - sms.dll comes when a PPC has phone capability
Pete .
|
|
Hi,
i found some strange issue. I have a variable with the Typ Double
This is filled with the value 0.07 (return result from a database request which is returned as string, but converted to Double!)
The value is exact 0.07. The Debugger show me also 0...
Started by Superuse on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at vbforums):
|