Click here to Skip to main content
15,900,907 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow can i make movable Buttons? Pin
Enver Hoxha16-Sep-11 3:46
Enver Hoxha16-Sep-11 3:46 
AnswerRe: How can i make movable Buttons? Pin
MicroVirus16-Sep-11 4:49
MicroVirus16-Sep-11 4:49 
GeneralRe: How can i make movable Buttons? Pin
Lek Plepi18-Sep-11 20:54
Lek Plepi18-Sep-11 20:54 
QuestionSave Flexgrid Data in Acess Pin
Lek Plepi16-Sep-11 3:32
Lek Plepi16-Sep-11 3:32 
AnswerRe: Save Flexgrid Data in Acess Pin
Pradeep Shukla16-Sep-11 4:58
professionalPradeep Shukla16-Sep-11 4:58 
GeneralRe: Save Flexgrid Data in Acess Pin
Lek Plepi18-Sep-11 20:53
Lek Plepi18-Sep-11 20:53 
QuestionWhat's wrong with my extension method? Pin
Sonhospa16-Sep-11 2:31
Sonhospa16-Sep-11 2:31 
AnswerRe: What's wrong with my extension method? Pin
ekolis16-Sep-11 3:28
ekolis16-Sep-11 3:28 
GeneralRe: What's wrong with my extension method? Pin
Sonhospa17-Sep-11 4:32
Sonhospa17-Sep-11 4:32 
AnswerRe: What's wrong with my extension method? Pin
Wayne Gaylard16-Sep-11 3:31
professionalWayne Gaylard16-Sep-11 3:31 
GeneralRe: What's wrong with my extension method? Pin
Sonhospa17-Sep-11 4:34
Sonhospa17-Sep-11 4:34 
AnswerRe: What's wrong with my extension method? Pin
Simon_Whale16-Sep-11 3:32
Simon_Whale16-Sep-11 3:32 
GeneralRe: What's wrong with my extension method? Pin
Sonhospa17-Sep-11 4:35
Sonhospa17-Sep-11 4:35 
AnswerRe: What's wrong with my extension method? Pin
Luc Pattyn17-Sep-11 5:42
sitebuilderLuc Pattyn17-Sep-11 5:42 
QuestionHow can i get the Calling Number from MS Lync Pin
Michael Lisk16-Sep-11 0:37
Michael Lisk16-Sep-11 0:37 
AnswerRe: How can i get the Calling Number from MS Lync Pin
Simon_Whale16-Sep-11 0:53
Simon_Whale16-Sep-11 0:53 
QuestionDeskBand Objects - VB.NET Pin
Member 812506915-Sep-11 7:18
Member 812506915-Sep-11 7:18 
AnswerRe: DeskBand Objects - VB.NET Pin
Simon_Whale16-Sep-11 0:49
Simon_Whale16-Sep-11 0:49 
QuestionHow to connect vb .net data grid view to a ms access database files Pin
Member 824005315-Sep-11 3:58
Member 824005315-Sep-11 3:58 
AnswerRe: How to connect vb .net data grid view to a ms access database files Pin
Luc Pattyn15-Sep-11 6:23
sitebuilderLuc Pattyn15-Sep-11 6:23 
GeneralRe: How to connect vb .net data grid view to a ms access database files Pin
Manar.A21-Sep-11 6:01
Manar.A21-Sep-11 6:01 
GeneralRe: How to connect vb .net data grid view to a ms access database files Pin
Luc Pattyn21-Sep-11 6:15
sitebuilderLuc Pattyn21-Sep-11 6:15 
QuestionLeft$, Right$, Trim$, "$" Advice. Pin
Clark Kent12314-Sep-11 11:00
professionalClark Kent12314-Sep-11 11:00 
AnswerRe: Left$, Right$, Trim$, "$" Advice. Pin
Dave Doknjas14-Sep-11 11:49
Dave Doknjas14-Sep-11 11:49 
.NET strings can certainly be 'null' ('Nothing' in VB).
The point the author was making (checking my own copy of that book), is that the old VB6 functions accepted arguments that may be Nothing, while the ones with $ after it did not. After upgrading to VB.NET, the VB.NET versions of those functions will throw an exception if you pass Nothing to them. For this reason, he suggests to try to isolate the issues before upgrading. Either way, you'll have to go through this, but the more issues you can resolve before upgrading, the less overwhelming the upgrade will be. I did a number of upgrades for clients a few years ago and I can tell you that this is true (and the book you're using is excellent).
David Anton
Convert between VB, C#, C++, & Java
www.tangiblesoftwaresolutions.com

GeneralRe: Left$, Right$, Trim$, "$" Advice. Pin
Nagy Vilmos15-Sep-11 0:13
professionalNagy Vilmos15-Sep-11 0:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.