Copy value, not formula, from one cell and paste to another
Hey guys, I have another question and I do believe this one will be VB related, I will attach what my sheet looks like now: The red arrows there show the cells I'm trying to work with. Basically, when...
View ArticlePDQComm - License information for this component not found. You do not have...
Hi ! I have a legacy VB application that uses PDQComm library. I have to rebuild this application after upgrading certain forms in it. The issue is that when I try to rebuild the application I get the...
View ArticleDataReport Issue
1. I've installed VB6 Service Pack. Orientation is well taken care with this. 2. I've set default paper size as A4 in Settings..>. ControlPanel..>. Printers...>..Printing Preference. 3. One of...
View ArticlePrimary key needs to displayed in the datagridview
Hi, I'm using windows form application and Ms access. I have a tab with datagridview which displays all the orders of the customer(gets data from table in access) and a button to add new order. On...
View Article.txt to listbox
I am very new for vb6 as I am a student at school we have just started to learn basic about vb6 .. interesting I need help here How can load *.txt file contents to list1 and then similarly when i click...
View ArticlePassing a nested UDT array to a sub throws compile error...
Hello everyone, I'm building a programming tool for an arduino project, but I seem to get stuck now. background info: when activating a wireless transmitter (Zender in Dutch), the arduino should...
View Article[RESOLVED] Passing a nested UDT array to a sub throws compile error...
Hello everyone, I'm building a programming tool for an arduino project, but I seem to get stuck now. background info: when activating a wireless transmitter (Zender in Dutch), the arduino should...
View ArticleReading selected files in the end of text file
you guys here already drop a code to read at the beginning of the text file and search for specific data , i try to change the code to adapt to this new project i am doing , and i can not figure out...
View Articlemscomctl.ocx could not be loaded (HELP!)
Can anyone please help me with this error? I tried to add an Component named "Microsoft Windows Common Controls 6.0(SP6)" And when i press "Apply" or "Ok" this Messagebox will appear...
View ArticleProgram help
Hi Forum users, I have a program which used to display a form on windows xp properly but when i installed the program on windows 7 it does not display correctly could anyone help with this ?
View ArticlePlaying an animated gif in vb6 on a loop?
Hi there folks. I am working on an attendance prog for students. I would like the prog to display a gif of a school bus when asking for bus notes. I have a cool bus animated gif that would be nice, but...
View ArticleError on connecting Remote Database using by ADODB.Connection
i want to connect a remote ms access database in ISS Sever with Test as Virtual Directory , it showing the error " Internet Client Error: Cannot Connect to Server " then how can i solve this problem ,...
View ArticleCan't load 'RICHTX32.ocx'
Hello, can anybody help me? I want to load the RTB-Control but always get the error ' can't be loaded Till now I already tried to re-register the .ocx This problems also comes with a few other...
View ArticleCreating a Guessing Game
As a class project, we need to create a guessing game where the computer generates a number between 1 and 50. The user uses a button and a text box to input guesses. Here is my code so far: Public...
View Articleconvert a code to VB6...
Hi friends i have a code for creating hash code from password (for remote desktop ) . this code use CryptProtectData from Crypt32.dll this is that code : i want to convert this to vb6 code Code: unit...
View Articleshow message box That This Record already Exit in database ( no use Primary...
Hello, i have a problem that when i insert a record duplicate not show message box how can this code here in form Private Sub Command1_Click() If text1 = "" Then MsgBox "Type Class ID.", vbOKOnly +...
View Article[RESOLVED] How to align text vetically?
I'm using a floating textbox to edit the cells of a flexgrid, as the cells in it don't not have the SelStart and SelLength capabilities. Whenever the arrowkeys are pushed the textbox moves accordingly...
View ArticleQuestion about If statement
Are the two following If statements equivalent? If A = 5 And B = 5 And C = 5 Then 'Do something End If A = B = C Then 'Do something End
View Article[RESOLVED] How to write instructions on X (Exit) form
how to write code when this command his given ? Attached Images
View Article