|
||||||
| C# Programming C# (pronounced C-sharp) is a new object oriented language from Microsoft and is derived from C and C++. It also borrows a lot of concepts from Java too including garbage collection. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
| Sponsored Links |
|
|
|
|||
|
1. [name of textbox].Text will return the user input as a string (for example string input = textBox1.Text
![]() 2. Check the Form properties, one of them is BackgroundImage SizeMode or something to that sort, I can't recall exactly, but by default it's set to Tile, change it to Stretch 3. Have the button do something like this.BackgroundImage = Image.FromFile("path");
__________________
Visual C# Kicks - Everything C#.Net programming related - http://vckicks.110mb.com |
|
|||||
|
Thank you so mutch for the help VCKicks it helped alot :P
If its not to mutch trouble i was wondering if you can do nr 3 without a button so if you just press a certain key or the mouse insted of a button it will change the image? and one again thanks: D |
|
|||
|
Check out the picturebox's events (in the properties tab, lightning icon). There you'll find several Mouse events (including Click). For a key press you'll need a KeyUp or KeyPress event, however those can be a little trickier, but try them out to see which one works best
__________________
Visual C# Kicks - Everything C#.Net programming related - http://vckicks.110mb.com |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newbie questions regarding inputing a sentence | Emir | C and C++ | 3 | 12-29-2007 06:21 PM |
| Need Help With A Couple Things | joebenjamin | C and C++ | 3 | 09-11-2007 10:57 AM |
| A few basic website questions | ehudgershon | General Programming | 4 | 06-11-2007 02:20 PM |
| may be off a couple days | littlefranciscan | The Lounge | 9 | 02-11-2007 03:42 PM |
| Where to ask vBullentin questions | PC101 | Website Design | 4 | 09-19-2006 04:16 PM |
| John | ........ | 223.00000 |
| dargueta | ........ | 168.00000 |
| Xav | ........ | 164.00000 |
| LogicKills | ........ | 20.00000 |
| gaylo565 | ........ | 18.00000 |
| WingedPanther | ........ | 15.00000 |
| |pH| | ........ | 15.00000 |
| Johnnyboy | ........ | 3.00000 |
| navghost | ........ | 1.00000 |
Goal: 100,000 Posts
Complete: 67%