Click here to Skip to main content
15,917,645 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 
Did you remember to import the module containing the extension method in the code where you're trying to call it?

Also, I'm not sure about VB, but I know that in C#, if you're trying to call an extension method on "this" (which in VB would be "Me"), you actually have to specify "this.MyExtensionMethod()" instead of just calling the method as if it were an instance method: "MyExtensionMethod()"
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 
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.