User Profile

Collapse

Profile Sidebar

Collapse
svbs tech
svbs tech
Last Activity: Feb 17 '12, 10:57 AM
Joined: Jan 24 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • svbs tech
    replied to windows border
    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.
    See more | Go to post

    Leave a comment:


  • svbs tech
    started a topic windows border

    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
    See more | Go to post

  • svbs tech
    replied to how to get date
    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 files
    See more | Go to post

    Leave a comment:


  • svbs tech
    started a topic how to get date

    how to get date

    how to date from files
    like SYSTEM.DATA, SYSTEM,DA0 and BOOTLOG.TXT in vb6
    See more | Go to post

  • svbs tech
    replied to multiple database access
    please tell me how to specify password in [;database=C:\AC CESS\DB1.MDB] statement to connect with the second database.
    See more | Go to post

    Leave a comment:


  • svbs tech
    replied to multiple database access
    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"...
    See more | Go to post

    Leave a comment:


  • svbs tech
    started a topic multiple database access

    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..
    See more | Go to post
No activity results to display
Show More
Working...