blah blah blah is here! blah blah » Close

0
votes
1 answers

Alt + Click label

AK01
15

Hi! Is there a way to track that down? I ran across some code which deals with importing function from user library: [DllImport("User32.dll")]private static extern short GetAsyncKeyState(Keys vKey); and the use of it loo ...

1
votes
1 answers

How do I get a label to display a variables contents?

I am busy making a Kill/Death ratio calculator, and ran into a little snag. My code is as follows: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using Sys ...

0
votes
1 answers

how do i put 2 integer beside each other when a spacing in de middle, at label?

int Random1 = 0; int Random2 = 0; string StrRandom1 = ""; string StrRandom2 = ""; string StrRandom1PlusRandom2 = ""; int Multiplyer = 0; int BandMultiplyer ...

0
votes
1 answers

How to read from registry?

Hi all ! How can my program read from registry a specific key and then the value of the key to be written on a label ?

0
votes
1 answers

LABEL.TEXT property to change when a node is selected

Hey guys. I have a treeview control and a label right next to it. I want the label to show a certain text (hence the label.text property should be involved in this process) whenever a different node from the treeview control is sele ...

Feedback