Click here to Skip to main content
15,910,886 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Convert Vb.net Application into Web application Pin
Dave Kreskowiak12-Oct-10 1:47
mveDave Kreskowiak12-Oct-10 1:47 
GeneralRe: Convert Vb.net Application into Web application Pin
vijay248212-Oct-10 2:32
vijay248212-Oct-10 2:32 
GeneralRe: Convert Vb.net Application into Web application Pin
Dave Kreskowiak12-Oct-10 4:11
mveDave Kreskowiak12-Oct-10 4:11 
GeneralRe: Convert Vb.net Application into Web application Pin
vijay248212-Oct-10 19:40
vijay248212-Oct-10 19:40 
QuestionReading Spanish Characters Pin
priyaahh11-Oct-10 20:33
priyaahh11-Oct-10 20:33 
AnswerRe: Reading Spanish Characters Pin
DaveAuld12-Oct-10 1:58
professionalDaveAuld12-Oct-10 1:58 
QuestionWhat does this Code means? Pin
Said Ali Jalali9-Oct-10 19:47
Said Ali Jalali9-Oct-10 19:47 
AnswerRe: What does this Code means? Pin
Dave Kreskowiak9-Oct-10 19:53
mveDave Kreskowiak9-Oct-10 19:53 
This is the start of a declaration that imports a function from the advapi32.dll. The line is incomplete, so there's no way to tell what the function was.

You use this if you want to call functions that are exported by library .DLL's, and not exposed through a COM interface. For example, you can import FindWindow and GetWindow from user32.dll to get a handle to another applications windows to do almost whatever you want with them.

GeneralRe: What does this Code means? Pin
Said Ali Jalali9-Oct-10 20:09
Said Ali Jalali9-Oct-10 20:09 
GeneralRe: What does this Code means? Pin
Dave Kreskowiak10-Oct-10 3:12
mveDave Kreskowiak10-Oct-10 3:12 
GeneralRe: What does this Code means? Pin
Said Ali Jalali9-Oct-10 20:46
Said Ali Jalali9-Oct-10 20:46 
QuestionMessage Removed Pin
7-Oct-10 21:48
vijay24827-Oct-10 21:48 
AnswerRe: Create dummy .txt file in a Folder. Pin
Goutam Patra7-Oct-10 22:10
professionalGoutam Patra7-Oct-10 22:10 
QuestionMessage Removed Pin
7-Oct-10 21:23
vijay24827-Oct-10 21:23 
AnswerRe: Search for File existance in a Folder Pin
Goutam Patra7-Oct-10 22:07
professionalGoutam Patra7-Oct-10 22:07 
QuestionHow to set DataGridView rows height ? Pin
Paramu19737-Oct-10 1:01
Paramu19737-Oct-10 1:01 
AnswerRe: How to set DataGridView rows height ? Pin
Kschuler7-Oct-10 7:49
Kschuler7-Oct-10 7:49 
AnswerRe: How to set DataGridView rows height ? Pin
DaveAuld7-Oct-10 14:07
professionalDaveAuld7-Oct-10 14:07 
GeneralRe: How to set DataGridView rows height ? Pin
Paramu19738-Oct-10 20:40
Paramu19738-Oct-10 20:40 
GeneralRe: How to set DataGridView rows height ? Pin
Mycroft Holmes9-Oct-10 2:43
professionalMycroft Holmes9-Oct-10 2:43 
QuestionXML Manipulation Pin
JC.KaNNaN6-Oct-10 19:59
JC.KaNNaN6-Oct-10 19:59 
AnswerRe: XML Manipulation Pin
Bhim Prakash Singh6-Oct-10 22:34
Bhim Prakash Singh6-Oct-10 22:34 
AnswerRe: XML Manipulation Pin
Richard MacCutchan6-Oct-10 22:35
mveRichard MacCutchan6-Oct-10 22:35 
QuestionCustom Maps for GPS Pin
Dominick Marciano6-Oct-10 17:58
professionalDominick Marciano6-Oct-10 17:58 
AnswerRe: Custom Maps for GPS Pin
Dave Kreskowiak7-Oct-10 2:21
mveDave Kreskowiak7-Oct-10 2:21 

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.