- writing to a word file
Hello everybodyIn my code below I am writing to an email but i need to know how to writeto a word document so that the text arrives in a word document in the email.Thankyou,Sub AppendLog()'*******************Const ForReading = 1, ForWriting = 2, ForAppending = 8Const TristateUseDefault = -2, Tr...
- Write to Tape
How to use API to write a file to tape?...
- WNetAddConnection2
I'm trying to use the WNetAddConnection2 api call to open a connection toa UNIX computer. The NETRESOURCE structure contains a lpProvider parameterwhich i'm leaving blank. The connection doesn't occur. Do i need to supplythis parameter information for the connection to establish to th...
- WMI?
how do i actually connect to a remote computer using WMI. if i need to retrieveinformation of a remote computer over the network, can it be done using WMI.i have heard that it might require installing DCOM. i am porting this applicationon a win98 machine. i have the core components and the sdk. can...
- WM_SETFONT & Win2K
Hi *.*,I must "read" a listbox entry in a ownerdrawn listbox, concrete the controlpanel/keyboard/language listbox. Therefore I need the font of the listbox entrys.Normally,you can get it by sending WM_GETFONT. In Win9X, I'll get the correct value forthefont handle (268 or 272 ...), and setting...
- WM_GETFONT/WM_SETFONT
Hi *.*,I'm getting the font handle from a listbox in a foreign prog using WM_GETFONTand try to set this font to a textbox in my VB app using WM_SETFONT. UnderWin9X it works (I believe), but under Win2K, the appearance of the text in thetextbox differs from that in the listbox (at least the font...