Click here to Skip to main content
15,917,177 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VBA in Excel - Passing name to function Pin
Dave Kreskowiak2-Nov-06 15:42
mveDave Kreskowiak2-Nov-06 15:42 
QuestionMultiple SiteMapProviders Pin
nlindley72-Nov-06 10:16
nlindley72-Nov-06 10:16 
QuestionInsert/Overwrite Pin
UltraCoder2-Nov-06 9:04
UltraCoder2-Nov-06 9:04 
AnswerRe: Insert/Overwrite Pin
Guffa2-Nov-06 9:24
Guffa2-Nov-06 9:24 
GeneralRe: Insert/Overwrite Pin
UltraCoder2-Nov-06 9:40
UltraCoder2-Nov-06 9:40 
GeneralRe: Insert/Overwrite Pin
nlarson112-Nov-06 10:24
nlarson112-Nov-06 10:24 
GeneralRe: Insert/Overwrite Pin
UltraCoder2-Nov-06 10:37
UltraCoder2-Nov-06 10:37 
GeneralRe: Insert/Overwrite Pin
nlarson112-Nov-06 10:56
nlarson112-Nov-06 10:56 
The api code definition was written Pre-dotnet so it uses long and integer. you need to change these to the new dotnet equivalents to int32 / int16.

just tested the below code in 2005 and it works fine:

Public Declare Function GetKeyState Lib "user32" Alias "GetKeyState" (ByVal nVirtKey As Int32) As Int16

private sub CheckInsertStatus()

if getkeystate(keys.insert)=0 then
msgbox "overwrite"
else
msgbox "insert"
end if

end sub
GeneralRe: Insert/Overwrite Pin
UltraCoder2-Nov-06 11:05
UltraCoder2-Nov-06 11:05 
QuestionScreensaver Command Line Arguments Pin
Quasarchangel2-Nov-06 5:03
Quasarchangel2-Nov-06 5:03 
QuestionVb.net - multi user Pin
Silver-Grey2-Nov-06 4:48
Silver-Grey2-Nov-06 4:48 
AnswerRe: Vb.net - multi user Pin
Dave Kreskowiak2-Nov-06 7:24
mveDave Kreskowiak2-Nov-06 7:24 
GeneralRe: Vb.net - multi user Pin
Silver-Grey2-Nov-06 8:33
Silver-Grey2-Nov-06 8:33 
GeneralRe: Vb.net - multi user Pin
Dave Kreskowiak2-Nov-06 8:48
mveDave Kreskowiak2-Nov-06 8:48 
GeneralRe: Vb.net - multi user Pin
Silver-Grey2-Nov-06 11:36
Silver-Grey2-Nov-06 11:36 
AnswerRe: Vb.net - multi user Pin
Dave Sexton2-Nov-06 20:03
Dave Sexton2-Nov-06 20:03 
Questionprintpreview without 'generating document'-form Pin
Smithers-Jones2-Nov-06 4:20
Smithers-Jones2-Nov-06 4:20 
QuestionReading strings from binary files Pin
Ben Dessau2-Nov-06 4:20
Ben Dessau2-Nov-06 4:20 
QuestionWIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Joey Picerno2-Nov-06 4:17
Joey Picerno2-Nov-06 4:17 
AnswerRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Dave Kreskowiak2-Nov-06 7:14
mveDave Kreskowiak2-Nov-06 7:14 
GeneralRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Joey Picerno2-Nov-06 8:02
Joey Picerno2-Nov-06 8:02 
GeneralRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Dave Kreskowiak2-Nov-06 8:09
mveDave Kreskowiak2-Nov-06 8:09 
AnswerSolved!!!! Pin
Joey Picerno2-Nov-06 11:06
Joey Picerno2-Nov-06 11:06 
AnswerRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Guffa2-Nov-06 7:53
Guffa2-Nov-06 7:53 
QuestionRecent files in combobox Pin
johnjsm2-Nov-06 4:17
johnjsm2-Nov-06 4:17 

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.