11,868 Topics
![]() | |
Hi everyone! I would really appreciate any help that I can get on this problem. My professor asigned us a project where you create a program that essentially simulates coin flips. The first step in the program is to ask the user how many times they want to flip the … | |
Hi all! Yes, I'm new! Just wondered if anyone could help me (and huge apoligies if this is in the wrong place!). Currently, I am doin IT GCSE (full course) coursewrk, and in my design, for this spreadsheet, it has to save a backup, when you press a button (like … | |
I have a table for which I have to create a report.The user must only enter the dates(from and to).The date field is present in the table. Please help me to do this. | |
Hi there, I'm new to this sqlserver package. Is VB6 can able to work with this package like connectivity issues?. Can somebody advice me about this because my previous experience is purely on ms access database as backend front end vb6. thnx in advance.. newvbguy | |
GreekWord1 EnglishWord1 Notes1 GreekWord2 EnglishWord2 Notes2 , EnglishWord3 Notes3 GreekWord3 EnglishWord4 Notes4 GreekWord4 EnglishWord5 Notes5 . EnglishWord6 Notes6 GreekWord5 EnglishWord7 Notes7 GreekWord6 EnglishWord8 Notes8 ? EnglishWord9 Notes9 GreekWord7 GreekWord8 GreekWord9 The above made-up example above may lose its formatting here but I think you will get the drift. Column A … | |
Hello, Can someone make me an exe of this VB code? [url]http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=33626&lngWId=1[/url] I am at office now and dnt have VB installed here...so just need ur help... upload it to [url]www.rapidshare.com[/url] Thanx | |
When my program runs on a machine with XP sp2 installed and with off 2003 the following goes wrong In a table in Word f.e. 3 rows the 1 row is good with the data i presume row 2 has two sentences the 1 line has the coorect data and … | |
I need to format a 4 byte numeric value that decodes results = (byte1 * 256 * 256 * 256) + (byte2 * 256 * 256) + (byte3 * 256) + byte4 can it be done :?: /jondo | |
i wanna know how to draw text over picture box in multiple lines using print method if i used label control over picture box to draw text in multiple lines then i dont know how to save picture with label if anybody hve solution of my problems then pls reply … | |
I created a file that some vice presidents are looking at. They are very inexperienced with excel and I am trying to think of every possible error that could happen. However I know of an error but do not know how to fix it. They open the file, and it … | |
Hi , Presntly i am working on Graphics migration, for this i am developing a dll file. starting function of this dll will take VBInstance handle as the input parameter, and creates Graphic objects on VB graphics editor, while creating graphic objects, my properties dialog is flickering continously while adding … | |
Hello you all. I am an MA student in Creative Music Technology and currently trying to write a little game based on voice recognition. I downloaded the speech SDK 5.1 from Microsoft and had a look at the example code. Evertime I hit "run" I am prompted with: "Runtime Error … | |
Dear All, Could u please tell me how to write VB script to control Windows mediaplayer. Thanks in Advance. | |
Hello Guys, Is there any way one can get pwd en uid of users by attacking LAN (intranet) data dictionary using vb6? Regards | |
Can any body help me by providing the VB Code to restrict copying through USB Port | |
Ok, I have programmed in c++ for a while, but recently, I have found an emulator that supports vbscript files and have some questions about it. What I need to do, is detect a keystroke with the vbscript. How does one go about detecting a keypress with a vbscript, while … | |
I have posted items on my vb problem with detailes of my code to sort in vb with very little response, so i will be brief and present only my problem. The only practical advice I got was to search for arrays and sorting through search engines. Several of them … | |
2005/11/09 18:32:11, Event:Access, Door:entry, Card No.:2727, Description:266:55748 Date time event door card no. description +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2005/11/09 18:32:11, Event:Access, Door:entry, Card No.:2727, Description:266:55748 2005/11/09 18:32:13, Event:Access, Door:entry, Card No.:2345, Description:266:55732 2006/01/11 14:07:02, Event:Cover Removed Return to Normal, Door:5 2006/01/11 14:07:02, Event:Cover Removed Alarm, Door:5 2005/11/09 18:33:58, Event:Card No. Error, Door:entry, Description:266:51792 … | |
greetings.. I'm currently working on a form using Excel VBA. The form displays graph of a certain area in a worksheet. How do I create a multiple series chart, with one of the series being a line graph, and the rest being bar graphs? I currently use the multiple-dimension array … | |
I am trying to design a small database project for school. I have gone over this for about a gazillion time, and it seems to have turned into a challenging maze. This is from the book "Visual Basic 6 How to Program." Anyway, where is the problem: Define a complete … | |
Hi, I am trying to use the "My" functions in Visual basic, but every time i run the code, it give me a Runtime error 424 - object required. I am a newbie at this, please help. I don't have anything else in the code, just New Project, Stantard EXE … | |
I have created two ActiveX EXEs, one is the client, the other is the server. I want to set up a system where a single server class handles the method calls of multiple instances of the clients. The problem is, the only way I know how to create a reference … | |
[code]echo "hai"; sir i need help how to write data into the serial port using vb6 code[/code] | |
Okay I am after how to make a password protected logon to access the program I am making in VB. I have a TXT file with the passwords in it. | |
i am doing a project, and i am not that good in database. pls help me to solve my problem regarding my thesis. i know how to mainpulate controls in visual basic and other aspects, but with regards to database access, i only have basic knowledge.. my project goes like … | |
i hve created avi from bitmap but not finding the solution how to add wav file to avi. if anbody know then pls provide me code in vb6 i will be thankful to u tell me pls how wav file can be added to avi. reply me as soon as … | |
greetings I am currently working on a vision system platform that inspects the marking and orientation of ICs. I have at my disposal is a PC, PIC circuitry, motors, steppers, their respective controllers, and a monochrome progressive scan cameras. The PIC controls all the functions for mechanism as it receives … | |
Ok i need the user to be asked for a number by an inputbox (Using VB 6) and have this number checked. If its prime i want them to be told via msgnox , if not i want them to be given another attempt Any ideas? | |
i use ADO in VB6 to connect to my Oracle database i made a connection object 'con' and opened the database using it when i executed the statement con.Execute "insert into employee(no,join_date) values(424,'12-SEP-2004')" i found that he new record was inserted into the database(i checked it using sql*plus) . But … | |
hi all, can anyone suggest me how to display propercase in vb eg. HELLo WOrld is Hello World |
The End.