11,868 Topics

Member Avatar for
Member Avatar for francissumi

Hi all expert, Need help here. RS.Open "Select * From TABLE where Box_ID = '" & BOXID & "' Order By CASE_NO ASC", con1, adOpenDynamic, adLockOptimistic Set DataReport.DataSource = RS DataReport.Sections("section1").Controls.Item("Text1").DataField = RS("BOX_ID").Name DataReport.Sections("section1").Controls.Item("Text2").DataField = RS("LOT_ID").Name In my program i am able to printout the data field. But how can …

Member Avatar for francissumi
0
2K
Member Avatar for Programmer592

Hey guys. So I'm currently building an app and I'm having a bit of trouble. So I have an Excel file and it reads it and opens it fine(I imported microsoft.office.interops.excel but what I want to know is how to loop through column A and pick out the rows that …

Member Avatar for Programmer592
0
416
Member Avatar for cblock

I am in a situation where I have to take a bunch of Visual Studio projects which are scattered across the file system on a computer, and put them all in one self contained solution folder, under the same file in the file system. Are there any automated tools which …

Member Avatar for cblock
0
712
Member Avatar for Sn

hey guys i have a code for auto generation of id in my project... when i add another id the number repeats itself... i recently tried to change the code and then the save codeing didnt work... so i went back with the old one... a lil help pls... Dim …

Member Avatar for Reverend Jim
0
8K
Member Avatar for TheFearful

Hello everyone, can anyone explain to me what is wrong with my project? I coded the program using my linux system using Vim and the g++ compiler. I then copied that text over to Visual Studio since I am assuming my professor is going to compile and run it through …

Member Avatar for Moschops
0
455
Member Avatar for sing1006

cmd.CommandText = "UPDATE tbl_System SET S_Name='" & TextBox2.Text & "', S_Function='" & RichTextBox1.Text & "', S_Failure='" & RichTextBox2.Text & "' WHERE EquipTag='" & Tbl_SystemDataGridView.CurrentRow.Cells(0).Value & "' i think this is correct format for update query but i still get error for this

Member Avatar for sing1006
0
262
Member Avatar for Kakza

hello friends, i need a help in vb6, i just start using vb6 for my project. my problem like this, i have two button, button Ok and Next. if i want to prevent user from move to next form before clicking on button ok..how should i put my coding??

Member Avatar for Mr.M
0
54
Member Avatar for ajit.nayak

Dear all I have combox accumated with 3 perameter Grid Connected PV-SYS- Full Feed In Grid Connected PV-SYS with Electrical Appliance -Net Metering Grid Connected PV-SYS with Electrical appliance ,battery system -Net Metering Each combobox value contain images.I used picture box to dispaly images. How to display the image based …

Member Avatar for Reverend Jim
0
362
Member Avatar for Okere

i have created a customer table containing name and ID in datsbase and i want if i type in the customers ID number lets say in a textbox, (1)it should check the database to see if the ID exist and (2)then call up the corresponding name with that ID and …

Member Avatar for Joe-Guru
0
170
Member Avatar for ajit.nayak

Dear all, Here i have attached form window.I wanted to update form with relative data How to refresh the single form. When New project detail is clicked from loaded with project data , when panel button clicked form loaded with panel data. 1)I tried this method. I created a group …

0
191
Member Avatar for waseem1345

So I have Visual Studio on my pc and my friend's pc. Is there a way to get live code change? so if i change the code on my pc it automatically changes on my friend's? like teamviewer but only for code? thanks in advance :)

Member Avatar for rproffitt
0
163
Member Avatar for foehner

Does anyone use FreeImage with VB6?? I have used this combination quite a bit over the years, but am stuck on something that I can't get working. I want to open a jpg image, rotate it by 30 degrees (or whatever) and then paste the resulting image onto another image. …

Member Avatar for kvito2003
0
993
Member Avatar for bsenthilkumar

Hi All, when i'm trying to call the dll i'm getting runtime error 91 error. below are my findings: 1) i'm able to build the dll without any error 2) i'm able to add reference to that dll 3) all intelesense is working 4) if i add that project to …

0
114
Member Avatar for notcloud

Hi. I'm currently developing a very simple standalone terminal EPOS software in VB6, as all the off the shelf products are way too complicated for the single shop its required for, but they want it barcoded to make it easier for them. Currently I'm stumped by one huge bit. It …

Member Avatar for notcloud
0
87
Member Avatar for Olanrewaju_1

Hi everyone! i am currently working on a project that involves a mssql 2012 database. i have some table columns that i want to calculate and get the amount saved in the total column. And at the same time, i want to be able to display the table with datagridview …

