Hi
If I have a file that contains data that are binary (ie written to
with the Outputstream objects) , & I do not know what types of data is
written in witch order (ie. I dont know if it is string or int , or in
witch order) , is there any way of reading & converting the data in
the file
Hope...
Hi
Are there something wrong with this control or with me??
I have used both MAPISession & MAPIMessage.
mySession.DownLoadMail = True
mySession.SignOn
mySession.DownLoadMail = True
myMessage.SessionID = mySession.SessionID
myMessage.FetchUnreadOnly = False
'do some...
Hi ,
I have 2 different quistions :
1. On applet restrictions , it is said that applet cannot load libraries or define native methods - what does this mean ?
2.On Java I/O (binary read) , "The Intel processor instruction set demands that the lower byte of data is stored first & then the...
Excellent !!! Thanx a 1000000
now -
you will loop through your file until you get the EOF marker
does the statment - String s = br.readLine();
read line for line
so if your file looks like (where <crlf> = characters for charage return line feed):
this is line 1<crlf>
this is line 2<crlf>...
Hi , I am very very very confused with Java I/O , there are a million classes to use for I/O , from what I could gather , the best for Byte Streams will be:
to wrap FileInputStream in the
DataInputStream for reading...
How can you record a telphone conversation , as soon as the phone is picked up - with VB - is it at all possible & where can one find some decent examples
How can you print Word Documents from VB ???
I tried :::
Dim MSWord As Object
Set MSWord = GetObject("C:\My Documents\Test.doc")
MSWord.application.PrintOut
but I get a error that the method/property is not available because the document window is not active.
Is there...
Hi
Is it at all possible to do this in VB ??
If so - what do I need ?
Is there a tutorial somewhere on the internet for this ?
I want a VB - program to run in the background , & if the telephone starts rinning , it must start recoring & after the conversasion is ended prompt me if I wanna...
I am trying to write a program that allows you to record sounds via your microphone & allows you to save it (like windows sound recorder).
Where can I get a example of how to do this ??
Dim MsWordDoc as Object
Set MsWordDoc = GetObject("C:\Test.doc")
MsWordDoc.SaveAs "C:\Test2.doc' ' this works but. . . .
MsWordDoc.FilePrint 'does not work
What the HELL are you supposed to use and even better does any documentation even exist for something like...
Hi
I have this ->
CommandLine = "c:\Program Files\Microsoft Office\Office\WinWord.exe c:\mydoc.doc"
Shell CommandLine, vbNormalFocus
now instead of opening the word document , I want to print it automaticly , what is the best way of doing it ?
Thanks
:o)
Hi
I made a vb program to go check your email (in Microsoft Outlook Express) every 2 hours , it works fine & go and look at my inbox & do whatever I want it to do , what I want to know , is it possible get the dial-up networking dialogbox , so that everytime my app wants to check my inbox , it...
Good day
Im having a strange problem - I use the MAPI controls , everything works fine , I can read the mail , get the subject , sender all that stuff , but if I call the AttachmentCount function a 0(zero) gets returned , this happens wiht all the messages (And YES , my messages do have...
Ho-ho
I want to prevent someone of starting 2 'instances' of the same progam!
Is there some API(S) that I can use to help me with this (I have been trying to find em for a week now without any luck).
At the moment I am just writing a txt file to the c drive & everytime you start the program it...
Hi All,
I'm not a regular C++'er , so maybe this will be easy.
I have 3 classes Driver , Savings & Customer.
Savings public inherits Customer.
The varibles in Customer is CustNumber (char*)
CustName, (char*)
CustTelNo. (long)
The...
Hi All,
I'm not a regular C++'er , so maybe this will be easy.
I have 3 classes Driver , Savings & Customer.
Savings public inherits Customer.
The varibles in Customer is CustNumber (char*)
CustName, (char*)
CustTelNo. (long)
The...
Ok
I have a php script that generates a html page with a form & sumit button (test.php) , now when I click on the subit button it submits a value via post method again to test.php
Now php gets the value & put it in a file.
A background process then checks in the file gets the value & starts...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.