webbrowser - open popup window in current webbrowser control
Hi all, On my website I have a popup filter that I want to handle in my vb application. Ideally I would like my filter to appear in the same Webbrowser control on my form as my website, then when the...
View Article[RESOLVED] Handling .txt files with VB6
Hi, I want to call a subroutine in my VB6 app when an event occurs and append some data to a txt file. I have the following code which I want to open a .txt file that resides in a folder (with full...
View Article[RESOLVED] why contorl array index variable doesnt work ?
Private Sub Labelpad_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single) Select Case Index And Button Case Is = 0 And 2 labelpad(0).Caption = ""...
View ArticleVb6 bitmap streams
Hi, I have a lot of experience in vb6, so any help will be appreciated .. Biblioteca.dll an alert, get a camera by stream. When this library can identify a particular object, it creates several events,...
View Articledetect mouse right click menu events
I am trying to detect right click mouse copy/paste events as below.I am able to detect mouse right click, but don't know how can I detect which event(copy or paste) among different right click menu...
View Articlerun time error 3027
i have created a table called i with only one attribute name varchar(100) i connected to vb6 using odbc i am getting the error run time error 3027 cant update: datbase or object is read only i have...
View Article[RESOLVED] Barcode Issue?
Hi everyone. I have a barcode scan thing. Anyway, my question is how can we remove or add the zero's in a barcode. In my case I have barcode read two different way as: 1- 1234 2- 001234 ---> all I...
View Articlevb6 dao and begintrans & committrans
:mad:I have a old project with VB6 and DAO ( i have no time to modify this in ADO Jet:-(:sick: To speed up rs.addnew (during import a value from a text file, approx 224.000 lines) i need: for x = o to...
View ArticleCreate Database & Attach Existing File
Hi I may have repeated this question . I want to create New Database & attach existing file to it . How it can be done. I have written the below Code it gives message file already exists Set myConn...
View Article[RESOLVED] When VB6 studio starts, how does it know what files to open?
Whenever I click on my vbp file in Windows Explorer to start my IDE, it seems to open with the same six files. These aren't the six files I am working on. I close all six (one by one, because there's...
View ArticleCommon dialog error trapping not working
I've been through a lot of "fixes" for this but nothing works. When I run this code and the user presses cancel, I get a dialog box that tells me cancel was pressed and it stops on the .showsave line....
View Article[RESOLVED] Common dialog error trapping not working
I've been through a lot of "fixes" for this but nothing works. When I run this code and the user presses cancel, I get a dialog box that tells me cancel was pressed and it stops on the .showsave line....
View ArticleDivision results in 8.32957075464354E-03
Here is the equation: 401.25 / 48171.75 this results in this: 8.32957075464354E-03 how do I get the correct number which is: 120.05420560.... The total number is 28 decimals long. Basically I need 4 to...
View Article[RESOLVED] the event procedure starts with second click it doesnt work with...
Declaration Dim palette As Byte Private Sub Command10_Click() Select Case palette Case Is = 0 Form1.Height = 10575 palette = palette + 1 Case Is = 1 Form1.Height = 9375 palette = palette - 1 End Select...
View ArticleDLL call from VB6
I received a DLL from vendor in order to interface with device. I asked vendor if my VB6 program is able to call this DLL but they have no idea about that because their engineer have never experienced...
View Article[RESOLVED] Edit Ms Flex Grid
Dear all, I want to Edit MSFLEXGRID using a text box but my textbox(txtEdit) is not getting fix on flexgrid(fg1) cell. Please look at the attached snap. my code is as under Code: Private Sub...
View ArticleCan this be done (easily) in VB6 ?
At run time, populate a Form with multiple rows. (Like a Access datasheet) Each row has a check box and two text boxes It needs up to several hundred rows. Most of then will contain data the program...
View Article[RESOLVED] I need some help I keep geting errors on this program im trying to...
sorry please close this post.:wave:
View Article[RESOLVED] Know the name of control by its tabindex
Environment : VB6/Access2003 Sir, I have some controls on my form. I want to change the control on pressing of Enter key and the text in the next control should be selected. For the same I am creating...
View ArticleLinking datagrid values to a textbox
Attachment 98971 Guys I need help. I want to link a datagrid column data to a textbox. For example if i type a100 in the barcode textbox the other two textboxes will retrieve it's other two datas...
View Article