PDF data in VB6
Dear Friends... i hv 2500 pdf files in one folder of 2,02GB size. (Eg:- sk001.pdf, sk002.pdf, sk003.pdf ...etc). I want to make a vb application where user can select a perticular pdf files from...
View ArticleMDI Child Move
Hi Guys Can anybody help me trying to detect in the Parent MDI form if one of it's child forms has moved? I have overridden WinProc in the MDI parent and can catch the windows messages, but can't see...
View ArticleShowing DTPicker Calender Year drop down
I used DTPicker control for selecting the date in my application. When i click on the picker control its drop down the calender and if I click the year in top near with month it shows the up down...
View ArticleWorking with UserDialog
Hi All, The following code, while a bit sloppy at the moment, calls a form for agents to enter consumer information. I want to make it populate automatically if data exists in the files already. Help....
View ArticleType mismatch : array or user-defined type expected
Hello everyone , i'm came up with an error: Compile error Type mismatch : array or user - defined type expected when i was trying to process such code : in module i have : Code: Public type book...
View Article[RESOLVED] ListView Question
How do I loop through the items in a ListView to find a particular item and then delete that item from the ListView>
View ArticleHELP ME to use multiple tables by SQL statement to make reports
there are 2 tables in my database and i want to use both of them to make a report. but i don't get the result that i want. problems occurred like repeating same record number of times and it always...
View Article[RESOLVED] Strange character problem
Hi, I have a string that my program gets from another application. The string has what appears to be question marks in it, but they are not.. they are just outputted as question marks for some reason....
View ArticleMonthView Coding Only Works Once When Project Is Loaded
I've recently inserted a MonthView object into my project with the intention of loading specific data items in a ListView when a certain date is clicked which is associated with the data item. So...
View ArticleCurrent user information
I want to stop people using my VB programme at the same time. So therefore I have set up a message box that says that someone is currently using the programme so try again later. I would like to be...
View Articlems access stored procedures
Hi. I am trying to run through VB6 some stored procedures in an access file. When i run the stored procedure directly from the ms access file, it runs correctly and returns the correct number of...
View ArticleVB6 - How to program device drivers
I've never read or heard anything about programming drivers. My neighbor and I are building like a radio-modem that will help to get access to internet. This is like wifi technology and we're doing...
View ArticleQuestion about buffering data
In a multi-client/server system is it necessary to buffer the data coming into the DataArrival event with a buffer for each client? What I mean is does each client have it's own buffer, like an array...
View ArticleNeed help with class diagram
Attachment 93991 Attachment 93993 I have an assignment to design and implement a 3-tier system for a weighted score method to compare products. I tried to make a class diagram but I only got 2 classes...
View ArticleAdding client certificate using ServerXMLHTTP request.
Hi All, I need to add the client certificate to the ServerXMLHTTP request object. I see that, we can use the setOption(3) method to add the certificate to the request. I wonder on how I can set the...
View ArticleWhat byte order used in CRC32?
I know the bit order must be most significant bit first, as it is doing division, in which is a math operation that requires the most significant digit to always be on the left. However I'm not so sure...
View ArticleMSCOMM Problem
Hi When i run executable file i get this error "Runtime Error-8018 Operation valid only when the port is open " . This is the code Public Sub open(comm1 As MSComm) Dim portno, brate, dbits, sbits,...
View Articlelist database and related table in Teradata
I need a code in VB6 to list all database and related table is possible? I prefere adodb or other to have the result. Tks.
View ArticleTypeOf Controls
Hi I want to use this code for several forms but when I call the function I get an error that the variable not defined and Controls is highlighted. If I declare Controls as a variant var I get and...
View ArticleQuestion About WebBrowser
I have a HTTP Web Server running on my local PC. xxx.xxx.xx.xx is the IP of my Web Server If I use I.E. and type in the address bar: http://xxx.xxx.xx.xx/mypicture.gif I will get the picture from my...
View Article