Click here to Skip to main content
15,888,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAnchoring Datagrid? Pin
Anonymous25-Aug-03 7:02
Anonymous25-Aug-03 7:02 
AnswerRe: Anchoring Datagrid? Pin
Ray Cassick27-Aug-03 4:37
Ray Cassick27-Aug-03 4:37 
GeneralInvert RBG into a color variable in vb.NET Pin
Romein25-Aug-03 3:18
Romein25-Aug-03 3:18 
GeneralRe: Invert RBG into a color variable in vb.NET Pin
Roger Alsing25-Aug-03 3:37
Roger Alsing25-Aug-03 3:37 
GeneralYhea exactly!!! 10anx alot! Pin
Romein25-Aug-03 5:01
Romein25-Aug-03 5:01 
GeneralData Binding Problem. Pin
Martin Cross24-Aug-03 11:07
Martin Cross24-Aug-03 11:07 
GeneralRe: Data Binding Problem. Pin
Martin Cross25-Aug-03 22:38
Martin Cross25-Aug-03 22:38 
GeneralexecWB Pin
pnpfriend24-Aug-03 7:42
pnpfriend24-Aug-03 7:42 
I used
ie = CreateObject("InternetExplorer.Application")
ie.Navigate("test.html")
ie.ExecWB(SHDocVw.OLECMDID.OLECMDID_PRINT, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER)

to print "text.html".
when the file has too many pages to print, it doesn't print all the pages..
suppose test.html has actual 20 pages to print but it only get 2 pages printed by using above code?

So I add
System.Thread.Sleep(5000) to give the time to printer to spool all and print all the pages..it helps.. but still only 5 pages printed and not all 20 pages..

how can i pause the program to wait printer to finish printing the document??


thanks
GeneralError Creating Window Handle Pin
Martin Cross24-Aug-03 5:40
Martin Cross24-Aug-03 5:40 
GeneralRe: Error Creating Window Handle Pin
Martin Cross24-Aug-03 11:02
Martin Cross24-Aug-03 11:02 
Generalfilling the datagrid (date) Pin
turan197124-Aug-03 1:37
turan197124-Aug-03 1:37 
GeneralRe: filling the datagrid (date) Pin
Hesham Amin24-Aug-03 4:24
Hesham Amin24-Aug-03 4:24 
GeneralRe: filling the datagrid (date) Pin
turan197124-Aug-03 9:37
turan197124-Aug-03 9:37 
GeneralRe: filling the datagrid (date) Pin
Hesham Amin25-Aug-03 0:16
Hesham Amin25-Aug-03 0:16 
GeneralCompare string with a stream in VB.NET Pin
sandeep_nair22-Aug-03 21:28
sandeep_nair22-Aug-03 21:28 
GeneralUndelete File Recovery Pin
NBUhlenkott22-Aug-03 12:02
NBUhlenkott22-Aug-03 12:02 
GeneralReference Web Services in VB6 Pin
Nick Seng21-Aug-03 20:53
Nick Seng21-Aug-03 20:53 
GeneralPreview PDF Files in VB.Net Pin
Member 29687921-Aug-03 14:49
Member 29687921-Aug-03 14:49 
GeneralRe: Preview PDF Files in VB.Net Pin
Matt Casto22-Aug-03 2:49
Matt Casto22-Aug-03 2:49 
Generalcrystal reports Pin
biott21-Aug-03 12:12
biott21-Aug-03 12:12 
Generalconnection string Pin
biott21-Aug-03 12:10
biott21-Aug-03 12:10 
GeneralRe: connection string Pin
Hesham Amin21-Aug-03 21:06
Hesham Amin21-Aug-03 21:06 
GeneralRe: connection string Pin
biott21-Aug-03 21:25
biott21-Aug-03 21:25 
GeneralRe: connection string Pin
Csharp™22-Aug-03 4:00
Csharp™22-Aug-03 4:00 
GeneralLaunching External Applications Pin
Paul Melanson21-Aug-03 6:13
Paul Melanson21-Aug-03 6: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.