|
-
Feb 28th, 2010, 01:53 AM
#1
Thread Starter
Lively Member
VS 2008 Move checkbox as we drag and drop
I got a form and a checkbox with default name in Visual Basic 2008
I need code to check data of value "link" on the pictures above
if the data is 00 00 00 00 the checkbox will show a check if 1b 00 00 00 or else nothing is showed
I'm new to VS and don't know code formula so please give me some codes with explaination
-
Feb 28th, 2010, 01:58 AM
#2
Re: VS 2008 Move checkbox as we drag and drop
 Originally Posted by rocker123
I'm new to VS and don't know code formula so please give me some codes with explaination
As a community we, generally, want to teach others. We do that by helping you on the right path, not by providing you the code. You don't learn that way.
First, please remember to provide a more accurate thread title. The one you provided has nothing to do with what you're asking. It's important that it is accurate to keep the forum clean and provide more attention to your thread.
Second, you need to learn how to edit the registry. You can do this by declaring a variable as a registry key and assigning it the path to the key you want to edit. Then, in the CheckBoxes default event, you need to check that Value of that key for what you want.
This should be the first step in your research.
Find an example, learn from it, and post back what you've tried and what's not working.
Also, it's important to know that you'll need to Import the Microsoft.Win32 namespace.
Last edited by weirddemon; Feb 28th, 2010 at 02:10 AM.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|