Messages - Renox [ switch to compact view ]

Pages: prev1 2 [3] 4 5 6 7 8 ... 10next
11
Developer's Corner / Registry Help...
« on: March 12, 2007, 01:24 PM »
I have many different programs that I have written but I have not been able to register them with windows so that when u double-click the executable it doesn't prompt you to Allow the program to run... I know that alot of installers offer the option but I was wondering if anyone knew how to do it using a batch file or with Visual C++... All I need to learn how to do is create an entry in the registry so that windows automatically knows that the program is safe...

12
Though many pros and cons exist concerning the language of Visual C++, I still think it is a wonderful place for people to start and begin learning the tricks and code that make this language work... While I am not as experienced as others and younger in age, I found this language the easiest to comprehend for me. After I began learning the simple coding, I began to code different pieces of software that did various things just to see if I could perfect small apects of various things such as the bubble-sorts or string manipulations... I am a proud supporter of the VC++ language as well as Borland's IDE for app. development. There are many powerful tools you can find on the web for your own personal use and most of them are easy to use... I can't really say much about anything else, but I can say that I know programming takes the right mind-set no matter what language you use... and patience!

13
Developer's Corner / Re: BCB and MySQL
« on: March 02, 2007, 07:55 AM »
here is a link from a wonderful site that Mouser ALWAYS refers me to: http://www.torry.net/quicksearchd.php?String=MySQL&Title=Yes...
That is Torry's Delphi site and they have a great list of components for BCB and anything that is Delphi...

14
thats very helpful to me... thank you for posting this Ken!

15
lol... I figured this one out as well... And I feel pretty stupid for it too... The fact that I wasted a post for something so simple became an annoyance as soon as I figured out that the "Put()" function served as the "Upload()" function back in BCB 4.0.... Oh well!

Example of what I was trying to do:
TIdFTP1->Connect();
TIdFTP1->ChangeDir("/Uploads");
TIdFTP1->Put(OpenDialog1->FileName, ExtractFileName(OpenDialog1->FileName));
// ^ Uploads a file that the user has selected from the OpenDialog that was executed previously...

Pages: prev1 2 [3] 4 5 6 7 8 ... 10next
Go to full version