![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Professional Programmer
|
Help deploying my Application
Hello all, I have finished my newst version of my Download Blocker. I made it in .net so i don't knwo how to deploy it like i did in vb6. So my question(s) are as follows.
1. I put some folders in bin\Debug that i was using when i was debugging the application. Everythign worked fine then. Then I put all those folders in bin/Release and tried to make my own setup project. That when it stopped working. I Ran the install and it ran but i looked in the Application folder in program fiels and the folders i put in bin\release aren't there. So can someone help me make an install for my project? Or point me to some tutorials where it talks about it. 2. How do i write to teh registry? In vb6 I had a sub called CreateKey and i cant remember what was in it then In form1_load I had CreateKey("HKLM\Software\microsoft\windows\currentversion\run" + app.path + app.title + app.exe + ".exe") and that worked, i don't knwo hwo to do it in vb.net. and finally in vb6, i used Cancel = 1 to keep an application from closing when the user clicked the X "exit" button. Whats the equavilient in vb.net? Thanks a bunch for yalls help.
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain Destruction leads to a very rough road, but it also breeds creation. |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Threading, listViews, application breaking... help? | Pedja | C# | 7 | Feb 23rd, 2006 5:54 PM |
| creating an application that stands between the browser and the serve | ronias | Visual Basic | 5 | Oct 30th, 2005 4:22 PM |
| "Not Responding" Message in Windows Form Application | G_Zola | C# | 1 | Apr 29th, 2005 10:15 AM |
| instrumenting an application in .NET | G_Zola | C# | 0 | Apr 28th, 2005 4:27 AM |
| Application opens twice ! | hipolito | Visual Basic | 6 | Apr 21st, 2005 11:55 AM |