User Profile
Collapse
-
yes, we can use border style to no-realizable , but if you set border property to no resizeable, but i have to show popup menu and if i set this property form will not show popup menu. -
windows border
hi friends i have following code to stop resizing windows form.
lStyle = GetWindowLong(F orm1.hwnd, GWL_STYLE)
lStyle = lStyle And Not WS_THICKFRAME
Call SetWindowLong(F orm1.hwnd, GWL_STYLE, lStyle)
i have a image on form as background. this code i ok, but the problem is when is when i click on the title bar of the form and then drag it , there is space automatically inserted between image and border -
it is good sir, but how can i find above mentioned files in my system and get their dates. please tell me the location of these filesLeave a comment:
-
how to get date
how to date from files
like SYSTEM.DATA, SYSTEM,DA0 and BOOTLOG.TXT in vb6 -
please tell me how to specify password in [;database=C:\AC CESS\DB1.MDB] statement to connect with the second database.Leave a comment:
-
i did it in one single query without password proctected database. but i dont know how to write query for password protected databases.
the code is
Dim AdoConn As ADODB.Connectio n, AdoRSet As ADODB.Recordset
Dim AdoConn1 As ADODB.Connectio n, AdoRSet1 As ADODB.Recordset
Dim sCon As String
Dim AdoPassword As String
Dim AdoErr As Byte
AdoDatabasePath = App.Path & "\db.mdb"...Leave a comment:
-
multiple database access
hi
i am using vb6 and i want to access two database in single query. both the databases are password protected. i want to select all records from first database which are not in the second database..
please help me..
No activity results to display
Show More
Leave a comment: