Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How does a Classic ASP/VB programmer become an ASP.NET Pin
kubben2-Apr-07 5:46
kubben2-Apr-07 5:46 
QuestionTrial Version Pin
Socheat.Net2-Apr-07 1:09
Socheat.Net2-Apr-07 1:09 
AnswerRe: Trial Version Pin
CPallini2-Apr-07 1:59
mveCPallini2-Apr-07 1:59 
AnswerRe: Trial Version Pin
Nick Rioux2-Apr-07 10:41
Nick Rioux2-Apr-07 10:41 
GeneralRe: Trial Version Pin
Socheat.Net2-Apr-07 21:25
Socheat.Net2-Apr-07 21:25 
QuestionReturn code 200 or 304 by means of SetETag [modified] Pin
alexburzak2-Apr-07 0:38
alexburzak2-Apr-07 0:38 
QuestionAbout global keyboard hook in VB2005 Pin
Asasin8101622-Apr-07 0:16
Asasin8101622-Apr-07 0:16 
AnswerRe: About global keyboard hook in VB2005 Pin
Duncan Edwards Jones2-Apr-07 0:34
professionalDuncan Edwards Jones2-Apr-07 0:34 
The possible problems are:
(1) a global WH_KEYBOARD hook must reside in a standard old style (not .NET) dll because that dll has to be loaded in to the address space of each and every running application. If you want this kind of functionality from a VB/VB.net app you should use the WH_KEYBOARD_LL hook instead.

(2) A message box will only be shown if the app that gets the key press is the foreground app which might not be the case.

'--8<------------------------
Ex Datis:
Duncan Jones
Merrion Computing Ltd

GeneralRe: About global keyboard hook in VB2005 Pin
Asasin8101622-Apr-07 6:19
Asasin8101622-Apr-07 6:19 
QuestionIs it possible to grab a pop up message written by javascript from a html page in a webbrowser control? Pin
astcws1-Apr-07 23:33
astcws1-Apr-07 23:33 
AnswerRe: Is it possible to grab a pop up message written by javascript from a html page in a webbrowser control? Pin
Dave Kreskowiak2-Apr-07 1:12
mveDave Kreskowiak2-Apr-07 1:12 
Questionremoving excel filters using VB macro Pin
Keshav V. Kamat1-Apr-07 21:54
Keshav V. Kamat1-Apr-07 21:54 
AnswerRe: removing excel filters using VB macro Pin
Keshav V. Kamat2-Apr-07 18:25
Keshav V. Kamat2-Apr-07 18:25 
Questioncrystal report..... Pin
Member 38798811-Apr-07 20:31
Member 38798811-Apr-07 20:31 
AnswerRe: crystal report..... Pin
freefika2-Apr-07 10:32
freefika2-Apr-07 10:32 
QuestionBack button does not work in IE? Pin
porsti1-Apr-07 20:24
porsti1-Apr-07 20:24 
QuestionHow to Connect Remote Database In Vb.Net For MS Access Database Pin
Kiran S. S.1-Apr-07 19:54
Kiran S. S.1-Apr-07 19:54 
AnswerRe: How to Connect Remote Database In Vb.Net For MS Access Database Pin
_mubashir1-Apr-07 21:28
_mubashir1-Apr-07 21:28 
GeneralRe: How to Connect Remote Database In Vb.Net For MS Access Database Pin
Kiran S. S.3-Apr-07 1:55
Kiran S. S.3-Apr-07 1:55 
QuestionSOUND FREQUENCY Problem Pin
Dahlia Lahla1-Apr-07 17:25
Dahlia Lahla1-Apr-07 17:25 
AnswerRe: SOUND FREQUENCY Problem Pin
Dave Kreskowiak1-Apr-07 17:45
mveDave Kreskowiak1-Apr-07 17:45 
QuestionRe: SOUND FREQUENCY Problem Pin
Dahlia Lahla3-Apr-07 12:54
Dahlia Lahla3-Apr-07 12:54 
QuestionCrystal Reports in VB.Net 2003 Pin
Kusal1-Apr-07 17:07
Kusal1-Apr-07 17:07 
AnswerRe: Crystal Reports in VB.Net 2003 Pin
Tirthadip1-Apr-07 18:31
Tirthadip1-Apr-07 18:31 
GeneralRe: Crystal Reports in VB.Net 2003 Pin
Kusal3-Apr-07 0:53
Kusal3-Apr-07 0:53 

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.