Search the web
Sign In
New User? Sign Up
visualbasic6programming · VB help for all versions!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26733 - 26762 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26733
use the pakage and deploymeny wizard so all the necessary files needed to run will be installed ... __________________________________________________ Do You...
ken keyser
ken_keyser
Offline Send Email
Sep 1, 2006
9:59 am
26734
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...
Achmad Fatah Khairuln...
ac_fatah
Offline Send Email
Sep 1, 2006
11:11 am
26735
I am trying to make a program that uses multiple tabs. I want the tabs to be like in firefox or IE7. I'm using VB.NET 2005 Express Edition....
rubberd91
Offline
Sep 1, 2006
3:33 pm
26736
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:...
Rick Rose
roseri1997
Offline Send Email
Sep 1, 2006
3:55 pm
26737
Hello everyone ... does any one know where I can find a code for wavelet image compression and decomposition in Visual basic 6 ?!...
Luay
mr_luay1985
Offline Send Email
Sep 1, 2006
11:52 pm
26738
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:...
setlan83
Offline Send Email
Sep 2, 2006
2:00 am
26739
use CInt b=cint(a) Rick Rose For the cheapest computer parts on the net http://tinyurl.com/lhpyu ... From: setlan83 Date: 9/1/2006 10:02:05 PM To:...
Rick Rose
roseri1997
Offline Send Email
Sep 2, 2006
3:38 am
26740
dim a as double, b as integer ... b = int(a) cheers, Ken G. ... its...
kengoldy
Offline Send Email
Sep 2, 2006
4:18 am
26741
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...
Rexzel Calla
rexzel0230
Offline Send Email
Sep 2, 2006
6:21 am
26742
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...
ken keyser
ken_keyser
Offline Send Email
Sep 2, 2006
8:01 am
26743
Hi U can add ur application to the scheduled tasks in control panel or in startup (.ini ) include ur application too.. Regards...Urmi Rick Rose...
urmila shanmugam
urmilasd
Offline Send Email
Sep 3, 2006
5:33 am
26744
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...
Zainuddin
fanza.geo
Offline Send Email
Sep 3, 2006
2:23 pm
26745
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...
email422@...
jasmineschau...
Offline Send Email
Sep 3, 2006
4:18 pm
26746
You can do this : b = a b = b-1...
Luay
mr_luay1985
Offline Send Email
Sep 3, 2006
9:48 pm
26747
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...
shane russell
gecko_au2003
Offline Send Email
Sep 3, 2006
10:20 pm
26748
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....
kengoldy
Offline Send Email
Sep 3, 2006
10:26 pm
26749
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...
Rick Rose
roseri1997
Offline Send Email
Sep 3, 2006
10:41 pm
26750
No errors at all. I've looked at google using several search terms, but they just head out all over the place....
email422@...
jasmineschau...
Offline Send Email
Sep 3, 2006
10:41 pm
26751
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...
woo setlan
setlan83
Offline Send Email
Sep 4, 2006
1:31 am
26752
HI THIS WILL SOLVE b = Fix(a)...
m_hussein2001
Offline Send Email
Sep 4, 2006
5:33 am
26753
How about b=fix(a) Is it the same method ? Karter Pandean _____ From: kengoldy [mailto:kengoldy@...] Sent: Monday, September 04, 2006 5:24 AM To:...
Karter Pandean
karter09353
Offline Send Email
Sep 4, 2006
6:02 am
26754
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...
Karter Pandean
karter09353
Offline Send Email
Sep 4, 2006
8:50 am
26755
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]...
ram krishna
saradagaramki
Offline Send Email
Sep 4, 2006
9:26 am
26756
But I will lose my database Karter Pandean Assistant Relationship Officer General Account SCBC Makassar BII Building 3rd Floor Kajaolalido Street No. 6 ...
Karter Pandean
karter09353
Offline Send Email
Sep 4, 2006
10:49 am
26757
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...
Sathish Kumar
visualzebronics
Offline Send Email
Sep 4, 2006
5:56 pm
26758
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...
Rexzel Calla
rexzel0230
Offline Send Email
Sep 5, 2006
2:04 am
26759
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...
Rexzel Calla
rexzel0230
Offline Send Email
Sep 5, 2006
2:06 am
26760
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...
bjoernspore
Offline Send Email
Sep 5, 2006
2:54 am
26761
Pls use webbrowser control bjoernspore <bjoern.geller@...> wrote: I would like my VB program to open a particular website and to basically behalf...
Satish Chate
satishchate
Offline Send Email
Sep 5, 2006
3:13 am
26762
Hi Sathish You can use Api Private Declare Sub ExitProcess Lib "kernel32" (ByVal uExitCode As Long) Private Sub MDIForm_Unload(Cancel As Integer) ExitProcess...
m_hussein2001
Offline Send Email
Sep 5, 2006
6:39 am
Messages 26733 - 26762 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help