[RESOLVED] How to send data to external EXE app and get info back
I have an EXE (compiled C DOS type) that I want to send it some data and as a result of the data I send it I want to receive data back. Normally, to use the EXE I would simply type the data using the...
View Articlealign item in combobox
I have this value in a combobox: 123 - aaaaaaa 1 - pppp 1254 - zzzzz .... of course it is more professional to allgn the item in combobox to have an idea see the attached txt or not? possible that with...
View Article(how to ) connect to mysql database login username and password
in vb6 how do i connect to mysql database with username and password if login is success then form2.show please guys i need this important please. from phpmyadmin we will make a new database then...
View ArticleOcr + vb6
Hello guys, I'm new in OCR things, But my boss want me to create a program that can read a text from an image.. Soo, i do some research and it's need OCR,, (Optical Characters Recognize) But after a...
View Article0x80004015 The class is configured to run as a security id different from the...
I have a DCOM application which runs fine with default settings but when i change the DCOM settings(Identity tab\Which user account do you want to use to run this application\) to "This user" it fails...
View Article[VBRichClient] Open a RS as readonly and then copy it to another RS and...
Let me try and explain. I am extracting data from multiple tables using Joints. Obviously the returned RS is readonly. Now I need to add a few more fields to the RS. But this is not possible. So I will...
View ArticleHow to Set Column Poperty in Access 2003 Table
Hi All, When i am Crating a New Data file Through Access 2003 it is show Error "Run Time Error 3265" i will observe all the things but i dont know why it is coming. below please find my vb code and...
View ArticleMake windows fit on screen
Hello I have written an application where I open 3 windows, each one showing a different table of output. Left to the default the windows open up on top of each other. Each window is a seperate form....
View ArticleCheck to see if a connection is open or closed
How to make interface * directly * to the database engine MSAccess to identify and count the number of open connections? This would serve to create a small program that would be used during the...
View Article[RESOLVED] looping text1 if found add to list1
Code: Dim i As Integer Dim Binary() As String   Dim Length As Integer   Dim sBin As String   sBin = Text3.Text   Length = Len(sBin)   ReDim Binary(Length - 1) As String   For i = 0 To...
View Articlevb 6 code genie
Does anyone remember the program code genie that ran in vb6 i think but gave code examples for different compilers (vb6 and C I think). Been away from programming and need a jump start. thanks, Charles
View ArticleList Box problem
Hello everyone, I am currently a student learning Visual Basic (using MS visual studio express 2013) and I have run into a problem with using list boxes and I can't seem to find what it is. Any help is...
View ArticleNeed macro for Extract data from multiple workbooks by giving date range
Hi Westconn1 I want to extract data from multiple workbook & there from 1st worksheet by giving date rate like from date & to date All workbooks hav same formats please help Thanks...
View Articletransfer an Excel-Cell-Range into a 2D-Variant-array and perform sorting
Hi, i have been working on best seller report . problem is that user is getting each week a Trading Excel sheet with more that 50,000 lines and 67 cols . i have written code to write data from the...
View ArticleChecking for file existence with long file names
A more difficult problem is checking whether a file exists. DIR, FSO.FileExists, FindFirstFile - all of these return FALSE where the file exists but has a long name. Any solution would be welcome or...
View Article[RESOLVED] Cdate function
Hi In Insert statement if i write Cdate(dtpicker1.value) or dtpicker1.value will there be difference or not. I am using Sql Server 2008 R2 Thanks
View ArticleHow to secure programs written in Vb6?!
Hey guys... Do advance users have ability of observing or altering codes of program in .exe format? I'm really eager to know if there is anything that secures the written code of vb6 program. Thanks...
View ArticleRegional Date Format
Hi I want when my program should run it should check that Regional Date settings are in MM/dd/yyyy format. Is it possible Thanks
View Article"Send to Application" (Scanned PDF to VB6 app)
Good day, I have a scanner capable of sending a scanned PDF to an application. (Canon DR-C125W) How would I receive such a file in a VB6 program? What event is triggered, and where? Or what controls do...
View Article