No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
18 Posted Topics
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.
Are you referring to an image carousel? [url]http://www.vectorform.com/silverlight/silverlight2/ImageCarousel/[/url]
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 …
Have you considered using php include?
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.
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 …
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 …
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.
[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 …
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 …
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?
Have you considered binding this label to the database field you want and ditching the hidden textbox?
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).
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?
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...
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 …
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.
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.
The End.
Minolwen