Ocr
good day guys. I know most of you will answer me regarding programming ocr that its not possible on this forum to give assistance on ocr. but instead of asking for coding, I would like to ask if you...
View ArticleTrial and error process to find a variable that its function value is known
Hello friends I have a code uses a module (IAPWS) and uses its function (enthalpySatVapTW). this code must calculate the the temprature "T_dis", when "h_dis = enthalpySatVapTW @ T_dis" is known. I've...
View Articlequestion: how to capture the screen area
Good day, I would like to ask how to capture the whole screen without the taskbar and save to image jpeg file?
View ArticleCode for Pingable or Not
Hi All,:) Actuality I'm looking for this code and I'd like to get your help please your advice .. :thumb: I want code to check this command Code: ping 192.168.1.1 -t if the above IP pingable give...
View ArticleFile Location
Using Windows 7 Pro + VB6 w/SP3. In my app, I save a file, apparently to C:\ProgramData\MyApp (this is where I want to save it.) Then, in my app, I recall the file, from C:\ProgramData\MyApp. Guess...
View ArticleStrange Serial Behavior When Changing Text Box Value
Hello, I am having a strange issue, and I don't really know where to look to fix it. I have a form that communicates with a microcontroller via a serial port. The form works as expected as long as the...
View ArticleProblem in update database
Hi to all: This part of code, is suppose write in a DB Access, but something is wrong once the code not work very well, hi mean sometimes the values are stored in DB, sometimes no! Strange no? Yes very...
View ArticleUsing LaVolpe's AlphaImgCtl activeX within a controls array mouse events...
I am using LaVolpe's AlphaImgCtl activeX to add .png images to my project. I created at designtime a controls array of AlphaImgCtl. I want to <do something> when the mouse is down on AlphaImgCtl....
View ArticleImage List must be initialized before it can be used.
GOod afternoon, I am new to VB6 however relatively experienced in VBA. I am attempting to load information into a ListView control via an Access DB. I have placed the following code into the form_load...
View ArticleSetting default properties in VB6?
I would like to set default properties for a number of control types in VB6. For example I'd like to set the default ScaleMode property for Form objects and PictureBox objects to Pixels (instead of...
View ArticleHow to Crreate a Connection to DB2
I am have Attachment Reflections 2011 Emulator and am trying to use a VB Form from its VB Options to make a connection to my As400 and do a simple query in a table and have the results displayed...
View ArticleData Report As Object in Function
Hello! I made a Data Report and I want to print using DataReport.PrintReport False. Even the report has many pages, it is print only first page. I tries to use rptRangeFromTo or rptRangeAllPages, but...
View Article[RESOLVED] syntax error missing in query expression
hey im getting a error every time i try to update a field " syntax error missing in query expression" i checked the code i dont know whats wrong. this is the code when i load the form Code: Private Sub...
View Articlehow to connect crystal report 8.5 or 10 to mssql 2005
how to connect crystal report 8.5 or 10 to mssql 2005 without using the data sources(odbc) ?
View ArticleWindow showing on top of application
I have a VB6 application consisting of a MDI form, MDI child forms and standard forms. This application has been fine running on operating systems before Windows 7 / Windows 2008 Server R2. On Windows...
View ArticleImageCombo like combobox Dropdownlist?
Hi, I wanted to change my regular combobox with an ImageCombo, but I see no way to get the same kind of handling like a regular combobox with dropdownlist style. Is there a way to prevent the...
View ArticleAdd code to existing: Populate combobox from database
Good afternoon, I know I have alot to learn so please bare with me :) Thank you in advanced for any help. I have the following code which pulls values into a listview control. This works perfectly....
View ArticleAlignment on Printer.print
:sick:Hi guys! after many problems with data reports, crystal reports and things like that, i'm decided to use the Printer.print. I made a simple class, that class receive a ListView Control and after...
View ArticleNotepad Application
I'm working on a VB6 project which among many things needs a textbox that has Notepad capabilities. Anyone have such a Form with code? I originally started out by embedding Notepad into the project...
View ArticleControls not showing in toolbox
I am trying to get the Date/Time picker or the MonthView control to show in my toolbox. I choose the project/component and click the appropriate square, but nothing shows in my toolbox. Would somebody...
View Article