Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
Question<b>Question: Making a Keno Game in C#</b> Pin
Tailean23-Mar-12 10:39
Tailean23-Mar-12 10:39 
QuestionRe: Question: Making a Keno Game in C# Pin
Eddy Vluggen23-Mar-12 11:20
professionalEddy Vluggen23-Mar-12 11:20 
QuestionRe: Question: Making a Keno Game in C# Pin
Tailean23-Mar-12 11:34
Tailean23-Mar-12 11:34 
AnswerRe: Question: Making a Keno Game in C# Pin
Eddy Vluggen23-Mar-12 14:14
professionalEddy Vluggen23-Mar-12 14:14 
GeneralRe: Question: Making a Keno Game in C# Pin
Tailean23-Mar-12 15:12
Tailean23-Mar-12 15:12 
GeneralRe: Question: Making a Keno Game in C# Pin
Eddy Vluggen24-Mar-12 1:26
professionalEddy Vluggen24-Mar-12 1:26 
QuestionUse of multiple panel Control in winform Pin
Dexter Arora23-Mar-12 10:31
Dexter Arora23-Mar-12 10:31 
AnswerRe: Use of multiple panel Control in winform Pin
Eddy Vluggen23-Mar-12 11:17
professionalEddy Vluggen23-Mar-12 11:17 
Dexter Arora wrote:
Please Help people

With what exactly?


  • Drag three buttons to yer form
  • Drag three panels to the same form
  • Right-click on a panel, go to the properties, set Visible to false.
  • Doubleclick on the first button
  • Add this code;
    C#
    Panel1.Visible=true;
    Panel2.Visible=false;
    Panel3.Visible=false;

  • Hit F5

Find yourself a good introductory book on programming.
Bastard Programmer from Hell Suspicious | :suss:

GeneralRe: Use of multiple panel Control in winform Pin
Dexter Arora24-Mar-12 0:48
Dexter Arora24-Mar-12 0:48 
GeneralRe: Use of multiple panel Control in winform Pin
Eddy Vluggen24-Mar-12 1:20
professionalEddy Vluggen24-Mar-12 1:20 
GeneralRe: Use of multiple panel Control in winform Pin
Dexter Arora24-Mar-12 2:08
Dexter Arora24-Mar-12 2:08 
QuestionRe: Use of multiple panel Control in winform Pin
Eddy Vluggen24-Mar-12 2:17
professionalEddy Vluggen24-Mar-12 2:17 
AnswerRe: Use of multiple panel Control in winform Pin
Dexter Arora24-Mar-12 9:17
Dexter Arora24-Mar-12 9:17 
GeneralRe: Use of multiple panel Control in winform Pin
eupendra25-Mar-12 22:13
eupendra25-Mar-12 22:13 
GeneralRe: Use of multiple panel Control in winform Pin
Dexter Arora26-Mar-12 7:46
Dexter Arora26-Mar-12 7:46 
QuestionCan read 64bit Reg_Sz, but not 64bit D_Word Pin
turbosupramk323-Mar-12 8:48
turbosupramk323-Mar-12 8:48 
QuestionRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
Eddy Vluggen23-Mar-12 11:07
professionalEddy Vluggen23-Mar-12 11:07 
AnswerRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
turbosupramk323-Mar-12 11:43
turbosupramk323-Mar-12 11:43 
AnswerRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
Eddy Vluggen23-Mar-12 11:52
professionalEddy Vluggen23-Mar-12 11:52 
GeneralRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
turbosupramk323-Mar-12 12:38
turbosupramk323-Mar-12 12:38 
GeneralRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
Eddy Vluggen23-Mar-12 13:45
professionalEddy Vluggen23-Mar-12 13:45 
GeneralRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
turbosupramk323-Mar-12 18:33
turbosupramk323-Mar-12 18:33 
QuestionRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
Eddy Vluggen24-Mar-12 2:20
professionalEddy Vluggen24-Mar-12 2:20 
AnswerRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
turbosupramk324-Mar-12 15:14
turbosupramk324-Mar-12 15:14 
AnswerRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
turbosupramk326-Mar-12 6:04
turbosupramk326-Mar-12 6:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.