can i get the pixels pointer?
we have a picturebox, for exemple, can we get the pixels pointer without create a DIB?
View ArticleNewbie VB Help much appreciated
I am preforming a data integrity check by using a select count. i noticed that the developer was only passing 1 expression if Val(sRows) >1 but he forgot to check for zero record. I tried to change...
View ArticleIssue with GetProcAddress need input
Hi, I'm working on a VBA project for work, and I'm having issues with GetProcAddress and LoadLibrary (But this works in a few directories, not where I need it from) Below is the code, and just a simple...
View ArticleHow to change the Data Report Text Box Value in Run Time
Sir, I am using the following code to update the Data Report Text Box in Run Time. But I am facing error message. Run-time Error '438': Object doesn't support this property or method. Code : If...
View Article[RESOLVED] problem with msflexgrid
HI I have a flexgrid populated with 3000 records Is it possible to move to the line indicated by a number inserted in a textbox?
View ArticleHow to improve code
Hello I'm a beginner VB programmer but yesterday I wrote some code that automatically adds text to a text box when the user selects something from a drop down list. I have 2 drop down lists, each with...
View ArticleNeed Help Designing A "MonthView" Like Calendar in VB6
I have an application written in classic Visual Basic 6.0. It uses the ActiveX control "MonthView". I would like to accomplish the same calendar interface using just VB6, without an ActiveX control. It...
View ArticleVB 6 ActiveX Control Interface Wizard resgiter error windows 11
when i want run VB 6 ActiveX Control Interface Wizard i see this error, anybody know how can i fix this problem on Winodws 11. Attached Images actwiz.jpg (9.0 KB)
View Articlelopping and get name and control type in SStab
I have a Sstab with 5 panel I need to iterate in the second panel, of sstab and get fron it control name and control type for each controll How to? tks.
View ArticleCan't catch Common Dialog box Cancel button
I have searched for the answer to this but the typical response to catch when a common dialog box is shown with the showsave or showopen and the user hits cancel it ignores my on error goto statement....
View ArticleHow to get coin acceptor pulses from serial port?
Can someone help me how to get coin acceptor pulses from serial port (RS232 to be exact) I dont know what pin to put the signal wire of the coin acceptor to the serial port. I want is a simple program...
View Articleget value from the table web page
Based this link: https://www.tuttitalia.it/italia/ how to get all value from web table? tks. my pooer code: Sub TEST() Dim oDom As Object: Set oDom = CreateObject("htmlFile") Dim X As Long, Y As Long...
View ArticleSearching for something in visual basic vb6
I get all forums with relevant answers - I just want VB6 Forum. VB6 ONLY please Dont want C++, Dont Want VB.Net. etc DONT want anything but VB6 Forum Answers How ?
View Articlehow to connect to a pin machine in my vb6 invoice software?
Does someone know how to connect to a pin machine in my vb6 invoice software? so customers can pay with there credit card, so the total price should go to the pin terminal Does someone has some...
View ArticleVB6 CommonDialog - Open File problem
Am confused... When I execute the following code ... Why do I see files in c:\Users\lee\documents folder when PIX filter selected? Why do I see files in all sorts of folders when PDFS filter selected?...
View ArticleWinsock with VBA failing to connect
I need help on the code below, I'm able to start Winsock with VBA library below or initialize , but I'm failing to connect to my local machine with IP address 127.0.0.1 & Port number 49414, before...
View ArticleDZone Research and TechnologyAdvice Survey: Enterprise Security
Calling all AppSec experts! How do you approach security across the SDLC? What cloud security and supply chain threats impact your team? Share your insights on all things AppSec in our 7-minute...
View ArticleTechnologyAdvice and DZone Survey
CodeGuru has partnered with DZone, who is conducting their annual Observability + App Performance research survey, and we want to hear from YOU! Taking ~7 mins., our questions cover topics like...
View Articlewant 2 columns but getting 3
Hi, I would use a flexgrid but VB6 (enterprise) says it's not registered (even though it's there in the list, with its check box ticked) so I have used a list box (simple dropdown list) instead, which...
View ArticleDynamically Create Object Name
I think I have done this previously, but cant seem to lay my hands on how I did it. I have a number of forms which are named frmOrd1, frmOrd2, frmOrd3 ...... frmOrd100 I need to be able to access any...
View Article