Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #10.5K
Ranked #2K

18 Posted Topics

Member Avatar for daviddoria

Please visit the following link for more information: [url]http://www.vbforums.com/showthread.php?t=544701[/url] If you do not mind, please let me know if this helped you or not.

Member Avatar for tenorjazz
0
168
Member Avatar for javlonchik

Are you referring to an image carousel? [url]http://www.vectorform.com/silverlight/silverlight2/ImageCarousel/[/url]

Member Avatar for topsarge
0
101
Member Avatar for opsryushi

I make $32 per hour in most cases and I've made that much for a while, with opportunity to go up in price but have stalled here as I am comfortable here. I recommend starting at $15-20 per working hour and see how that plays out. Narrowing down your ideal …

Member Avatar for Jen0608
0
158
Member Avatar for jyotiu
Member Avatar for archangelzero6

Did you ever find a solution to this problem? If not, I may have one for you, just let me know since you asked for this two days ago.

Member Avatar for archangelzero6
0
58
Member Avatar for AGU.Jessica

I hate to be blunt but that is horrible and it's hardly even your fault. I strongly suggest ditching Frontpage and learning HTML, [url]http://www.w3.org/html/[/url] is a good place to start with tutorials. I cannot express enough how much this would help your cross-browser compatibility and of course knowing exactly what …

Member Avatar for MidiMagic
0
204
Member Avatar for happyday09

I know this is probably not what you want to hear, but as you are still learning obviously, why not learn using current technology? You can learn to program VB.NET just as easy as VB6 and older, if you are still in the early stages. You can get Visual Studio …

Member Avatar for happyday09
0
110
Member Avatar for brylezkie

Please elaborate as to what your problem is when you attempt to install visual basic. If there is an error message please show us here verbatim if possible.

Member Avatar for cguan_77
0
74
Member Avatar for Datanizze

[ICODE] Dim Test1 As String = "Box of " Dim Test2 As String = "Rabbits" MsgBox(Test1 + Test2) [/ICODE] Results in a message box that states: [QUOTE] Box of Rabbits [/QUOTE] [B]Note:[/B] I clearly was not paying full attention to the responses within this post, and this does not solve …

Member Avatar for rapture
0
144
Member Avatar for ecedano

Not exactly sure what you mean by "he can set type freely"; nor do I understand where the clicking of an icon comes in. Maybe try adding a textbox to your form, and settings its multiline property to true. That or explain what you're looking for in a little more …

Member Avatar for Minolwen
0
91
Member Avatar for cesdomsoft

Are you trying to extract records from Access database into the vb.net application? If so, what do you want to display them in, Datagridview? For reading only or for editing also?

Member Avatar for cesdomsoft
0
96
Member Avatar for fellowa
Member Avatar for Eyo

Barcode is just that, a font. Therefore if you have anything that can read the font used to create the barcode, it can translate it to another font (Arial) which would then appear as if you've translated the barcode into english (numbers).

Member Avatar for Minolwen
0
96
Member Avatar for muhammad ismail

You can use data binding to force the textbox value to show the currently selected record (or any field/cell thereof) in the DGV. Is this ultimately what you're looking for?

Member Avatar for Minolwen
0
78
Member Avatar for srikanth595

Perhaps if you included more details about what you're looking for, and do not expect the source code straight away, you will get your solution...

Member Avatar for Minolwen
-3
43
Member Avatar for tropix

I highly recommend you look into data binding, as it will save you a lot of time and virtually all of the code you've listed above. Data binding will allow you to bind data from the datatable to your datagridview. When this happens all you do is initiate a fill …

Member Avatar for tropix
0
95
Member Avatar for anandknd

Do you want to save the image itself inside of the database, or would you rather save the path to the image in the database? The only real difference is database size, and file transport.

Member Avatar for silambharasan
0
92
Member Avatar for tol

What do you mean by: [QUOTE]how to load the text i have downloaded into my visual basic form[/QUOTE] Please elaborate on what you mean by saying that you have "downloaded into my visual basic form". Also include where you stand, and exactly what you are trying to do.

Member Avatar for Minolwen
0
114

The End.