[RESOLVED] Run Time Error '3021' : No Current Record
I'm getting the infamous Run Time Error '3021', and am having no luck resolving the issue. I have browsed countless forums and tried many different solutions, but none of them have worked for me. This...
View Article[RESOLVED] [VB6] - pointers and bitmaps
i have read several toturials and the autors don't explaint the very important thing:( i understand that the pointers use BRG instead RGB. ok, but how can i compare the colors? Code: Option Explicit...
View Articleobject required error for Scripting.FileSystemObject
am getting runtime error 424-object required on the bold line of following code: ****Dim fs, fname Set fs = Server.CreateObject("Scripting.FileSystemObject") Set fname =...
View ArticleASCII Strings in Custom Resource Text File
Hi, I'm maintaining some legacy VB 6 code that has a large number of strings DIMmed as Private Const. e.g Public Const atOn = "On" Public Const atOff = "Off" I'd like to save memory by defining these...
View Articlehow to save and load picture in database
how to save and load picture in mdb database for using vb.net. i have simple code .:cry:
View ArticleDebug user control in VB6.0 ?
When debugging user control, having Subclass handler, put your mouse on the user control not clicking, Sub zSubclass_Proc has promptly run, how to troubleshoot? is there a way that I can right-click on...
View Articleuse of shell for calling perl from vb 6.0
i have a vb 6.0 program that creates a perl program during runtime...any idea how i can call that perl in next step??am suggested to use shell function of which i know little...how can it be...
View Article[VB6] - resolving a flicker... double buffer
i'm trying doing\simulate a real Opacity in controls(usercontrol). and works better than i thot;) but the problem is that i see a flicker when draw the image and i don't understand how fix that:( i try...
View Articletext file content into vb 6.0 variable
how to get the contents of a text file into a variable in vb 6.0? any help?
View ArticleMS Chart is not displaying exact values
I have a problem. My MSChart is not displaying the exact values on the chart. It looks like it is rounding up and down some of the values ???? Here is the code of the assignment: MSChart1.ToDefaults...
View Articleunicode and MS Interop Controls
hello, I have an interop user controls projects using Interop Forms Toolkit 2.1. All wen well, until we started typing unicode in the text box interop control. If we set our language to Chinese, and...
View Article[VB6] - about DC's
i did 1 class for working with DC's(double buffering): Code: Option Explicit Private Type DC handleDC As Long handleBMP As Long handleRefBMP As Long End Type Private Declare Function...
View Articlesql convert function
greetings I used convert function in sql server with no problem, but when i try to use in in vb6 for my quiry it does not recognize the convert function vdate=cdate("30/01/2011") rst.open "Select *...
View ArticleHelp with SendMessage to send text to another application
Hey all I'm new to the forum. I am trying to pass a username & password to an application, and make it hit the "ok" button, using SendMessage. The issue is that there are 3 text boxes on this logon...
View ArticleVB6 - Need help w SendMessage to pass credentials to textbox on another...
Hey all, I'm new to the forum, and need some help building my application. I'm less than an amatuer when it comes to coding, so i'll apologize up front if this is a simple/dumb question. I'm needing...
View ArticleAppreciate if you guys can help me. =)
Hi Guys, the code below is working; but i need help as i am a newbie and currently working in a programming line which the last time i did programming was donkey years ago. Ok, spelt out a bit too much...
View ArticleCreating a notification to point to the error
Hi Guys, the code below is working; but i need help as i am a newbie and currently working in a programming line which the last time i did programming was donkey years ago. Ok, spelt out a bit too much...
View ArticlePlease help me out , TCP Receive data
HI all , I make simple electronic module witch connect to modem and send data to server appliction has been made by vb6 , now when huge data come i cant receive the data from my module but with normal...
View Articlevisual basic express read/write to excel question
i have downloaded vbe 2010 and thats where im pretty much stuck . i do logic programing this type of code is killing me . is their an easier way . this is what i got , an excel spreadsheet runs my...
View Articleobject required error for Scripting.FileSystemObject
am getting runtime error 424-object required on the bold line of following code: ****Dim fs, fname Set fs = Server.CreateObject("Scripting.FileSystemObject") Set fname =...
View Article