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.
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...
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")...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.