Click here to Skip to main content
15,920,603 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generaladd row data in datagrid Pin
elcheah3-Aug-05 15:46
elcheah3-Aug-05 15:46 
GeneralArrays - How can I tell it is empty Pin
directred3-Aug-05 5:39
directred3-Aug-05 5:39 
GeneralRe: Arrays - How can I tell it is empty Pin
Empires3-Aug-05 7:16
Empires3-Aug-05 7:16 
Generalexcel macros Pin
lhahehal3-Aug-05 2:59
lhahehal3-Aug-05 2:59 
GeneralUsing the Printer Pin
johnjsm3-Aug-05 0:03
johnjsm3-Aug-05 0:03 
GeneralSimulate Key Presses Pin
sweep1232-Aug-05 23:34
sweep1232-Aug-05 23:34 
GeneralRe: Simulate Key Presses Pin
sweep1232-Aug-05 23:36
sweep1232-Aug-05 23:36 
GeneralURLDownloadToFile Pin
Lebanese2-Aug-05 22:31
Lebanese2-Aug-05 22:31 
hi , can anyone help me please?
i'm new to the vb.net
i want to download web pages from the web into local files , i used URLDownloadToFile from the microsoft site :

Private Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" _
(ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As String, _
ByVal dwReserved As Long, ByVal lpfnCB As Long) As Long

Dim llRetVal As Long
llRetVal = URLDownloadToFile(0, "http://www.yahoo.com", "c:\Temp.htm", 0, 0)

but nothing happened .

why?

GeneralRe: URLDownloadToFile Pin
Dave Kreskowiak3-Aug-05 6:41
mveDave Kreskowiak3-Aug-05 6:41 
GeneralRe: URLDownloadToFile Pin
TheComputerMan13-Jan-09 14:52
TheComputerMan13-Jan-09 14:52 
GeneralQuestion on Directory Pin
Anonymous2-Aug-05 22:11
Anonymous2-Aug-05 22:11 
GeneralRe: Question on Directory Pin
Anonymous2-Aug-05 22:12
Anonymous2-Aug-05 22:12 
GeneralRe: Question on Directory Pin
Dave Kreskowiak3-Aug-05 6:33
mveDave Kreskowiak3-Aug-05 6:33 
GeneralAccess... Pin
vtalau2-Aug-05 17:29
vtalau2-Aug-05 17:29 
GeneralRe: Access... Pin
Christian Graus2-Aug-05 18:20
protectorChristian Graus2-Aug-05 18:20 
GeneralOperation New() :: Plase help me Pin
TooLeeDiN2-Aug-05 17:20
TooLeeDiN2-Aug-05 17:20 
GeneralRe: Operation New() :: Plase help me Pin
Christian Graus2-Aug-05 18:01
protectorChristian Graus2-Aug-05 18:01 
GeneralParsing Comma Delimited data in txt file Pin
MeterMan2-Aug-05 16:47
MeterMan2-Aug-05 16:47 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus2-Aug-05 16:59
protectorChristian Graus2-Aug-05 16:59 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan7-Aug-05 19:07
MeterMan7-Aug-05 19:07 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus7-Aug-05 19:13
protectorChristian Graus7-Aug-05 19:13 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan7-Aug-05 19:25
MeterMan7-Aug-05 19:25 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus8-Aug-05 13:07
protectorChristian Graus8-Aug-05 13:07 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan8-Aug-05 13:13
MeterMan8-Aug-05 13:13 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus8-Aug-05 13:18
protectorChristian Graus8-Aug-05 13:18 

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.