Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: A few questions.


Message #1 by "Daniel O'Dorisio" <daniel@o...> on Mon, 15 Oct 2001 21:48:58 -0400
That is actually what I was thinking of. I had heard of the sleep api
before. But needed a reminder. But thanks for all that all of you have
sent. 

About the printing deal. I guess the only option is to invoke the word
doc to open in a regular word window. I really want to have a word
viewer embedded in my application. But I havnt found anything....yet

daniel

--------------------------
Daniel O'Dorisio
daniel@o...
www.odorisio-networks.com
--------------------------

-----Original Message-----
From: Steve Carter [mailto:Steve.Carter@t...] 
Sent: Tuesday, October 16, 2001 12:10 PM
To: professional vb
Subject: [pro_vb] RE: A few questions.



> -----Original Message-----
> From: Keener, Bradley P [mailto:bradley.keener@e...]
> Sent: 16 October 2001 16:36
> To: professional vb
> Subject: [pro_vb] RE: A few questions.
> 
> 
> You can use the Sleep API which is:
> 
> Public Declare Sub Sleep Lib "Kernel32" (ByVal dwMilliseconds As Long)
> 
> And then just place this in your code:
> 
> Sleep 1000
> 

Right, that's me converted.  Ignore my reply, Daniel!

Thanks Bradley, now I have to trawl through all my projects again :-)


  Return to Index