Search:

Type: Posts; User: FuzMic

Page 1 of 6 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    9
    Views
    1,068

    Re: Smarter way to install Vbasic 6

    VanGoghGaming i hit a jam hope you can extend your help further.

    I select vb 6.0 studio enterprise in the home page of the installer you recommend then point to the folder containing the files...
  2. Replies
    9
    Views
    1,068

    Re: Smarter way to install Vbasic 6

    Bro thanks for the pointer, digging in. Cheerio
  3. Replies
    9
    Views
    1,068

    Smarter way to install Vbasic 6

    Hi peers

    I can install VBasic 6 including SP6 & it works fine .. however my way is truly old.

    I use an 'kept for years' VBasic Studio 6.0 Enterprise .iso which win 10 will remind me to get help...
  4. Re: learning to use vb6 to do SQLite command eg vaccum

    Arnoutdv That's a proactive & positive response .. heart felt response, Appreciate

    By the way can I place the SQLite3.dll as vb reference
  5. Re: learning to use vb6 to do SQLite command eg vaccum

    Ouch! sorry.. it hurts but ok Hi
  6. Re: learning to use vb6 to do SQLite command eg vaccum

    SQLite3.dll, what's the significance of your question bro?
  7. learning to use vb6 to do SQLite command eg vaccum

    Hi buddies
    I just started to import from mdb to SQLite db using esf data migration. I intend to use vb6 to vaccum the db & more Anyway to leap frog fast. Thanks for a guiding hand.
  8. Re: A database project thoughts & basic questions

    Mate much appreciate your assistance & assurence
  9. A database project thoughts & basic questions

    Hi dudes
    I am seriously considering to write a database application with vb.net as front & SQLite as be. Will this combination work.
    What free vb.net should I download
  10. Replies
    1
    Views
    456

    Link or connect to SQLite tables BE ..how

    Hi friends
    Very new using SQLite as database BE. I probably can use ODBC but I would like to control this using codes. I have sqllie3.exe in my system. So how do I do it?
  11. Re: [RESOLVED] How to move to the next TabStop field after pressing Enter (without us

    Phill & Zvoni .. Thanks to you two & others, this has been a great thread for understanding Control Array Index arising from Control Array copying. I hope I am now in sound footing in this...
  12. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    Zvoni with your prompt, !Thanks) i recheck & found the Btn1 actually is named as Btn1(1) , using this Btn1(1) the setfocus property exist. The Properties (Name) shows Btn1 but the object bar...
  13. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    Guys your help enable me to learn about sendkeys hiccups and get the fix with a modified sendkeys. At the same time some of you suggest i drop the idea of having an extra Ok button which is really...
  14. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    ?? Already ACHIEVED
  15. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    @gilman I seem to be able to use your sendkeys even in IDE (not complied exe). This happens with User Control Account at default setting both in Win10 & Win7. Why it is different result i don't...
  16. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    @gilman, the sendkeys code work perfectly without the need to tinker with User Account Settings.
  17. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    Techgnome@ Thanks for teaching: the index relationship to the array of textfield in Gilman project .. hence my very old VB6 in use is fine
  18. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    @gilman comparing with your project, the keydown sub has 3 para, my very old version VB6 has only 2 ie no index. Where can I get your version or VisualBasic6-KB896559-v1-ENU.exe ok
  19. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    Argen@
    If User Account Control Setting is set to lowest plus Restart, even at IDE SendKeys "{TAB}", True will work.
    The issue at hand if User of the .exe has normal Win7 & above Control Setting...
  20. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    Sorry the compiled .exe sendkeys involving tab just don't execute
  21. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    @argen after acknowledging return key ie If return keycoe = 13, then okbutton.setfocus but SETFOCUS is not an option in the 1stfield_keydown event thus causing a run error. Why is no setfocus??? ...
  22. Re: How to move to the next TabStop field after pressing Enter (without using Tab)

    Thanks Phill. In 1stfiekd user enter a password he finished by hitting return key , then I want it move over to ok button WITHOUT pressing tab key
  23. [RESOLVED] How to move to the next TabStop field after pressing Enter (without using Tab)

    Hi buddies

    I have 2 fields in VB6 with TabStop = True and TabIndex set to 1 & 2. I was hoping when I press Return Key in 1stfield it will send the Tab keycode to move to 2ndfield.
    I use the...
  24. [RESOLVED] Can't borrow Long DataType from VB.Net directly into VB6

    Hi guys

    I just realized Long in V6 is much smaller than VB.Net ie -2,147,483,648 to 2,147,483,647 vs -9,223,372,036,854,775,808 through 9,223,372,036,854,775,807. This has created a VB6 code...
  25. Replies
    5
    Views
    1,038

    Re: .NET back to VB6 II

    I found the codes to set up setfiledate function using kernel32
  26. Replies
    5
    Views
    1,038

    Re: .NET back to VB6 II

    Niya so can i use setFileTime directly.
  27. Replies
    5
    Views
    1,038

    [RESOLVED] .NET back to VB6 II

    Hi guys

    In .net i use SetLastWriteTime to change the last modified date of a file to any date i want. How to do the same in VB6 ... going backwards
  28. Replies
    15
    Views
    1,880

    Re: Reverse to VB6

    Excellent learning curve. Thanks for all responses.
  29. Replies
    15
    Views
    1,880

    Re: Reverse to VB6

    Niya you say no equivalent in VB6 for Showdialog() then how to show a form in modal mode in VB6
  30. Replies
    15
    Views
    1,880

    Re: Reverse to VB6

    [Zvoni Thanks bulls eye
  31. Replies
    15
    Views
    1,880

    Re: Reverse to VB6

    You right I need to get modal dialog, having problem getting documentation, perhaps you may give a fast helping hand
  32. Replies
    15
    Views
    1,880

    [RESOLVED] Reverse to VB6

    Hi friends

    In .NET i use Form1.ShowDialog() to get text from the Form1 to be used in the next line. There seems to be no ShowDialog in VB6. If I use .Show it will just jump to the next line. ...
  33. Re: Bad IL range running an 86 or 64 .exe created with VBasic 2010 Express

    Sapator Thanks I will take up your suggestion in due course
  34. Re: Bad IL range running an 86 or 64 .exe created with VBasic 2010 Express

    Thank you guys for your response.
    I did have a look at google but got no solution hence got back to VB. I rule out virus or like due to state of development.
    Still looking for possible leads.
  35. Bad IL range running an 86 or 64 .exe created with VBasic 2010 Express

    Hi gurus

    I have created both .exe 64 bit & 86 to do some chores. It work perfectly in many PC using Win 7 & Win 10 v21H1. But in one particular Win10 v21H1 it flag the error Bad IL Range.

    I...
  36. Replies
    10
    Views
    1,685

    Re: Management of sql server using vb6

    Noted Thank you
  37. Replies
    10
    Views
    1,685

    Re: Management of sql server using vb6

    Thank you for the effort
  38. Replies
    10
    Views
    1,685

    Re: Management of sql server using vb6

    Good read. Thanks
  39. Replies
    10
    Views
    1,685

    Re: Management of sql server using vb6

    Purpose of thread is to learn coding to do it. Please lead the way
  40. Replies
    10
    Views
    1,685

    Re: Management of sql server using vb6

    Bro I use instance wrongly.
    Using an existing database I just want to create a copy of it & give it another name
    I want to do with VB6 codes
Results 1 to 40 of 232
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width