11,868 Topics
![]() | |
Hi everyone! I have been working with VB5 for a quite while now and couple of days ago I encountered bizzare problem wiht custom toolbar. Here it is: My form has a custom toolbar with approx 10 buttons aligned in one row, with a couple of placeholders to separate groups … | |
Hi everybody, I want to make an app with command line parameters like: "dir *.jpg", when "dir" is the app and "*.jpg" is the parameter. Can anyone can help me. | |
greetings! I designed simple program with combobox and i want to lock this combobox. I dont want to allow the user to type in this combobox. Only the list item data can be selected and not allowed to type any value.. for example: Displaying "Gender" using combobox . The item … | |
Hey i have been on many fourms and stuff asking people to help me slove me this problem but no one seems to know how to do it including my self,if anyone here knows how to change this into flowchart it would help a lot ty :) INPUT VARITEM 1 … | |
Wow I ran into a real problem... I have a data base that cycles the pages for each person. example: Name: bob (page 1), then you click a button and it changes the page and the name changes to Tim well that's all good and well, and it stores that … | |
Alright here's the problem: 3. Fahrenheit to Centigrade calculation. Your F should start at 98 and go to 106, by an increment of .1. You will only have two columns, F and C and our requirements: Requirements for all programs Each program will use a function to do the calculation … | |
Hi, I have downloaded data recovery software to recover my deleted data from Hard disk from [url]www.softperfect.com[/url] but when I try to open the recoverd file both by double click method and from file menu of the application, every time a message saying the document name or path is not … | |
Hey guy's i'm riz... Just wanna ask sumthin bout my project.. i can't access my VB project to other computer, i want to run it to diferrent computers and automatically updates the datbase to its main server.. tnx | |
hey i would just like to ask. example i have lstbox named lst1 and another listbox named lst2 when i click on a certain data on the lst1 it would also select the corresponding array of the data in lst2. anyone has an idea? thanks. | |
Hi All , this is the first time i've entered this site ,and welling to help me about using visual basic 6.0 to connect with an excel sheet to be retreived it's data into the V.B. So, If you please i need the V.B Code to complete my object. thanx … | |
I have a VB6 application that uses DAO to read and write MS Access files. Since the program uses Access files exclusives, it was written in DAO instead of ADO. The recordsets within the program are based on queries in the database. I need to add a field to the … | |
Plz help me.. I want to install my selfmade proj into Different P.C. by using a single database.. i've connected every P.C. into a network, and also install VB 6.0 in its unit togather with my project, but when i try to add data.. it never updates their databases.. | |
Hey guy's i'm riz... Just wanna ask sumthin bout my project.. i can't access my VB project to other computer, i want to run it to diferrent computers and automatically updates the datbase to its main server.. tnx | |
[code] Private Sub btnPrintListBox_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrintListBox.Click Printer.ShowDialog() End Sub [/code] My book doesn't discuss how to use the PrintDialog, so I'm not sure how to get it to print out a ListBox. Also I have a ComboBox full of states and sales tax … | |
Is there a simple way to create multi-line tool/tip text boxes ... nothing special, no balloons or anything, just multiple lines ??? | |
has anybody here used the free Oracle 10G database with VB6?? if so, is it easy to setup?? is the connection string similar to an MS Access connection string?? I have heard it is probably the best database. | |
Hi All, Could any1 please tell me where i can find a tutorial for a port scanner in VB? Regards, Naveen. | |
Hi... I'm trying to create an interface between a servomotor and PC. The servomotor has a CANbus via RS232. I want to write a VB6 program to read data from the machine. I surfed the net for OCX file that supports CAN communication.. Can anyone help me with these files? | |
How to make a VB Project as readonly property. | |
HI i need help......... i have one project in vb 4 ,how to retrive source code with exe file..pls help me. | |
My VB6 has a Form with a Textbox. Actually my work behind reading Barcode thru Barcode Reader into the TextBox, The Maxlength of the TextBox is 12. If I Input some characters manually into the TextBox Say "abc" (without quotes) now the cursor is in 4th place from there it … | |
hi guys need help on how to count a string in a text box for example my txtbox has this value 10.2.200.29 how can i count all the text box's content? | |
Hello! I'm fairly new to [URL="http://www.daniweb.com/techtalkforums/post319270.html#"]VB[/URL], but I have some C, C++ background. I'm trying to open an existing Excel Document, and add [URL="http://www.daniweb.com/techtalkforums/post319270.html#"]data[/URL] in specific cells from Text box inputs in my VB program. However I cannot seem to be able to do this. The closest I've gotten was … | |
hi guys need help on how to count a string in a text box for example my txtbox has this value 10.2.200.29 how can i count all the text box's content? | |
when I enter this into the caption property of a command button: Query\T & P System it displays this: Query\T_P System is there any way to fix this?? | |
I am working in a multiuser VB 6 Project with MS Access as database. I want to store details in LOG file. for this we will have to write to the log file in all the events (into which we have written code) But is there any way to log … | |
I find it interesting that QBASIC is mentioned for several reasons: 1. This language and any of its predacessors are hardly used these days. And, if they are, it's most likely for nostalgic reasons. At one time, I remember, some schools used it for introductory programming courses. For a time, … | |
Hi... Can we manipulating paper size, paper orentation and margin in Data report??? I need to specify the size and margin of my Data Report Thanks | |
Hope someone can help me with a EXCEL VB code for copying select data to separate spreadsheets. I have a farily large spreadsheet (~5000 rows x 200 columns). Column A has three string variables. For every value in Column A there may be up to 20 variables in Column B, … | |
Hi, I am using MSSQL7 at work along with VB6, and while I have the VB work sorted, I am struggling with the SQL quite badly. Basically, I will try to explain my problem as best as possible, and will go from there. Firstly, here is my SQL statement as … |
The End.