Forum: VB.NET Apr 7th, 2009 |
| Replies: 2 Views: 363 Lol.... :D In terms of performance and efficiency? |
Forum: VB.NET Apr 6th, 2009 |
| Replies: 2 Views: 363 Hi,
If i need to use many same components in a window form (let say 20 picture boxes or 20 text boxes), which of the method below is more efficient??
1. Drag and drop the component 20 times.... |
Forum: VB.NET Mar 26th, 2009 |
| Replies: 4 Views: 499 This is exactly what's in my mind before reading those articles. There are some pros and cons of doing so... You'll know more after you read those articles... :) |
Forum: VB.NET Mar 25th, 2009 |
| Replies: 1 Views: 1,377 This may sounds stupid. I'm new to VB.net. My problem is that all the size of my picture box kept running.
1. I'm not sure is it because i set the form's backbgroundimagelayout to "Stretch" and... |
Forum: VB.NET Mar 25th, 2009 |
| Replies: 5 Views: 543 Perhaps you can create another function to check whether it exists or not?
Dim conn As SqlConnection
Dim strConn As String = "Data Source=ANX134\SQLEXPRESS;Initial... |
Forum: VB.NET Mar 25th, 2009 |
| Replies: 4 Views: 499 Hi, I did some searching.... Found some related article. Just for reference for those of you who like to know more about this topic.
http://www.webmasterworld.com/forum88/9091.htm
... |
Forum: VB.NET Mar 21st, 2009 |
| Replies: 4 Views: 499 Hi,
I'm trying to save some images into my Database of my application. Can I know which of the method below is better and why?
1. Store only the picture path into the database. Retrieve Picture... |
Forum: VB.NET Aug 4th, 2008 |
| Replies: 3 Views: 482 Thanks guys! ; )
I'm using the Visual Basic .NET Black Book. Is it good? So far i find some of the explanations a bit confusing. |
Forum: VB.NET Aug 4th, 2008 |
| Replies: 3 Views: 482 Hi,
I'm new in VB.net. I have background in C++, Java and Perl.
1. Is there any book you guys would recommend?
2. Can I use VB6 book? (I know there some major changes from VB6 to VB.net)
... |