Search Results

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: KSS
Forum: Visual Basic 4 / 5 / 6 Mar 31st, 2009
Replies: 1
Views: 557
Posted By KSS
Hi,

You can change the caption from the properties of the control or if u want to do it by code then do it only once..
For example:

Datagrid1.Columns(0).Caption = "Surname"...
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 7
Views: 11,645
Posted By KSS
My suggestion is to use DAO 3.6 Library..it's easier to use than ADO..
Your solution would be like:
------------------------------------------------------
Private Sub CmdSearch_Click()
Dim ws as...
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 20
Views: 1,191
Posted By KSS
Is it working?
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 20
Views: 1,191
Posted By KSS
Try the attachment file...
I just write it and it works fine...
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 6
Views: 5,772
Posted By KSS
You can also try the isnumeric() function at the keypress event...
For example...

Private Sub Text1_KeyPress(KeyAscii As Integer)
If Not IsNumeric(Chr(KeyAscii)) And Not KeyAscii = 8 Then...
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 2
Views: 504
Posted By KSS
There isn't any function in vb6..
You have to learn about the FreeImage Project.
Follow the link below for more info...
http://freeimage.sourceforge.net/index.html
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 1
Views: 383
Posted By KSS
You can print the report directly for example...

private sub cmdshow_click()
DataReport1.PrintReport False, rptRangeAllPages
DataReport1.Hide
end sub...
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 18
Views: 1,623
Posted By KSS
Check the attachement file..
I hope that it will help you...
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 20
Views: 1,191
Posted By KSS
Unfortunately in 2D arrays redim is not working..
I recommend you to use two (one-dimensional) arrays one for usernames and the other for passwords.The arrays will be parraller.

You can use the...
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009
Replies: 3
Views: 11,871
Posted By KSS
You can open your text file using another way instead of data control(which is impossible).

If you want to open the ".txt" file here is an example:...
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC