[RESOLVED] Return a Value from a Built-in Procedure?
Hello, Please excuse the title, I really have no idea what else to call it. But I'm trying to make a function that returns a value off a procedure called from a private Module, say, Command1_Click(),...
View ArticleAutomatic addition of '#' when assigning variable value
This seems like a very simple problem that I can't find any information on. A simplified version of the code - I have a larger script as part of a maths problem which uses the number '6008514752' as an...
View ArticleRe: web browser
Hey Friend's Can Any One Tell me The Coding Of "Save Image As" Option In My Browser??? Plz Help FrnDz
View ArticleNeed help (operation is not allowed when the object is open)
i'm getting error "operation is not allowed when the object is open" what's wrong with my codes? Dim ASSIGN As String Dim SQL_NUMBER As String Dim SQL_NEW As String Dim SQL_LIST As String Dim SQL_FIND...
View ArticlePerform actions on selected row in datagrid using button click.
Hello, I am using VB6 and have a question about datagrid controls. I have a datagrid on my form which will import data from a database on form load. The data in the grid are basically requests that...
View Article[RESOLVED] List all objects in form and show it to text box
how to list all objects in form and show it to textbox and sort the list by ascending ??
View Articleis there any way to record program flow for error checking later?
Our Clients sometimes complain about program not working in the desired way. We spent hours testing and sometimes are not able to find how that chance for error occurred. If there was any way to record...
View Article[RESOLVED] how to determine if inputbox is enpty
is there a way to determine if a inputbox is empty like a text? exmple Code: if text1.text = "" then msgbox "requierd fields" end if something like this this is my code for the inputbox Code: Dim...
View Articlehow to put a single colored row in a listview
is there a way when i save something to put a colored row in the listview but single row i have a textbox and when i enter something there it changes to red i want to put the same color like the text...
View Articleneed help on multi thread pinger
I dont know what to term it so I just titled it multi thread. Actually I have made this list of site or ip address on a listbox and I was able to ping them one by one through a loop. But this is not...
View Article[RESOLVED] Member Variables Declared Without DataTypes
Can anyone explain what declaring a member variable without a DataType does and if there is any benefits in doing this? I've always been told that all variables should be declared with their datatypes...
View Article[RESOLVED] Transfer listview items to another listview via ItemClick
Can anyone share a code to transfer listview1 items to listview2 via ItemClick event on listview1? Thanks a lot!
View ArticleWeird Button Array Problem
Very strange. I have Command1(0) and Command1(1) Both buttons have exactly the same properties except for the Index and Caption. These buttons are on an application I wrote some time back and it worked...
View ArticleDB networking
How can I access the server's database (MS access file) with the use of winsock and ADO? Currently I'm using network drive mapping and pointing to that mapped drive as the path to my database. I would...
View Article[RESOLVED] about checking IP
I am looking for code to show the details of the IP address like whatismyipaddress is showing, the isp, connection, service, organization, city, region, country, if the connection is using...
View Article[RESOLVED] VB6 that calls AutoCAD
hello, I have the attached visual basic code. I cannot find where it calls autocad. The fact is that it calls only autocad 2004 and I need it to call instead autocad 2010. Any help or tip pls? thanks...
View Articlesearch in listbox with respect to the text entered in textbox.
How to search listbox items with text entered in textbox
View ArticleHexadecimal to Decimal
Hi guys. I have a little problem converting Hexadecimal Values to Decimal values. Coming from Javascript i had the function: alert(parseInt("4dc0099df16a60a2cfe6cd65d4428794", 16)); Result:...
View Article[RESOLVED] 15 minutes diffrens in 2 combobox
i have 2 comboboxes now is there a way to make them not show the same hour? e.x cmbstart 8:15 cmbend 8:30 if i pick 8:15 in cmbstart the cmbend needs to be 8:30 if i pick cmbend 8:30 then cmbtart is...
View ArticleLoop to detect when battery power status changes?
I want to detect when the battery power status of a PC (ex.: a laptop) changes. I am using GetSystemPowerStatus API to get battery life percentage. What I want to do is to detect if the battery life...
View Article