vb6 dlls, convert to 64 bit dlls for windows 2008 - options?
Hi, I have a classic asp website running under windows 2003. the website uses 3 dlls to connect to the db and maintain session. the dlls where written in VB6 and i know enough to compile them in VS...
View Article[RESOLVED] Form Drag
Attempting to trigger an event when one mdi child form is dragged onto another mdi child form. Help?
View ArticleProblem with DD7 method GetSurfaceFromDC
I'm trying to use Direct Draw 7 with a picture box in VB6. So I've tried to set the surface it's going to be drawing to to be a picture box with the name Picture1. To do that you are supposed to be...
View ArticleOLEDragDrop Question concerning Forms
Why do Forms have a OLEStartDrag event and a Me.OLEDrag? I can't OLE drag a Form and do a OLEDragOver on another Form even though the Form has a OLEDragOver event nor drop it on another Form even...
View ArticleVB6 app getting lot of networking errors
I have vb6 application installed one on notebook with XP OS and one on windows 7 but on XP mode. But my app gives many errors like "communication link failure", "Time our error",...
View ArticleMDIForm unicode font for Tile ?
MDIForm Tile bar not display unicode font ? Is everybody this example ? share with me
View ArticleCommon Control Dialog Display Problem
I am having a common control dialog developed in vb6. We will usually open excel files using this dialog. The lase opened excel will be displayed when we try to open again. Suppose I am opening a...
View Articlevb6 Listview Need Help
is it possible to make listview view in group? is there any control similar to this? Attached Images Â
View ArticleVb6 how can I continuously check of new insertions in table and display...
I need to check a table for new insertion continuously. If there are new insertions, a notification (or a message box) should pop up in the software. I am using vb6 with sql server (both 2000 &...
View Articlehow to find "similar" strings
I remember something that could do this for example "Fernandez" and "Fernández" were classed as a match but I cannot for the life of me remember what it is. I have looked as "LIKE" but that seems to be...
View Article[RESOLVED] Need help with a Listbox.ListCount error
My goal is to get CheckList to exit the sub if there is nothing in List1, but otherwise to run the code that comes after the if/then statement. The following code exits the sub as though...
View ArticleShockwave Resources that are embedded in RES File???
Hello I am looking to have a Shockwave DCR file, to be played everytime the Control is loaded in a Control Array. That part I have down pat, but then there is a problem with getting the Shockwave DCR...
View ArticleWScript.Quit getting an error (Object required)
I made this code out of bordem but became really into it. It's a test that asks you questions and marks your score in a text document. The problem is, when ever I don't have WScript.Quit, it loops...
View Article[RESOLVED] Prevent User From Resizing Column Width in ListView
is there a way to prevent from a user to resize the columns in a listview?
View ArticleDesigning/Formatting Excel during exporting Data from vb6 application.
Im using this code to export data from my vb6 application to excel. Is it possible to apply color formatting in the cell/columns of the worksheet where my data will be exported? Code: Private Sub...
View ArticleShell does not work in windows 7 and 8 pc for openfile command bat files
I am running a bat file in my vb6 code as shown below Code: Shell(Chr(34) & GetOpenFileList & Chr(34), vbMaximizedFocus) The bat file content is Code: openfiles /query /FO CSV >>...
View ArticleShell does not work in windows server 2008 and 2003 for openfile command bat...
I am running a bat file in my vb6 code as shown below .GetOpenFileList is a variable having path of bat file. Shell(Chr(34) & GetOpenFileList & Chr(34), vbMaximizedFocus) The bat file content...
View ArticleDatabase, ADODC, table issues.
i have one database and two tables there are : field table1 : id, name. field table2 : id, picture. it have relationship on "id-to-id" with one-to-many relationship. i want to make one id have many...
View ArticleCombobox showing options in listbox??
Hello All! I'm totally new on this. But I'm trying :) I was thinking of creating a Character generator to an Old time RPG (Paper and pen) and was thinking of using a ComboBox to select the Race and...
View Articlecalculate distance from zip code vs zip code
I need to calculate distance in Km from zip code to zip code...? Suggest me a method iin vb6. Tkx
View Article