Click here to Skip to main content
15,902,817 members
Home / Discussions / C#
   

C#

 
GeneralRe: SqlCommandBuilder does not general Insert statement for Identity columns Pin
Not Active29-Aug-09 3:37
mentorNot Active29-Aug-09 3:37 
QuestionHow i can connect to Remot sql server 2000 using windows service which i created in C# Pin
Rajesh Koriya28-Aug-09 22:57
Rajesh Koriya28-Aug-09 22:57 
AnswerRe: How i can connect to Remot sql server 2000 using windows service which i created in C# Pin
Not Active28-Aug-09 23:23
mentorNot Active28-Aug-09 23:23 
QuestionTesting audio input/ouput Pin
Steve1_rm28-Aug-09 22:21
Steve1_rm28-Aug-09 22:21 
AnswerRe: Testing audio input/ouput Pin
Luc Pattyn29-Aug-09 0:40
sitebuilderLuc Pattyn29-Aug-09 0:40 
QuestionA project setup build in VS2005 is not getting uninstalled? Pin
svt gdwl28-Aug-09 22:00
svt gdwl28-Aug-09 22:00 
QuestionMDI Parent Variable Access problem... Pin
rationz28-Aug-09 21:53
rationz28-Aug-09 21:53 
AnswerRe: MDI Parent Variable Access problem... Pin
OriginalGriff28-Aug-09 21:59
mveOriginalGriff28-Aug-09 21:59 
Firstly, it is bad practice to do this at all - it locks the design of the parent form to the child. This reduces reusability and should be discouraged.

Secondly, the solution to the bad practice solves the problem: use an event, fired in the child, to update the parent. Then either pass the text as the Args for the event, or set up a simple queue in the child to hold the unprocessed events and pull then out in the parent. Move the LoadData method call to the child form Load event, and off you go.

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

QuestionMSComm events and progress bar in windows application Pin
Mads11528-Aug-09 21:07
Mads11528-Aug-09 21:07 
AnswerRe: MSComm events and progress bar in windows application Pin
Arindam Sinha28-Aug-09 21:14
Arindam Sinha28-Aug-09 21:14 
QuestionBack Up MsSql 2005 Using C# Code Pin
Rahul DSG28-Aug-09 20:56
Rahul DSG28-Aug-09 20:56 
AnswerRe: Back Up MsSql 2005 Using C# Code Pin
seoamitk28-Aug-09 23:21
seoamitk28-Aug-09 23:21 
GeneralRe: Back Up MsSql 2005 Using C# Code Pin
Rahul DSG28-Aug-09 23:45
Rahul DSG28-Aug-09 23:45 
GeneralRe: Back Up MsSql 2005 Using C# Code Pin
Abdul Rahman Hamidy29-Aug-09 1:48
Abdul Rahman Hamidy29-Aug-09 1:48 
QuestionC#.NET print WYSIWYG text in multiple pages from multiple text boxes Pin
Anil Veeraghattapu 428-Aug-09 20:43
Anil Veeraghattapu 428-Aug-09 20:43 
AnswerRe: C#.NET print WYSIWYG text in multiple pages from multiple text boxes Pin
Arindam Sinha28-Aug-09 21:00
Arindam Sinha28-Aug-09 21:00 
GeneralRe: C#.NET print WYSIWYG text in multiple pages from multiple text boxes Pin
Anil Veeraghattapu 428-Aug-09 22:14
Anil Veeraghattapu 428-Aug-09 22:14 
GeneralRe: C#.NET print WYSIWYG text in multiple pages from multiple text boxes Pin
Arindam Sinha29-Aug-09 0:07
Arindam Sinha29-Aug-09 0:07 
GeneralRe: C#.NET print WYSIWYG text in multiple pages from multiple text boxes Pin
Anil Veeraghattapu 430-Aug-09 23:35
Anil Veeraghattapu 430-Aug-09 23:35 
GeneralRe: C#.NET print WYSIWYG text in multiple pages from multiple text boxes Pin
Anil Veeraghattapu 431-Aug-09 6:40
Anil Veeraghattapu 431-Aug-09 6:40 
GeneralRe: C#.NET print WYSIWYG text in multiple pages from multiple text boxes Pin
Arindam Sinha1-Sep-09 7:44
Arindam Sinha1-Sep-09 7:44 
Questioncomputer(user) is login How to find user login detail such as user name,Host Name, Pin
Ganesh_delhi198028-Aug-09 19:10
Ganesh_delhi198028-Aug-09 19:10 
AnswerRe: computer(user) is login How to find user login detail such as user name,Host Name, Pin
OriginalGriff28-Aug-09 21:37
mveOriginalGriff28-Aug-09 21:37 
QuestionDynamic Data Entities Pin
Britt Adams28-Aug-09 19:04
Britt Adams28-Aug-09 19:04 
AnswerRe: Dynamic Data Entities Pin
Arindam Sinha28-Aug-09 19:35
Arindam Sinha28-Aug-09 19:35 

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.