Click here to Skip to main content
15,906,455 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to get a event when have 1 new file in one folder Pin
dinhnq14-Nov-05 14:54
dinhnq14-Nov-05 14:54 
AnswerRe: How to get a event when have 1 new file in one folder Pin
Christian Graus14-Nov-05 15:13
protectorChristian Graus14-Nov-05 15:13 
Questionkeyboard hooks stop Web Browser VS.net 2005 Pin
Sebzy14-Nov-05 9:09
Sebzy14-Nov-05 9:09 
Have used the keyboard hooks from
http://www.developer.com/net/vb/article.php/10926_2193301_3

Looks great but having a strange problem whenever the form loads the browser dose not navigate unless i remove the hooks anyone know whay this is happening


On form load the following is run

Code=> Dim Urladd As String
Code=> Urladd = "http://www.google.ie"
Code=> WebBrowser1.Navigate(New Uri(Urladd))
Code=> HookKeyboard()

when the form closes
Code=> UnhookKeyboard()
Code=> Me.Close()


Seb ....
AnswerRe: keyboard hooks stop Web Browser VS.net 2005 Pin
Sebzy14-Nov-05 9:17
Sebzy14-Nov-05 9:17 
QuestionOracle question Pin
icDavid14-Nov-05 8:08
icDavid14-Nov-05 8:08 
AnswerRe: Oracle question Pin
Sebzy14-Nov-05 9:27
Sebzy14-Nov-05 9:27 
Questionanimated jpeg streaming? Pin
Joe Zimmerman14-Nov-05 6:52
Joe Zimmerman14-Nov-05 6:52 
GeneralRe: animated jpeg streaming? Pin
Briga14-Nov-05 22:31
Briga14-Nov-05 22:31 
QuestionExport Data from Datagrid to word Pin
sreejaps14-Nov-05 6:22
sreejaps14-Nov-05 6:22 
Questionmobile programming Pin
microuser_200014-Nov-05 5:57
microuser_200014-Nov-05 5:57 
AnswerRe: mobile programming Pin
Briga14-Nov-05 22:28
Briga14-Nov-05 22:28 
QuestionOnclick event without using the AutoPostBack Pin
thyyyy14-Nov-05 4:27
thyyyy14-Nov-05 4:27 
AnswerRe: onclick event without using the AutoPostBack Pin
Dave Kreskowiak14-Nov-05 5:12
mveDave Kreskowiak14-Nov-05 5:12 
GeneralRe: onclick event without using the AutoPostBack Pin
thyyyy14-Nov-05 5:51
thyyyy14-Nov-05 5:51 
GeneralRe: onclick event without using the AutoPostBack Pin
Dave Kreskowiak14-Nov-05 8:13
mveDave Kreskowiak14-Nov-05 8:13 
QuestionHow to read a text file in VB 6 Pin
naeemnimi14-Nov-05 3:38
naeemnimi14-Nov-05 3:38 
AnswerRe: How to read a text file in VB 6 Pin
Joshua Quick14-Nov-05 7:03
Joshua Quick14-Nov-05 7:03 
Questionlinking 2 strings ... Pin
microuser_200013-Nov-05 23:16
microuser_200013-Nov-05 23:16 
AnswerRe: linking 2 strings ... Pin
aseef13-Nov-05 23:34
aseef13-Nov-05 23:34 
AnswerRe: linking 2 strings ... Pin
Briga14-Nov-05 2:13
Briga14-Nov-05 2:13 
GeneralRe: linking 2 strings ... Pin
microuser_200014-Nov-05 5:54
microuser_200014-Nov-05 5:54 
QuestionHow can i use PrintingStatus object in VS.NET 2003 Pin
Madni Abbasi13-Nov-05 19:50
Madni Abbasi13-Nov-05 19:50 
Questionhow to load dynamic module Pin
ZainAMJ13-Nov-05 19:02
ZainAMJ13-Nov-05 19:02 
QuestionQuestion about using VB 6 code, on the new Visual Basic 2005 Pin
Redlightpacket13-Nov-05 16:50
Redlightpacket13-Nov-05 16:50 
AnswerRe: Question about using VB 6 code, on the new Visual Basic 2005 Pin
Dave Kreskowiak13-Nov-05 17:51
mveDave Kreskowiak13-Nov-05 17:51 

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.