use the pakage and deploymeny wizard so all the necessary files needed to run will be installed ... __________________________________________________ Do You...
Anyone can show me how to configure the applications or processes that runs on start up? I mean something like svchost.exe,taskmgr.exe,and many other...
I have the code for that on my website. www.HowlingWolfComputers.com Rick Rose For the cheapest computer parts on the net http://tinyurl.com/lhpyu ... From:...
i have a double value: dim a as double, b as integer a = 12.68 if i assign b = a, i will get b = 13. but i want is b = 12, which is the floor of a. (Remark:...
Gud day every one, I would like to ask about the disadvantage of sharing folder that has a database from using winsock control if you are designing a client...
How do you access database(mdb) from another computer using winsock? you got sample code? shared folders get disconnected easily and can be viewed/manipulated...
hi... there are many ways to run app at startup of windows... 1-place short cut in the start up folder (c:\windows\startup\ 2-place entry in registry, but i...
Anybody know what a small red mark (triangle?) on the top left corner of an icon in the VB toolbox is about? http://www.tonkasoft.com/grafix/redmark.jpg These...
do you get an error message when you try to use any of the components from the toolbox that has the red icon / mark ? If not then im not sure ( google would be...
Hi Luay, that is not recommended. What happens if a = 12? The correct VB method is b = CInt(a), but b = int(a) works in VB, as well as other flavours of Basic....
I agree. There is CInt and Int. One will round the number, and the other
will just chop the decimal off. I don't remember which is which. Rick Rose For the...
To: Rick Rose, Luay & kengoldy Thanks 4 helping me solving the problem. But if I use the CInt() method, as a result : CInt(12.65) will give me 13 also. But...
I tried to run my SQL Service Manager, but an error message showe up like above. It seems there's a logon problem. But I never changed my network or user...
re install s/w.. ... How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates. [Non-text portions of this message have been removed]...
But I will lose my database Karter Pandean Assistant Relationship Officer General Account SCBC Makassar BII Building 3rd Floor Kajaolalido Street No. 6 ...
Hi, I have created an application which just monitors my system from start up to end. I have kept the exe in the startup. But whenever i shut down my PC it...
Tanx for your comments ken keyser. I Am using computer name or IP Address in connecting to other database like con= \\192.168.???.???\DBName ryt now, im using...
Tanx for your comments ken keyser. I Am using computer name or IP Address in connecting to other database like con= \\192.168.???.???\DBName ryt now, im using...
I would like my VB program to open a particular website and to basically behalf as if a user is using his mouse and keyboard. In particular, open a live radio...
Hi Sathish You can use Api Private Declare Sub ExitProcess Lib "kernel32" (ByVal uExitCode As Long) Private Sub MDIForm_Unload(Cancel As Integer) ExitProcess...