Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rohman

    loading 2 forms

    Thanks for the help. I am just learning C#, and I find the best way to learn is to write programs. Thanks a lot.
  2. rohman

    loading 2 forms

    DO I have to make a Form 2 before I do that? And if I don't, will I be able to edit frm?
  3. rohman

    loading 2 forms

    I want 2 forms to load on screen and be seen right when the program loads. So far I am unable to do that. Any suggestions? How would I do that in C#? I tried inserting Application.Run(new Form2()); in the Form1_load(). Got an error.
  4. rohman

    Paste special with vba

    Any1 know how I can paste a word document that is 9 pages long into publisher 2003 using vba? Thanks.
  5. rohman

    How to I select a row of cells in e

    Nevermind the above post, I figured it out. But now I have a different problem. Here is my code: Dim Lr, Nr As Range For Each Lr In Range("D13:D16") If Lr = "Yes" Then Nr = Lr.Offset(0, 1) Filename = Nr...
  6. rohman

    How to I select a row of cells in e

    How to I select a row of cells in excell using a loop. I want the loop to go through each cell, copy its content(path to a file) and then I want that path to be inserted into a variable that I pass onto InsertFile command. For Each Cell In currDataSheet.Cells.Range("B2:B4")...
  7. rohman

    So I created a file in excell where

    So I created a file in excell where I have different rows with different items. In the column next to each Item I write yes or no to. Then I want vb script to make a new document in word, and for every yes insert a certain doc file into the new word document. So far this is what I have: Sub...
  8. rohman

    Learning delphi

    Thank you all for your suggestions and input.
  9. rohman

    Learning delphi

    c/c++ I am sure delphi can do most everything c++ can, but c++ is more robust in my opinion. Why? well because c++ is more wide popular then delphi. WHere I live, almost no one heard of Delphi. Borland should really advertise more of it. Yet I know many good programs like Homepage and 1st page...
  10. rohman

    Learning delphi

    Hi, I am thinking of learning delphi since it is what I need since I am not looking to be a professional programmer. Programming is just something that challanges me. I was wondering whether I need to know pascal or object pascal to start learning delphi. Or can I start from scratch. Also...

Part and Inventory Search

Back
Top