vb6 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 ArticleVB6 and Excel loading then unloading immediately
First off I posted this here http://social.msdn.microsoft.com/For...forum=exceldevHowever I think this is the right forum for this. We have an old VB6 application that uses data from and to Excel...
View Article[RESOLVED] How to run periodically a process
Hello, I want to check automatically, at certain time intervals, if a folder has some files which I am interested in. For this purpose I chose to use the classic timer control checking per second if my...
View ArticleNeed a little help....
I am wondering if anyone has seen a code that will convert a date and time into the unix time stamp through visual basics. I have been looking for some time now and it would help me greatly. Any input...
View ArticleInsert , Update, Delete,Update Cant figure it out
i have 2 tables named Debts & History i have a form that is named Frmorders now there is a comobox named CmbStatus it has 2 things Paid NotPaid i have also Have a form named FrmDebts now if i pick...
View ArticleCreating Table which has Picture, ComboBox, CheckBox, Label
I want to generate table which have Picture, ComboBox, CheckBox and Label like attached file. I'm not sure if this kind of complex table is possible by MSHFlexGrid control. If not, how could I make...
View Article[RESOLVED] How can I open a form by pressing F7
Hi, I need a code on how to press any code of like F7 F12 F3 to open other forms on my project. thanks
View ArticleNeed help (Icons for Toolbar)
where I could find or download a good quality icons 32x32 for toolbar? I've already downloaded plenty of icons but the quality wasn't good. is there anyone could help me out? I need : - Add New - Edit...
View Article