Resize Form & Controls For Screen Size - VB6
Hi I´m trying to follow this tutorial: http://www.dreamincode.net/forums/to...reen-size-vb6/ In his tutorial he says: "That's all the code you need for your form and control resizing based on the users...
View Articlebonnie need your help thanks
hi need your help in this you posted in code bank i needed few more please here is the current code posted by bonnie in other thread:) Code: 'Paste into a blank Form Option Explicit Private Declare...
View Articleretrieve mozzile and crome user and password for sites
how do i make programme so that i can retrieve my login usernames and passwords for each url ? am making a tool password recovery system:eek:
View Articletitle bar retruns on dataarrival
Code: 'API Calls Used To Remove The Title Bar From Window (Make A Sizeable Borderless Form) Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" _...
View ArticleHelp with query
Im working with SQL table, which have data of Parts names, along with Price of the parts. My table have the following Column; Part Descr, Qty, Cost. This table keep data for the whole year, but lets...
View Article[RESOLVED] To show list in Listview when other Listview selected
gud day, I have listview1 with "Category" and each category has list of Technicians. And when Category is selected in listview1, the list of Technician should display in listview2. I was trying with...
View Article[RESOLVED] help: inserting mysql date
good day guys. i have this example code: Code: dim str1 as string str1="update table1 set transdate=" & Date cn.execute str1 the problem now is when I check the record transdate, the data is...
View ArticleUse Findwindow by ".exe"
Hi, i'm trying to find "FlashPlayerPlugin_11_6_602_171.exe" in findwindow function but i couldn't because it need the caption not the program name So any ideas?? My code so far, Code: Private Declare...
View Article[ODBC Driver Manager] Data source name not found and no default driver specified
I am trying to display oracle DB into DataGrid and facing some problem Code: Private Sub Command2_Click()   Dim oconn As ADOconnect   Dim rs As Recordset   Dim strSQL As String     strSQL =...
View ArticleCell grid can change color and down the line in the title ?
In VB6.0 Do you know the name of the control cell grid in the image above there are two lines in the header and the grid can color, see attached image. we can see in the figure, in the title (framed...
View Articlemscomm1.input problem
Hello, i want to receive data from pic, for example when pic sends 97 i see "a" character in label1, vb shows me ascii character value of my data, all i want to do is when 97 comes from PIC i want to...
View Articlequestion: difference in use of number above the letters in the keyboard
good day. I have this log in form wherein my username and password is in numbers. When I tried to input my numeric username and password using the numbers in the numpad, I cannot login but when I tried...
View ArticleCheck for values in column A and if found then column B must have value.
Hello everybody. I have a problem with a spreadsheet macro/vba. I am trying to do the following; Column A From A2 to A32 = Items description Column B From B2 to B32 = Quantity of items (value is...
View ArticleRun-Time Error Garrrrrrggghhhhh
Hi Guys, Was wondering if I could get some insight into why my script isn't working. I have a job related excel form where ive placed some script so that at the press of a button all the important...
View Articleto get the updated record count from msacess database
HIIII i m having issue in getting the updated record count if suppose the records are deleted & then another process accessing the same table which required the updated record count How can i get...
View ArticleVB 6 - File Explorer (HELP Please . . .)
:wave: Hello! this is my very first post and I'm in trouble :mad:, can anyone figure out how to use shell function to start a Program ? :confused: And actually I'm making a file explorer that explores...
View Articlemin value in recordset
hi i need to find the minimum date from a recordset. my recordet holds 4 dates eg 01/02/2012 01/02.2013 01/02/2014 01/02/2015 i need to loop through each one and find out which one is the smallest....
View Articlewhat is going on with combo1 and list1 what the hell
last night i accidently hit some button and now my combo1 and list1 shows emty items when i try and add items manually the items i add manually is 1,2,3,4,5 and they get replaced with square box when i...
View ArticleNeed to send emails from SQL Server database
Hello, I need to send copies of the invoices from yesterday's sales to the customers that would like an email copy of them. I currently have the invoice created in a Crystal Reports and export it as a...
View Article