Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~563 People Reached
Favorite Tags
Member Avatar for Rasool Ahmed

I have problem with making my program works on windows startup. Here's the code: Sub RunAtStartup(ByVal PutAtStartup As Boolean, ByVal Name As String, ByVal Path As String) Dim StartupPath As String = "Software\Microsoft\Windows\CurrentVersion\Run" Dim myKey As Microsoft.Win32.RegistryKey myKey = Microsoft.Win32.Registry.LocalMachine.OpenSubKey(StartupPath, True) If PutAtStartup = True Then Try myKey.SetValue(Name, Path) Catch …

Member Avatar for TheQuestor
0
272
Member Avatar for Nan0_Zor

Hi, i have a problem making my program share infos with his clone... Let me explain :) I execute my program twice, and i want it to share text like a messenger (on a single computer) and the problem is, i don't want it to be one program with 2 …

Member Avatar for Nan0_Zor
0
136
Member Avatar for cucubear

hi i want to write a program having three text box in each text box i wanna right a number and when i click a button i want to show in a message box the the smallest number first followed by the larger number and last the largest using the …

Member Avatar for Nan0_Zor
0
105
Member Avatar for tycoolaamigo.lee

I GOT PROBLEM WITH MY LAPTOP ACER... CAN TURN ON BUT THE SCREEN WHEN BLACK ...I CANT ADJUST THE SCREEN BRIGHTNESS...I DONT KNOW WAT THE HAPPEN TO MY LAPTOP... TELL ME WHAT THE PROBLEM PLZ..`

Member Avatar for Nan0_Zor
-2
50