Click here to Skip to main content
15,922,574 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDatagrid Pin
LordLothar5-Jun-05 21:10
LordLothar5-Jun-05 21:10 
GeneralConvert vbnet forms to asp.net Pin
smita_roy5-Jun-05 20:31
smita_roy5-Jun-05 20:31 
GeneralRe: Convert vbnet forms to asp.net Pin
Colin Angus Mackay5-Jun-05 20:58
Colin Angus Mackay5-Jun-05 20:58 
GeneralRe: Convert vbnet forms to asp.net Pin
Christian Graus5-Jun-05 21:25
protectorChristian Graus5-Jun-05 21:25 
GeneralDeploying apllications over the network Pin
smita_roy5-Jun-05 20:29
smita_roy5-Jun-05 20:29 
GeneralRe: Deploying apllications over the network Pin
Christian Graus5-Jun-05 21:28
protectorChristian Graus5-Jun-05 21:28 
GeneralShortcut Key not working Pin
suchi-gupta5-Jun-05 19:16
suchi-gupta5-Jun-05 19:16 
GeneralInet Events not Triggering Pin
sparks805-Jun-05 12:15
sparks805-Jun-05 12:15 
I am trying to use the ms internet transfer control to download binary files from the internet using the execute statement. I am only using a very basic piece of code as a test, however by using the debugging tools, and stepping through the code one line at a time, the Inet controls statechanged event is not called. The execute statement is

Inet1.Execute URLname, "GET"

I have tried setting the other properties of the inet control to no avail. In addition I thought about adding a piece of code either before or after the code to make sure the inet control is not currently executing, something like

If Inet1.StillExecuting = True then
DoEvents
End If

If anyone has any thoughts on what is going on I would be very appreciative,

Cheers,

Mark
Questionhow to implement ad-hoc network via WiFi in pocket pc Pin
Anonymous5-Jun-05 7:47
Anonymous5-Jun-05 7:47 
GeneralOutput Dos Command to HTML from HTML Pin
Lordahdaring5-Jun-05 5:04
Lordahdaring5-Jun-05 5:04 
GeneralRe: Output Dos Command to HTML from HTML Pin
toxcct5-Jun-05 5:17
toxcct5-Jun-05 5:17 
GeneralNetSessionEnum API example in VB.NET Pin
enesaga1235-Jun-05 3:15
enesaga1235-Jun-05 3:15 
GeneralRe: NetSessionEnum API example in VB.NET Pin
Paul_Taylor8-Jun-05 16:47
Paul_Taylor8-Jun-05 16:47 
GeneralRe: NetSessionEnum API example in VB.NET Pin
Paul_Taylor9-Jun-05 19:58
Paul_Taylor9-Jun-05 19:58 
GeneralRe: NetSessionEnum API example in VB.NET Pin
enesaga12311-Jun-05 2:52
enesaga12311-Jun-05 2:52 
GeneralRe: NetSessionEnum API example in VB.NET Pin
Paul_Taylor13-Jun-05 13:00
Paul_Taylor13-Jun-05 13:00 
GeneralGetting text from picture Pin
Vertyg05-Jun-05 2:57
Vertyg05-Jun-05 2:57 
GeneralRe: Getting text from picture Pin
Dave Kreskowiak5-Jun-05 9:52
mveDave Kreskowiak5-Jun-05 9:52 
Generaldoing console operations through VB.NET windows application Pin
fayaz ahamed5-Jun-05 1:25
fayaz ahamed5-Jun-05 1:25 
GeneralRe: doing console operations through VB.NET windows application Pin
Dave Kreskowiak5-Jun-05 9:47
mveDave Kreskowiak5-Jun-05 9:47 
GeneralRe: doing console operations through VB.NET windows application Pin
fayaz ahamed5-Jun-05 18:51
fayaz ahamed5-Jun-05 18:51 
GeneralRe: doing console operations through VB.NET windows application Pin
Scott Serl5-Jun-05 11:11
Scott Serl5-Jun-05 11:11 
GeneralRe: doing console operations through VB.NET windows application Pin
albCode6-Jun-05 0:55
albCode6-Jun-05 0:55 
GeneralRe: doing console operations through VB.NET windows application Pin
fayaz ahamed7-Jun-05 18:14
fayaz ahamed7-Jun-05 18:14 
GeneralView Picture Pin
ksampatlall4-Jun-05 23:32
ksampatlall4-Jun-05 23:32 

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.