Click here to Skip to main content
15,896,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPassword Protected Package Pin
Guerven14-Nov-05 18:49
Guerven14-Nov-05 18:49 
AnswerRe: Password Protected Package Pin
Guerven14-Nov-05 18:50
Guerven14-Nov-05 18:50 
QuestionHow can C++ control a VB-window? Pin
Big_Goose14-Nov-05 16:17
Big_Goose14-Nov-05 16:17 
AnswerRe: How can C++ control a VB-window? Pin
Christian Graus14-Nov-05 16:33
protectorChristian Graus14-Nov-05 16:33 
AnswerRe: How can C++ control a VB-window? Pin
K. Shaffer15-Nov-05 8:57
K. Shaffer15-Nov-05 8:57 
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 

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.