10,992 Topics
![]() | |
Hi all, i want to make a program so that when i press A, it shows "." then i press D, it shows "/". How can i do this? Thanks. | |
i am trying to develop a database management software.using MS ACCESS 2003 as back-end and VISUAL BASIC 6.0 as front end.. i am having a problem..can any one help with this.. [B]i have typed the code below in a module for the connection to the database...and connection to the record … | |
Hi everyone, I am looking for some sample code for controling 4 different LED's (light emiting diodes) from VIA usb. I would like to do this from VB. thanks in advance iceguy | |
Hi all.... i m already got startup path and now i want to copying my exe file into startup. how i can do this?? please help me. any help will be appreciated | |
Hey Guys, I have started using Visual basic 6.0 but i'm running into a few troubles. How can i write this psuedo code into visual basic: [CODE] BEGIN even and odd numbers PUT "Enter a number : " GET num even = 0 odd = 0 WHILE num <> -1 … | |
please please please... i really need the source code to send integer using vb6.0. i'm using rs232 | |
I am kinda new to Visual Basic and I was wondering how I could program a user to input 3 numbers and give the sum, average, product, and find the smallest and largest number using a Windows Application | |
As you can see below, I am working on making a macro that compares the time in one column on a page to another on a page. However, in the if statement where I'm trying to round the numbers with time values in it (because I need the numbers to … | |
Hello all, I'm fairly new to visual basic I've gone through the teach yourself VB in 24 hours book, that wasn't very detailed. I'm starting a new project and what it involves is taking a ms access database populated with street addresses and then querying those addresses with some kind … | |
How can I get an image control to pass in front of a picturebox control, rather than behind it. ZOrder doesn't do it. | |
hello vb expert there... i really need a sampl of vb6.0 source code for rs232. i try to link my vb6.0 to PIC circuit using max232. anybody have idea how to send a number from vb? | |
can anyone please guide me with the code in VB6.0 how to retrieve values from binary files to to measure rise time of a waveform . | |
I know this seems like a very noobish question and has probably been asked many times before, I'm trying to write a lottery program in which the numbers are generated, then you can check your numbers. There is a command button on the first form which says "Check Numbers" and … | |
I wanna create a titlebar in visual basic so everytime i create new form, it wont add default windows xp look but the new title bar what i made. can anyone help me how to do this. any code will be appriceated i know how to do it for one … | |
I am trying to create a program that will do address standardizing. I have to compare two files. One file is a master file that has all the correct info I will need to use. The other file is a collection of data received from seperate individuals. Not all individuals … | |
[COLOR="Red"][B]Plz help me tell me how we can convert the C program in C++ I working on OCX(Active X controls) plzzzzzzzzzzz...............reply[/B][/COLOR] | |
I have a from created to fill out and print. I have the form size set but when I run the program I cant scroll down to fill out the bottom part of the form. I have added a vertical scroll bar to my for but it does not move … | |
i have a project with lv buttons ..when i load it it says lv button .ocx cannot be loaded.i have copied tat lvbutton.ocx into my system32 directory and in start menu run i have done this too regsvr32 c:\windows\system32\lvButton.ocx it also succeeded..but still it says that lv button.ocx cannot be … | |
ok guys, I've got an issue where a computation is just not working but I've used the same set up in other programs and don't truly understand the deal with this one. at the beginning of the below if (the whole program lower) statement i find if a number is … | |
Greetings! I'm preparing datareport for Petrol consumption in VB6. My report should be gasoline, diesel and other consumption.. It is possible to print these three consumption seperatedly in one paper page or is there any alternative solution for this? I want to print same like this: GASOLINE VEHICLE TOTAL LITERS … | |
hi I designed simple program of computing the petrol bill and save it into MSACCESS data base. This bill included decimal places. But everytime I check my msaccess database. The number is automatically rounding up or down. I try to set standard settings with two decimal places but the number … | |
How i can get path of StratUp folder?? i m really didn't have any idea for this. please help me. any help will be appreciated. | |
Hello VB Experts, Can anyone show me how I can sort items in a datalist alphabetically? I bounded the data using ADODC and Microsoft Jet 4.0 ole db connecting string. I would appreciate it much if anyone could help me solve this problem. Thanks in advance | |
Hi all, I saw a link or a zip file here on this forum some days ago, that was basically a marksheet development for students, I don't know where is it gone now. Can anybody help me on this by either giving me the place where I can find it … | |
Hi guys, Im kinda new here and I'm looking around for some ideas regarding my current project. It's all about file restoration of deleted or corrupted files for Pen Drives. Im currently working on this project from completion of my college degree. Hope you guys can help. I haven't started … | |
I have the following sql statement in VB6 (latest VB SP, Win XP, SP2) that works fine in ado to sql server 2k5 but does not work in ado to access 2k3. [B]"Select ID, Make, Model, PlsPerBBL, Size, Processor, Location, From MeterData Where MeterNo = 'FQ-805 8" IN'"[/B]. I know … | |
i want to get all running process... how a can do this? anybody know how to do this? please help. thanks in advance... | |
Hi. I am looking for vba or vb code to unassign, assign, switch, drive letter. The hard disc will be identified by its serial number or by its name. Thanks in advance. asihuay | |
Hi all, I have not programmed in about 6+ years and need to start getting back into it. Does anyone have any code for encrypting a plaintext file into DES and then back again to plain text. I have attached a doc with what i want to try to do. … | |
I have a DHTML page with a treeview control in it which has a parent node and 6 child node in it. I want to check all the child node checkboxes when i check the parent node checkbox. Please help me.. | |
how i get computer name with vb 6? any help will be appreciated thanks :) | |
am doing a tic tac toe game, and I am having trouble with using the index of my array (the nine boxes) as x and y coordinates. I have done [code] Dim pictt(3,3) as integer [/code] and used the format of picttt(x,y) in other places. I have separated out the … | |
Hi, I am working in an application that uses Drag & Drop in VB6, and I need to determine which type of control is the user dragging. I have in the form several controls: PictureBox, TextBox and ListBox. I know that I can use TypeOf() in VB .Net, but, what … | |
Respected Sirs, I have problem in vb6 and crystal report9.I m using vb6,crystal report9,MS Access 2000. i have protected database. I set connection for report as [B]ODBC(RDO)[/B] at desing time and dsn as Newdsn.dsn.At run time when i try with this line Report.Database.Tables(1).SetLogOnInfo "", App.Path & "\DB\Utm.mdb", "Admin", "becool" it … | |
I'm stuck on my homework trying to deal with arrays of structs. The prof is terrible and just reads off slides from another prof and talks about his weekend. Heres what we have to do: You have been hired as a programmer for Super Sales Company. You are being asked … | |
Hi, i have made an application just like windows i have everything but a filesystem and disk system what i mean is the i want a new filesystem meaning that like windows uses ListView every where to display the icons, i also want to use it but i can't get … | |
how i can move a picture in vb | |
i have a report design made within visual basic using crystal reports 8.5. Right now i need to made the report preview 4 of it in one 8.5x11 bond paper. I know i need to change the design to make it fit if im going to make it 4 at … | |
hi, i'm new in this site, but according to good reputation you have in this world i realy appriciate u'r concern. my problem might seem very simple to u but inrealy sense its giving me hard times. plz help me to know how to start a vb6 project. thanx in … | |
hey guys and gals, i'm making this program where i am asking if someone is a wholesaler and then making a computation but the compiler is telling me that there is something wrong with the argument "_" after the "MessageBoxButtons.YesNo" part but everything else is fine. below is the regular … | |
Please help me... Its very urgent... I've to finish my miniproject by tomorrow... Please Debug The coding given below... i am doin student information system. in vb oracle. i have created a module in which i wanna display info about students extracurriculars in ms flex grid control from a form … | |
Hi All. I am new to this web site and find it very helpful. Keep up the good work. I am also a Novice ( at best) when it comes to programming but really would like to master VB. My question is, As I design my form, I would like … | |
I use a DBGrid in 2 applications in 2 languages. The DBGrid1 in the one application shows a record I have in the databasetable and although the DBGrid in the other application has similar settings as the other application it does not show the record nor the field headers. I … | |
Hello Friends ! I am making a setup project in which i have to install SQl server 2005 , Crystal Report and main application which is created in VB6. Now i have to install this two software before i install my application. then after i have to attach two database … | |
hii all i guess this is a simple problem but somehow i cant figure out the answer to it. i wrote a vb6 code which uses a particular software to draw a picture, saves it in the hard disk and then displays it in a picturebox. now what i need … | |
Hi, I have prepared one report in Crystal Report 8.5 and the front end is VB 6. But the problem when I assigned number of copies to print as 4, in the title portion of the first copy it should show as "DEPOSITORS COPY" in second copy it should show … | |
hello there, Its showing that Run-time error '3251': Current Recordset does not support updating. This may be a limitation of the provider, or the selected locktype. Any help regarding this would be great. Thanks in advance for any replies. Bmora96 | |
Hi all, I would like to ask one question. Can I know where the focus is in a main Form? Eg: there will have some buttons, text boxes and labels. How to check the focus? Please give me some ideals. Thanks, zawpai | |
Hi all, Has anyone used the skin software in VB 6.0 because I would like to know one question? Now, I am using that software, Active Skin 4.3, in VB 6.0 program. Whenever I start to run my program, it will show one message, "Trial version of ActiveSkin control", with … | |
Hallo comrades, I am a newbie in VB and I need your assistance to complete my assignment The task is : 1 ) Open Excel file -->>> Sucessfully done & working 2) This excel file contains 3 important strings BEG_Spe $ Package_N: <Package_N> End_Spec the VB program must be able … |
The End.