Start up - نسخه قابل چاپ +- Parsi Coders (http://parsicoders.com) +-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37) +--- انجمن: Visual Basic Programming (http://parsicoders.com/forumdisplay.php?fid=39) +---- انجمن: Visual Basic 6 (http://parsicoders.com/forumdisplay.php?fid=44) +---- موضوع: Start up (/showthread.php?tid=3018) |
Start up - a.adhami - 01-22-2013 یک کد میخوام که وقتی ویندوز بالا بیاد برنامه باز شه RE: Start up - Amin_Mansouri - 01-22-2013 Version Compatibility: Visual Basic 6, Visual Basic 5 More information: Add this code to a module. (Set Startup to Sub_Main) What this code does is read the commandline, and add the commandline to Registry->startup... There's no error-checking, so you'll have to type really careful. These funcs are handy for other programs you may want to build... Instructions: Copy the declarations and code below and paste directly into your VB project. Declarations: کد: 'Add this to a module code: کد: Public Function Registry(KeyName As String, EXEName As String) RE: Start up - a.adhami - 01-23-2013 میشه سورس بدین؟ RE: Start up - Amin_Mansouri - 01-24-2013 اونم سورس بود دیگه ! یکی دیگه پیوست میکنم: Startup vb6 (parsicoders.com.rar (اندازه 2.26 KB / تعداد دانلود: 15) RE: Start up - sajad-kh - 09-14-2013 (01-24-2013، 02:51 PM)'Amin_Mansouri' نوشته: اونم سورس بود دیگه ! می تونید برنامه ای بنویسید که وقتی چک باک تیک داشته باشه برنامه تو استارت اپ قرار بگیره اگه نداشته باشه قرار نگیریه |