Member Avatar for Santanu.Das
0
354
Member Avatar for SoftBa

Hi, I have started this project and come to the point where I can't figure out how to finish it. First Want to say that I'm noob for VB6 and programming in general, but I saw some examples and make it work this part of job I need. I will …

Member Avatar for dageci
0
1K
Member Avatar for dageci

Hello, I have a user control that consisting of UserControl, and one Form. When UserControl Initialize it opens that Form. In that form I would like to call an event that is fired from user control. Here is a example: 'Code In UserControl1 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Option Explicit Public Event FormEvent(ByVal FormEventName …

0
113
Member Avatar for Gbtech

I have alot of text botton connected to adodc and i have alot of document in d database and i want to correct some mistake in some field pls i need the code to search for the name and pull the information in remaining text botton and change d mistake …

Member Avatar for Reverend Jim
0
134
Member Avatar for chinnasamyiITI
Member Avatar for pritaeas
-2
41
Member Avatar for Okere

pls fam,,, how can i access a webcam in vb6 and save its output in a picture box... pls i need it urgently cos am writing a project .. thanks

0
103
Member Avatar for cambalinho

i'm converting the VB6 DIB code to C\C++ from: http://www.tannerhelland.com/42/vb-graphics-programming-3/ **V – Using DIB Sections** but doing by steps... how can i convert: ReDim ImageData(0 To 2, 0 To bm.bmWidth - 1, 0 To bm.bmHeight - 1) to C\C++? for then use it on GetDIBits() function

Member Avatar for rproffitt
0
114
Member Avatar for triplekkk

hi....i'm new in vb programming and need help to solve the programming problem ......i have write a script to read line input file, compute and then produce result but i have a problem to list up the result for an output....it's only print out the last output....actually i need to …

Member Avatar for SpectateSwamp
0
325
Member Avatar for Amar_4

I want to make info (email and password) entered previously in two text labels in a VB application to be put automatically in the Facebook page or any other social network in my default web browser and login automatically. (Of course after clicking AcceptButton in the VB program). -I'm using …

0
118
Member Avatar for Hamed_3

hi . i have these codes : Private Sub Form_Load() WebBrowser1.Navigate "http://www.film-ha.com/wp-login.php" Do Until WebBrowser1.ReadyState = READYSTATE_COMPLETE DoEvents Loop If URL = "http://www.film-ha.com/wp-admin/" Then WebBrowser1.Navigate "http://film-ha.com/wp-admin/post-new.php" End If End Sub can anyone help me about how to add if webbrowser url is exact url that i want ? or maybe …

Member Avatar for Robin_6
0
303
Member Avatar for Monster99d

Hi, I'm trying to learn VBA for a personal project I am working on for excel. Right now I have in cell A2 - "2 years 1 month" and in cell B2 "1 year 2 months." I am trying to get it so it prints in C2, "3 years 3 …

Member Avatar for ddanbe
0
224
Member Avatar for CORKINSCS

I WOULD LIKE TO MAKE A NUMBER CREATED, WHEN USING COMMAND BUTTON, TO TRANSFER NUMBER FROM ONE CELL INTO THE ONE SELECTED. FOR EXAMPLE BELOW. Private Sub CommandButton1_Click() Range("D2 SHEET4").Value = Range("c21") End Sub IS THE EXAMPLE OF WHAT I AM TRYING TO ACCOMPLISH. I WOULD LIKE THE INFORMATION IN …

Member Avatar for Nutster
0
190
Member Avatar for neam

hi:) can you help me on my project .. what features can add on a security system ?

Member Avatar for neam
0
97
Member Avatar for Lance_1

im make program using vb6 n tried to get data from msaccess database ,display it in vb6 and save the data to oracle table database.. The table name in oracle is testcoba. Now i can save the data from vb6 to oracle table. But i want is the data will …

Member Avatar for Santanu.Das
0
1K
Member Avatar for MrTheMonium

Hello VB Masters, Firstly, apologize if my question is in the wrong place :) I would like to create a loop that will copy a data from rows in the first sheet to the columns in the second sheet. The data in the Sheet1 looks as follows: A B C …

Member Avatar for Slavi
0
259
Member Avatar for waseem1345

Hello I have an old laptop which run most new games at around 40~60 fps at lowest settings.. I already have a key for Visual Studio 2012 Professional and thinking about Visual Studio 2015 Community.. Will Community 2015 run as fast as the other one? I'm only interested in WPF/Winforms …

Member Avatar for waseem1345
0
238

The End.