Click here to Skip to main content
15,891,607 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionShortcut in WindowCE Pin
hitesh sojitra7-Sep-08 23:56
hitesh sojitra7-Sep-08 23:56 
AnswerRe: Shortcut in WindowCE Pin
Steven J Jowett8-Sep-08 4:44
Steven J Jowett8-Sep-08 4:44 
AnswerRe: Shortcut in WindowCE Pin
hitesh sojitra8-Sep-08 18:38
hitesh sojitra8-Sep-08 18:38 
QuestionHow to do upload operation from VB6 making use of HTTP Pin
Ravi Bhat 36509677-Sep-08 20:49
Ravi Bhat 36509677-Sep-08 20:49 
AnswerRe: How to do upload operation from VB6 making use of HTTP Pin
Steven J Jowett8-Sep-08 1:02
Steven J Jowett8-Sep-08 1:02 
GeneralRe: How to do upload operation from VB6 making use of HTTP Pin
tinus@medbel.co.za9-Sep-08 20:28
tinus@medbel.co.za9-Sep-08 20:28 
Questionhow to pass two parameters in the address of thread , along with it's method name Pin
Nilish7-Sep-08 20:20
Nilish7-Sep-08 20:20 
AnswerRe: how to pass two parameters in the address of thread , along with it's method name Pin
Guffa7-Sep-08 21:31
Guffa7-Sep-08 21:31 
There are two different ways of doing that:

1. Create a class as a container for the two values, and send an instance of the class to the method.

2. Put the method in a class among with two member variables, and put the values in the member variables before starting the thread so that the method can access them.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: how to pass two parameters in the address of thread , along with it's method name Pin
Mycroft Holmes8-Sep-08 0:20
professionalMycroft Holmes8-Sep-08 0:20 
GeneralRe: how to pass two parameters in the address of thread , along with it's method name Pin
Guffa8-Sep-08 1:15
Guffa8-Sep-08 1:15 
QuestionImports Data from XLS file to DataGridView VB 2005 Pin
Member 30310697-Sep-08 19:42
Member 30310697-Sep-08 19:42 
AnswerRe: Imports Data from XLS file to DataGridView VB 2005 Pin
Steven J Jowett8-Sep-08 0:59
Steven J Jowett8-Sep-08 0:59 
Questionhow to import data from Tally to Ms Access or Sql. Pin
coolsatty7-Sep-08 5:43
coolsatty7-Sep-08 5:43 
AnswerRe: how to import data from Tally to Ms Access or Sql. Pin
Mycroft Holmes7-Sep-08 15:06
professionalMycroft Holmes7-Sep-08 15:06 
QuestionHow to connect a Nokia phone with PC and send/receive sms Pin
vahidkiani7-Sep-08 4:15
vahidkiani7-Sep-08 4:15 
AnswerRe: How to connect a Nokia phone with PC and send/receive sms Pin
Paul Conrad7-Sep-08 5:36
professionalPaul Conrad7-Sep-08 5:36 
QuestionHow can I use OpendDialog to place a song on a ListBox Pin
Qendro7-Sep-08 3:06
Qendro7-Sep-08 3:06 
AnswerRe: How can I use OpendDialog to place a song on a ListBox Pin
Saul Johnson7-Sep-08 4:42
Saul Johnson7-Sep-08 4:42 
GeneralRe: How can I use OpendDialog to place a song on a ListBox Pin
Christian Graus8-Sep-08 2:50
protectorChristian Graus8-Sep-08 2:50 
AnswerRe: How can I use OpendDialog to place a song on a ListBox Pin
Blue_Boy7-Sep-08 7:51
Blue_Boy7-Sep-08 7:51 
QuestionNice, Simple Docking Form Control? Pin
Saul Johnson6-Sep-08 9:42
Saul Johnson6-Sep-08 9:42 
AnswerRe: Nice, Simple Docking Form Control? Pin
Mycroft Holmes7-Sep-08 15:09
professionalMycroft Holmes7-Sep-08 15:09 
GeneralRe: Nice, Simple Docking Form Control? Pin
Saul Johnson9-Sep-08 6:17
Saul Johnson9-Sep-08 6:17 
GeneralRe: Nice, Simple Docking Form Control? Pin
tinus@medbel.co.za9-Sep-08 20:37
tinus@medbel.co.za9-Sep-08 20:37 
GeneralRe: Nice, Simple Docking Form Control? Pin
Saul Johnson10-Sep-08 6:09
Saul Johnson10-Sep-08 6:09 

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.