11,868 Topics
![]() | |
[COLOR=#000000]I am trying to develop a college project that will help a user who uses dial-up method to connect to the Internet to setup a connection on their computer. The same software will also guide a user to configure email programs such as Outlook Express or Microsoft Outlook (OE/ME) and … | |
I have ten points in space each of them have its coardinates value in (x,y,z) i want to plot these points in 3D view and iwant to be able to rotate this drawing | |
hello to everyone.. how could i set the vb form properties such that the user could not click outside the form unless the form was closed. it should not be minimized if someone clicks outside the form. thanks!! | |
I finished My project and its working fine But only on my pc. If i try to test the program on another PC which does not have Visual Basic program installed on it, then it does not work and I get some errors,Some not working functions or objects. I know … | |
I have written some inventory control programs using a comma deliniated file (.txt) as the running database. Can a VB executable access an Excel file the same way? | |
Hello, does anyone know where I could possibly find this ocx. I have searched high and low and can't find it any where. All links that I have found are dead. Any help would be greatly appreciated. Thanks in advance. satellites101 | |
hi every one , i need a help i am using vb 6.0 and wanna to connect with access db using odbc and can't find the way or code i will be thanx if any one help me in case( [EMAIL="e_twal@yahoo.com"]e_twal@yahoo.com[/EMAIL]) | |
hello there i have a matlab program that plots an equation. now i need to display this plot on a vb6 form. any idea how i can do it? also will this vb code work if the clients system doesnt have matlab installed in it? hoping to get some help. … | |
Hi Expert, I just wanna some help here. I have tried to connect my applications's database (Microsoft Access) using ODBC...but I can't get connected with the database. Actually the system I develop needs to be networked so, I try to run as a shared database (suppose to be)...but I can't … | |
Is there a code in VBA that will read data from a RS232 port and import it into the selected cell in excel or can I buy a program that will work. | |
I am using the Common Dialog ShowOpen to select a file to open using VB6. How can I ensure that the control is centered over the calling form. If I use two screens often the dialog control opens on the other screen and is hidden behind other windows. | |
[CODE] Dim rs As New ADODB.Recordset Private Sub Command1_Click() Me.CrystalReport1.DataFiles(0) = App.Path & "\Database.mdb" Me.CrystalReport1.ReportFileName = App.Path & "\Reports\BRYeild.rpt" Me.CrystalReport1.SelectionFormula = "{NewJob.strShipmentType}='" & Combo1.Text & "' and {NewJob.Date}>=#" & MaskEdBox1.Text & "# and {NewJob.Date} <=#" & MaskEdBox2.Text & "#" Me.CrystalReport1.WindowState = crptMaximized Me.CrystalReport1.Action = 1 End Sub Private Sub Form_Load() … | |
hi, am facing problems with taking contents/added items of a listbox in one form(Add) and displaying it in a similar listbox in another form(Modify) which has an adodc for navigating thru records. now i know textbox works fine but listbox is giving a hiccup...any ideas? :!: | |
Is there any way to like 'dim obj as _______' and then control real objects with it? Like... obj = text1 obj.text = "blah" ..and it work? | |
I've created 2 tables in Access and have created a form for each table in VB5. Each autonumber field is the primary key of it's table. When the first form comes up the autonumber field has a value but when I go to the second form the field is left … | |
attached is my project and i'm kinda facing problems with listbox. this is a simple project of adding, modifyind, deleting records. In frmAdd i have a listbox which enables attachment, this is working fine as it adds to the database, however, it does not add to the other listbox in … | |
Hi, I'm hoping that someone can help me out. The Range statement below has an issue with the right hand side of the equal sign. If I leave out the "& i", the information in the first text box is copied into all of the cells. However, I want to … | |
I've got a bunch of fields displayed in a form and I can change them on the screen and the changes are saved in the database. How can I make them so they cannot be changed? | |
As far as I know when a check box is check the value should be 1 and when it is not checked it should be 0 correct? In my case if I don't check the box its null and if I do its -1 Here is my code [code]Private Sub … | |
does anybody nows if there´s a decompiler program for .exe created with vb6???. I have compiled a program and in the process a lost a form!!. The only way to get all the coding back is to decompile the .exe | |
Guys, I have a problem. I want to locate my database directory so taht i can connect to it ok. I decalred a variable in the general part of the form and used commonDialog object to have open file dialog and get the Full directory name using CommonDialog.fileName property. But … | |
I have inherited an Access 2000 database that has a text box where you click on a file path that is already entered there and it is suppose to bring up a Word or Adobe file. Sometimes the file will open and other times Adobe will open and the document … | |
In my program I want to add records to the database and then reference them by a unique identifier such as a user id. Even if the user name is the same as another, The would be different IDs so I could pull data on the correct one. So my … | |
I recently started a game for me and my friend to play while he's away at college. I just tested the connection with him, and the test failed. I'm able to connect to 127.0.0.1, and my own ip with ease, but when I try connecting to my friends, it just … | |
any1 have any guidance with coding email attachments, like that in the email textbox, like underlined filenames so that when its clicked, it opens that file...using vb6. | |
I have a text box that will be populated by data, sometimes to long for the form and I wanted to add a vertical scroll bar to it, but I'm not sure how to link them together. I can place it on the form but it doesn't work the textbox. … | |
I am facing a problem with my project. I want to Update my database through DataGrid Object which is a tabular one right !. But, I want to control the number of empty rows that are available. But it has only one empty row that means i can enter only … | |
Hi, I want Visual Basic so bady and i m trying to get it so can you please give me links or something like that. can you please send me on [EMAIL="cricketinfuture@yahoo.com"]cricketinfuture@yahoo.com[/EMAIL] i'll really appreciate your struggle. THnx....Ankit. | |
I'm new to VB so my question is probably very simple. anyway here it is.. I want to make a side bar showing one form that is like a sidebar in a web page such as on the left side of the MDI form. Which holds the programs main functions … | |
I'm new to VB...Really new. The main thing I am needing to accomplish is this program I am trying to make. It's just a counter. You click the button and it shows the number of clicks in the label. Well, There are 14 counters in the one program. But I … |
The End.