Click here to Skip to main content
15,909,945 members
Home / Discussions / C#
   

C#

 
QuestionDataGridView virtual mode how to? Pin
SeMartens4-Feb-07 6:58
SeMartens4-Feb-07 6:58 
QuestionChange control properties from dll Pin
AceC0d3r4-Feb-07 6:57
AceC0d3r4-Feb-07 6:57 
AnswerRe: Change control properties from dll Pin
Dave Kreskowiak4-Feb-07 11:02
mveDave Kreskowiak4-Feb-07 11:02 
GeneralRe: Change control properties from dll Pin
AceC0d3r4-Feb-07 11:12
AceC0d3r4-Feb-07 11:12 
GeneralRe: Change control properties from dll Pin
Colin Angus Mackay4-Feb-07 14:12
Colin Angus Mackay4-Feb-07 14:12 
QuestionFloating Images Pin
dsl/fahk4-Feb-07 6:46
dsl/fahk4-Feb-07 6:46 
AnswerRe: Floating Images Pin
Christian Graus4-Feb-07 9:18
protectorChristian Graus4-Feb-07 9:18 
QuestionNewbie code problem please help? Pin
Wolf924-Feb-07 4:04
Wolf924-Feb-07 4:04 
Hi, I am writing a program in C#, and I want a customize form to pop up. I created the new form and set it up as a new item (Form frmCustomize = new Form();). So then, in my code, I put this code in for when they click on Customize, and the form shows, but none of the controls are there, any reasons why, or any help?

The code:

// When they click 'Customize' from the help menu the Customize form shows
private void customizeToolStripMenuItem_Cli... sender, EventArgs e)
{
// Show the customize form
frmCustomize.Show();

}
AnswerRe: Newbie code problem please help? Pin
Colin Angus Mackay4-Feb-07 5:35
Colin Angus Mackay4-Feb-07 5:35 
AnswerRe: Newbie code problem please help? Pin
Ravi Bhavnani4-Feb-07 5:37
professionalRavi Bhavnani4-Feb-07 5:37 
QuestionDLLimport Problem Pin
snouto4-Feb-07 3:44
snouto4-Feb-07 3:44 
AnswerRe: DLLimport Problem Pin
Colin Angus Mackay4-Feb-07 4:04
Colin Angus Mackay4-Feb-07 4:04 
QuestionGuid as a Stored Proc parameter Pin
Ryno Burger4-Feb-07 3:42
Ryno Burger4-Feb-07 3:42 
AnswerRe: Guid as a Stored Proc parameter Pin
Colin Angus Mackay4-Feb-07 3:55
Colin Angus Mackay4-Feb-07 3:55 
QuestionCopying part of byte array to another byte array Pin
yarns4-Feb-07 2:00
yarns4-Feb-07 2:00 
AnswerRe: Copying part of byte array to another byte array Pin
Stefan Troschuetz4-Feb-07 2:55
Stefan Troschuetz4-Feb-07 2:55 
QuestionProblem with struct - Pin
yarns4-Feb-07 1:25
yarns4-Feb-07 1:25 
AnswerRe: Problem with struct - Pin
Guffa4-Feb-07 1:37
Guffa4-Feb-07 1:37 
GeneralRe: Problem with struct - Pin
yarns4-Feb-07 1:57
yarns4-Feb-07 1:57 
GeneralRe: Problem with struct - Pin
Guffa4-Feb-07 6:17
Guffa4-Feb-07 6:17 
AnswerRe: Problem with struct - Pin
Luc Pattyn4-Feb-07 6:36
sitebuilderLuc Pattyn4-Feb-07 6:36 
GeneralRe: Problem with struct - Pin
yarns4-Feb-07 7:58
yarns4-Feb-07 7:58 
QuestionWrapper Problem Pin
snouto4-Feb-07 1:19
snouto4-Feb-07 1:19 
AnswerRe: Wrapper Problem Pin
Luc Pattyn4-Feb-07 6:43
sitebuilderLuc Pattyn4-Feb-07 6:43 
QuestionDeployment and Distribution in .NET 1.1 Pin
MacMohan4-Feb-07 0:31
MacMohan4-Feb-07 0:31 

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.