hi i have paste down following code but it gives me error how solve it. ans1=60 is the variable defind in general. Private Sub Command1_Click() Dim c1, c2,...
First of all, VB should highlight the line where it detects the error. What line would this be? Looking through the code, a few things occur to me... Assuming...
hi friends I am doing railway reservation project in that i want to insert help file. So i am decide that when i press "F1" button help will be open. Secondly...
On your first question.. I don't think there is an ASCII value for F1. But you can use the KeyCode for it. example code: Private Sub Form_KeyDown(KeyCode...
hello everybody i've made a new forum it needs a lot of work to be good we'll work together i would like to sign up u all the forum miss-agoora.forumotion.net ...
Make sure to set the "KeyPreview" on the forms properties to True Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = 112 And Shift = 0...
I have a vertical scroll bar for an image. I have people participating in a game. As needed, I add additional controls (persons name) on the image below...
anybody there who can help me err teach me some techniques in coding especially when using a joystick. Thanks. another question. are you familiar with...
Hi Group Members Dear kisi ke pass vbskpro2.ocx ki product kye hai to plz provide karva do From Deepak Unlimited freedom, unlimited storage. Get it now, on...
RealPlayer10-5GOLD.zip with crack http://www.ziddu.com/download/1817516/RealPlayer10-5GOLD.zip.html [Non-text portions of this message have been removed]...
That did it. Thanks, Kenneth. Bart _____ From: visualbasic6programming@yahoogroups.com [mailto:visualbasic6programming@yahoogroups.com] On Behalf Of Kenneth...
Hi Guys Can anyone help, I think the answer may need API's as I have not come across any way of doing it in visual basic The problem is I am running the same...
WMI contains more processor info than you can even imagine, including processor speed. ... come across any way of doing it in visual basic ... run at different...
hello friends i need your guidance . what is the coding to take print out for our own progamme in vb thanking you. Unlimited freedom, unlimited storage. Get it...
Hi Kenneth Thanks for the URL . Have stripped out the relevent code for what I require but cant get past the set line What is going wrong Dim cpuset As...
Hi Kenneth Yes did set reference to scripting language I am getting Run time error 429 ActiveX component can't create object How do I get round this Brian ... ...
I have an application for which I want to create setup. I use package and deployment wizard with vb6. I am creating the setup from a machine which...
When you get that error, one or more references are missing. an ocx that is not registered properly or is missing. Check all references to make sure....
hai i need error code defination any known pls send me , otherwise any website their pls send me ex.err2-what did the fault by muthu Did you know? You can CHAT...
This will give you a start.... http://btmtz.mvps.org/win32errapp/ ... From: muthuu kumarr muthu_jk@... Sent 8/7/2008 7:23:10 AM To: visual basegroup...
I have searched, to the best of my ability and have not found any programming examples of how to retrieve data in a memo field and edit it with a text box. My...