11,868 Topics
![]() | |
hi every1.. i have a form with a register butoon...when the button is pressed, the registration form (which is connected to ms access) opens...but the problem is that the form displays the data stored in table..although i need a blank form, which allows users to insert data... any emergency reply … | |
I need help with this airline seating program. All I need it to do for now is take the data from the second form (radio box), put it in the text box on the first form, and at the same time, have it update the listbox on that first form. … | |
I was curious to know if you can add Links to subitems like the e.g below [U]| Column #1 | Column #2 | Column #3 | Column #4 |[/U] | Sub Item 1 | Sub Item 2 | Sub Item 3 | [COLOR=blue][U]Sub Item 4[/U] [/COLOR][COLOR=black]|[/COLOR] [COLOR=#000000]And when you click … | |
I want to make a popup menu when i rightclick on a ListView Row I just want it to say Edit [Seperator] Delete ^^ Also how do i make a Sub Item a link to open a new form? | |
I want program in VB6 to work connection (dialup) between two pc using modem( telephone number) and transfer file or data from pc to another pc (one pc is client and another server) thank you | |
i want to change background color in panel if checkbox checked is true i am used vb script; but i wrote given code but the expected end of statement error happend please help me how define use vbscript... <script> Sub Changed() Try Dim lcnt As Integer If Me.c1.Checked = True … | |
i need to pass two string parameters in bat file.....in visual basic 6 i am trying thgs like Shell "N:\aa.bat abc bcd " here abc and bcd are two string variables but its not working... wht shud do to pass parameters in bat file | |
I have a text file setup called client.txt inside it has Halusa Decorations|Streamers|455892|$3.50 Kellys Floral|Frangipani|270272|$2.00 - Im using Listview in Report mode i was wondering how to grab each item e.g company|item|productid|cost into and put them into the Columnheaders [U]| Company Name | Product | Product ID | Price |[/U] … | |
Hi im new to VB and ive built a program that uses two timers to produce an osilating output..But i want to change the value of each timer INTERVAL prior to running the timers. Ive created two txt boxes to hold the timer interval times and a start button..It all … | |
hello, Im using VB6 and have connected my datagid OLE to a table in Oracle using adodb, the code seems clean but it doesn't display the table. PID is a patient ID variable. Here's the code: Dim oconn As New ADODB.Connection Dim rsView As New ADODB.Recordset Dim strSqlView As String … | |
:@Hi i am currenty working on a basket ball game in one of my grade 11 classes. My teacher and I cannot find a way to make the exit code work even when the shot is being taken. Also to take a shot you have to hit shoot in a … | |
Could not create; no modify design permission for table or query. I recently added user and group accounts to my database. I set my account with admin priviledges. I have full permissions on all tables, queries, forms and reports. I get the above stated error when I try to create … | |
[COLOR=#000000]I’m new in Visual Basic, and I’m trying to create a program that will copy selected files to a specific destination. I have attached my form and a screenshot with some details so that you can have a good idea of what I'm doing, I hope you can you can … | |
how can i create an db by VB6 ? if you can write an vb code for small ex for db from one table and how can i connect this db to an C++ prog or exe to get data from the execution dos window and put it in afree … | |
hi, i m final year student. i dont know what to do with my projects. Will you help me in doing projects on Visual basic. This is really urgent to submit. | |
I need help with the logs... I have already did the code for it but the frog is randomly dying on the log... the code is too long to post on here but if you are willing to help out. Reply to this in a private message with your email … | |
Ok , here is what I am wanting to do ultimately. I have a script that runs windows internet explorer hot fix updates on a server that we have setup. the script that we use here is this: strComputer = inputbox("Enter station name to complete security update","Security Update") if strComputer … | |
hi corrado, i am an undergraduate of electrical engineering. i am currently working on a project titled "PC-based temperature monitoring and control device". the hardware is interfaced to the system through the serial port. the whole idea behind the project is to recieve signals from the hardware and displays it … | |
| |
Dear All, How Can I restrict the paste option in Richtextbox.(Ctrl+Shift+Keydown).If I suppress this using the keydown event,If some one from other program captures the handle of the window.And after capturing the handle ,By using sendkeys I am able to insert the text in that.I want to restrict the input … | |
hai all, i have created a vb project and stored data into a databse named faculty. now i want to extract the details from the database. the fields included in the table are slno,faculty,subject,batch,ctr1...ctr6,overall per... my requirement is when i selected any one of the faculty then the report will … | |
Hello all; I'm using VB5 and Crystal report 4.1. My problem is how to add a line (or delete a line), in execution mode, from a report. Is there someone who can help me; Thanks | |
Hi all, I am trying to display some data using Crystal reports in regional indian language "Marathi" my backend is oracle , and am using "ISM" made by CDAC to enter the data in "Marathi".But while displyaing the data on Crystal report , some of the charecters are not been … | |
I hope this is the correct forum to post this. Wondering if anyone could help... On a form a continuous record list is displayed as results of running a QUERY. While this QUERY is displayed, I’d like to filter it. QUERY would display on a FORM showing: (customer: being the … | |
can i get the VB codes for serial to parallel conversion please... | |
Hi people. I've been writing a little application and I want the user to be able to exit a form by pressing ESC key. I have tried a this so far but no joy: [code] Private Sub frmMenu_KeyPress(KeyAscii As Integer) If KeyAscii = 27 Then KeyAscii = 0 End End … | |
How do you add columns in list boxes so u can have sortable sections for us in a database project | Column 1 | Column 2 | Column 3| |-----------------------------------------| | Data here | Datahere | DataHere | ______________________________ | |
Ok... I am making a frogger game and I have 3 Timers... 2 of them have 1 cars and 1 timer with 2 cars. Each time the timer goes through its cycle it declares the position of the car. Then Calls a function. The timer with the two cars Calls … | |
Hi guys, i am new to the VB and i need help please ;) Here's my problem: I am required to find out the properties and codes of a box moving. I'm given directional arrows,a "random" button and a "start"button. When i click the start button, the box moves in … | |
please freinds can you help me to find a french PDF tutorial for VB if you have any site please post it to me he URL thank you all |
The End.