Hi all,
Good day.
Can anybody tell me how to start an application when WIN 95/98 starts without adding anything to the Startup Menu( like yahoo messenger and msn messenger )
Thanx in advance
Mohan
Hi,
Here is the module for it.
Enjoy
Option Explicit
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Private Type NETRESOURCE
dwScope As Long
dwType As Long
dwDisplayType As Long
dwUsage As Long
lpLocalName As Long
lpRemoteName As...
Hi,
can anybody tell me how to capture motion image from a webcam. Also, I wanna store the motion picture as .mpeg/.avi.
Anyhelp is greatly appreciated.
Thanx in advance
bye
Hi,
Can anybody tell me how to capture motion image from a webcam. And, I want to store the video file as .mpeg/.avi.
Anyhelp is greatly appreciated.
Thanx in advance.......
bye
Hi,
Do u want to call u r .c file or .exe file. If u want to call an .exe file then u can use
Runtime.exec("<filename with path>");
If u want to use your .c file as it is, JNI(Java Native Interface) is the only solution.
bye
Hi,
Create one batch file and add the following code in it.
@echo off
javaw <yourjavaclassfile>
save the file and put it in the startup. Thing is done
bye
Hi all,
Can anybody tell how to lock a word document i.e user will not be able to edit the document. Please don't say, set the READONLY prompt. It doesn't prevents the user from editing the document it restrict the user form resaving the same document.
Help me plz.....
m.
Hi,
copy and paste the following code in a module
Public Function validate(KeyAscii As Integer) As Integer
If KeyAscii = 8 Or KeyAscii = 46 Then
validate = KeyAscii
Exit Function
End If
If KeyAscii < 48 Or KeyAscii > 57 Then
MsgBox "Enter Only Numbers", vbCritical...
Hi there,
Can anybody tell me how to transfer an image from one m/c to another using winsockets. The image is of the type .BMP/JPEG.
thanx in advance
bye
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.