10,989 Topics
| |
Hi How can I create vb6 application that can be able to access to mySQL data base on web site ( the app is on computer connected with the internet ) . Thanks . | |
I am making the interface program in VB with the serial port communication in the null modem configuration with customizable baud rate selection. Would you please help me in writing this code, it is one of the part of my project and mandatorily fininshed in time. So, please help me … | |
I need to know how to get change in 5c 10c 20c 50c $1 $2 $5 $10 $20 $50 $100 in the smallest possible denomination. In AUS dollars. | |
I'm a novice at VB and wish to populate a datagrid by connecting to oracle table. I've an ADODC data control inwhich I've used Connection String and given the SQL query after selecting cmdText option. The test connection also succeds but only empty datagrid is displayed when I run the … | |
i have a data file in text format , i want to convert this text file again in to oracle data base file for this i want coding in vb such that to calculte from this byte to that byte should be update in particular field etc. pls help me? | |
hello everyone! i add an executable program with my vb project but the problem is that it takes some time before it opens so i decided to put a loading form. how could i associate the form load with the exectubale file? i set timer and it works but it … | |
Is it possible to connect to the hidden/special shares on some network computers from a VB application? i mean C$, D$, ADMIN$, other_share$. i have the local user Administrator and the password for those computers. Can it be done without having to use shell commands (net use, nbtstat etc) ? … | |
G'DAY! I have software made by VB6. I execute spesific report from my software, than i close my software of the print preview. The software transfer all data from my software to excel & exhibit the excel with all data who transferred from my software. I would like that when … | |
Hello to everyone, i have a project which base on text file. and i already know how to view the text file using a listbox, what i want to know is on how to delete a specific row in text file.. thanks;) | |
Good day, I have been developing a simple application that teaches programming languages, I was hoping to store the necessary lecture slides in the Database, and retrieve them for later use, but I have problems displaying them onto the application forms, can anyone guide me on that area, or direct … | |
hi to everyone! thanks for the responses.. how could i create an os by means of vb6? is that possible? i have learned that c,c++ and asm are the appropriate program for creating such, but still i want to use vb because it is the one i am inclined with,im … | |
Hello, I have a Activex exe, that makes use of multi threading. I have two PCs. A and B. When I run the program on A ( both in debug and compiled exe) it executes fine. I then created a package, installed it on PC B and the exe ran … | |
Hi How can I to access to mySQL data base on my web site from visual basic 6 application. thanks. | |
erm greetings.. i have a situation here regarding picturebox. there are 2 boxes, 1 is for template image, and one for image to be compared with. i planned to make the user able to draw a box in template image picbox, as a region where the image the other picbox … | |
hi everyone! have a blessed day! is there anyone can help me to customize the data report such as on how set the data report's margin, size etc.. thanks for the response | |
Could you also email it to me at [EMAIL="bilalmuslim@gmai.com"]bilalmuslim@gmai.com[/EMAIL] | |
can someone hlep me with this ? i have the user names. now i need to find the name of the machine they are logged on to. how can i do this? i mean known : username, domain needed : machine name pls help i really need this one. | |
[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? :!: |
The End.