CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dglienna

Page 1 of 80 1 2 3 4

Search: Search took 0.26 seconds; generated 28 minute(s) ago.

  1. Replies
    4
    Views
    5

    Re: wordsearch puzzle complete vb6 or vb5

    The assembler code (of course) Class project.
  2. Replies
    4
    Views
    5

    Re: wordsearch puzzle complete vb6 or vb5

    Magic maybe? Hard to say without knowing what you are asking...
  3. Replies
    1
    Views
    2

    Re: Calling data from a database?

    or an .INI file
  4. Re: Please help me to solve "array problem"

    Calculate your "ELEMENT" value
  5. Re: Please help me to solve "array problem"

    Sounds like "GIVE ME CODE" for my HOMEWORK
  6. Replies
    4
    Views
    5

    Re: converting VB6 to VB2010

    Not possible without re-writing. Doesn't look to complicated. Here's a link to some samples.
  7. Replies
    4
    Views
    5

    Re: Question about Ado shape

    Here's an old sample:


    Option Explicit


    Private Sub Command1_Click()
    Dim cnLvConnection As ADODB.Connection
    Set cnLvConnection = New ADODB.Connection
    Dim rsLvRecordset As...
  8. Replies
    4
    Views
    44

    Re: call a module from a form

    Wanting to terminate ANY process should be a RED FLAG!
  9. Replies
    3
    Views
    122

    Re: Object library not registered

    First: ERROR MESSAGE
  10. Re: Can i make 2 instances of the same datareport?

    Post it for the next person that needs help!
  11. Re: How can i generate a dinamic datareport ?

    vb6 is probably the wrong way to go about that.
  12. Re: How can i generate a dinamic datareport ?

    Not really. Just create all the possibilities, and allow the user to choose?
  13. Replies
    6
    Views
    1,109

    Re: Minimize, maximize, restore other window.

    12 years later???
  14. Re: DataGridView and Threading - Desperate Help Needed

    Well, if you'll ever have more than 100 or so records in the table, you don't need one. Anything else will be sped up IMMENSELY. Plus, you can have multiple keys in the same record. What happens...
  15. Thread: Error compile

    by dglienna
    Replies
    7
    Views
    194

    Re: Error compile

    Form_Load is BEFORE the form is loaded. While it's loading you can speed it up by pre-populating the screen area before the form is ACTIVATED. Add values THERE.
  16. Replies
    2
    Views
    103

    Re: Good FTP control?

    command line works...
  17. Re: DataGridView and Threading - Desperate Help Needed

    If you have a key, you'll NEED the key#
  18. Replies
    80
    Views
    1,361

    Re: VB6 project load errors

    that is NOT the way to do that. split it up into folders, and post. Nobody want's to take a chance
  19. Thread: Error compile

    by dglienna
    Replies
    7
    Views
    194

    Re: Error compile

    no Send_Complete?
  20. Re: How to open current word document? Please help me...

    Change the line to:



    objTempWord.Documents.Open strNewFileName, "

    and it will open the available options (if you did things right)
  21. Replies
    3
    Views
    122

    Re: Object library not registered

    We'd need a lot more details in order to help you. New OS? New PC? Updates? Viruses? Could be many things.
  22. Replies
    4
    Views
    122

    Re: dll not being recognized

    Dim var AS NEW dllname.classname
  23. Replies
    4
    Views
    122

    Re: dll not being recognized

    How about AS New dllname.class

    otherwise, if you used POINTERS it won't work.
  24. Thread: Swiping in C#

    by dglienna
    Replies
    7
    Views
    209

    Re: Swiping in C#

    http://code.msdn.microsoft.com/windowsapps/Input-Windows-8-gestures-62c6689b#content
  25. Replies
    2
    Views
    160

    Re: Com Ports in a Service...

    see if this helps. http://social.technet.microsoft.com/wiki/contents/articles/1410.how-to-run-with-alternate-credentials-and-open-elevated-command-prompts.aspx
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width