[RESOLVED] Slow running form after connect to SQL server 2008?
Hello All, i have swich off my db from MS Access to sql server db and face some issues such as slow running code while code working with no delay and normal on Access db, i debug my code and it's delay...
View ArticleFind Loan Interest Rate using Newton's Equation
Using vb6 Rate function, I am getting to many errors(not able to find interest rate), especially when I am using large loan amounts like 99,000,000, etc. below I am try to use Newton's equation to find...
View ArticleDTPicker, how can I convert a Date to this format?
Using VB6, I have a program in which a User enters a Date via DTPicker. VB6 appears to then convert this to a strange thing like €3â before saving in a File. How can I convert a normal date into this...
View ArticleHelp: Possible memory leak on my exe watcher app
HI guys, I need your expertise on this. I am basically developing an application which would pop up when the user execute as certain executable app. For example the user execute notepad.exe my...
View ArticleBat file question
What is the command I need to put as the last line in a bat file to keep the bat from closing? When I run my bat file it does what it is supposed to do but it immediately closes. How to stop it from...
View ArticlePossibly simple SQL query
I hope you can help. I have a program with 2 tables. Customer and Address. When next is clicked customer is iterated through, not address. I want a search function that returns only customers of a...
View ArticleQuite a stupid annoying bug
I am not sure how long my program has been doing this but I have only just noticed and its really annoying. When a random control has focus and I click on a button that button then has focus. It...
View ArticlePerformance is very slow running
Hello All, Is there a better way than the code below to speed up the process of saving the data because the code below takes time up to 17 second to saved data? Please need your advice to recode it to...
View Articleplease help winsock check site for software version etc plz read
hi i know how to setup winsock to check www.example.com/version.txt for value = 1 or 2 or 3 but i wont to set up something in my client so instead of adding allot of select case statment or if i wish...
View ArticleMAPISession Control
I'm currently experimenting with receiving email from within a VB6 app using MAPISession & MAPIMessages. If MAPISession.DownLoadMail = True; the equivalent of clicking "Send/Receive" in the...
View ArticleRset
Hi The project I am working on has 2 printer outputs which involves cash sums with 2 decimal places. one works the other does not can you see what I am doing wrong please. This works fine and all cash...
View Articlewhat is best image compression or remote desktop , will anybody share
i have this remote desktop am making due to size it slows down by 3 seconds i need to make jpg smallest as possible but keeping the quality or what suggestions u have to get this to work smooth 1:what...
View ArticleInteger string to pull
I have a seriese of integers stored in a file in teh second record. I need to pull these Integers to match them with appropriate lines in another file for ex file a has 4 integers 12 34 45 56 file b...
View Article[RESOLVED] Get the File Name of the Running VB6 Application.
Hey all, I have an application I've built and I want to increment the revision numbers on it just by changing the File Name of the compiled executable. My hopes were to have my program look at the...
View Article[RESOLVED] Using MS Script Control Version 1.0
I got this code from here a few months back that uses Micro Soft Script Control 1.0 and I am getting an error runtime error '438' Object doesn't support this property or method but according to the...
View ArticleAnother question about using script control
How do I get the output of a script that runs in MS Script Control I'm running a script in the control that prints output. The script runs correctly but I don't know how to capture the output of the...
View ArticleImagelist bound to toolbar issues . . .binding won't stay
I'm attempting to do something that I've done many times before and it should be so simple. But, for some odd reason, it's giving me real issues this time. I have an existing VB6 form with a toolbar....
View ArticleImproper capitalization in KeyBd_Event
The code below works fine except the "KeyBd_event" is sending a lowercase letter for each letter in "name". The "name" which I imput is "John Q Jones" but what I get out is "john q jones". What am I...
View ArticleIs there a way to thicken or perhaps change the color of listview columns?
Hi there. I have a listview called results view. I am setting up a form that keeps track of what literacy centers that students have been at for a whole week. There are 6 centers, so for 5 days that is...
View Article