Shell Email Message
I'm shelling to my vb6 application from Excel so the users email compose window opens ready for Sending. My project has The code is: Code: Option Explicit Private Declare Function ShellExecute Lib...
View Articleproblem with images
I have jpg's of numbers 0-9 that are displayed in picture boxes. The images are in black squares The problem is : There is a small line on the bottoms and sides of the boxes. See jpg How can this be...
View Article[RESOLVED] problem with images
I have jpg's of numbers 0-9 that are displayed in picture boxes. The images are in black squares The problem is : There is a small line on the bottoms and sides of the boxes. See jpg How can this be...
View ArticleVB 6 - Export to Excel
Hi I have a button that has to retrieve data from hpdata DB then export it to excel. can somehelp me with a basic code.
View Article[RESOLVED] Question for Unicode Gurus about Rtrim$
I need to save unicode font names and paths to disk for reloading and need to do so in fixed length strings. If I pad the string with spaces after strconv(Name,vbunicode) then on reload, I trim, check...
View ArticleDoes VB6 .exe work in win 8?
Hi guys I am sure many of you have tired running .exe created with VB6.SP6, does it run in win8? Is there any problems that you face in running it. Is there any difference with this between 32 bit and...
View ArticleMonth wrong
I have labels--H0 thru H11 and they all show a month name. However with the code i have it does'nt work properly. I want H0 to Show the month name for instance Nov--then when the month changes i want...
View Articleappointment calendar needed vb 6
as this is my first request of a complete code or half of it i realy need help in this i am for days searching the web for a appointment calendar vb 6 but no luck there is only vb net projects that i...
View ArticleData View Method '~' of object '~' failed
We've recently transferred a computer's programs from one XP machine to another using the PCMover program. We have done this before a number of times, all successful up to this point. But we are...
View ArticleLeaderboards
Hi, I need to create a leaderboard for my game. It needs to keep the data once the game has been closed so I assume using a text file would be the best solution. It also needs to display the top 10...
View ArticleHow "Disable X64 FS Redirection" In Windows 64 Bit
hi Guys How Can DisableX64FSRedirection In 64 Windows?! i Have Run This code in User System: Shell "cmd /c bcdedit /set {current} safeboot Minimal" This code Work in 86Bit Windows But not Work On 64Bit...
View ArticleHow do I send data between 2 VB6 programs with DDE?
I have opened two instances of the VB6 IDE. On both I've placed a text box, and I've set the linkitem on said text box to "xyz" on both programs. I've then set the linktopic to "ABC|123" on both...
View ArticleHow do I run an xxx.msi file?
I have a need to run a series of msi files in a pended fashion. I have a function that allows me to run exe's that way (runs a.exe and when it ends, run b.exe). My function works fine for exe files but...
View ArticleClose MY Project after minute
Can you guys help me, please! I need code for closing my project after one minute :)
View Article[RESOLVED] Close MY Project after minute
Can you guys help me, please! I need code for closing my project after one minute :)
View Article[RESOLVED] program stucks on while not
i have a code to check if a status is " Not Paid" in the table then it will SUM it the problem is its stucking every time i open this form Code: Private Sub Form_Activate() Set rs = CN.Execute("SELECT...
View ArticleSteps for implementing a reg-free .Nett dll in a VB6 program
Hello, I am desperately trying to get my vb .NET .dll to work registration-free with my vb6 progam. I tried to create a manifest by several different methods (Make my Manifest, UMMM, Side by Side...
View Articlevb6 and shockwave macromedia flash system error when I save a project
good morning When I try to save a vb6 projet where I have put only a control shockwave macromedia flash I have a system error &H80004005 . I have try to unistall macromedia flash and reinstal but...
View ArticleIs it possible to populate a combo box with sheet names in it?
Hi, I was wondering whether I can populate a combo box with the sheet names within my spreadsheet? Thanks James
View ArticleNeed help about resource file or .res
I am trying to put "manifest.res" to my project and at the same time I need the "themes.res" for office ribbon control. Is there any possible way to combine the two of this for a single program without...
View Article