Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
Questiontelnet Pin
otrpgglk12-Aug-07 1:00
otrpgglk12-Aug-07 1:00 
AnswerRe: telnet Pin
leppie12-Aug-07 23:43
leppie12-Aug-07 23:43 
QuestionC# windows application closed by widows Pin
shahidul.haq12-Aug-07 0:40
shahidul.haq12-Aug-07 0:40 
AnswerRe: C# windows application closed by widows Pin
mav.northwind12-Aug-07 19:52
mav.northwind12-Aug-07 19:52 
Questionprocedure or function "procedure name" has too many argument specified Pin
isiran12-Aug-07 0:37
isiran12-Aug-07 0:37 
AnswerRe: procedure or function "procedure name" has too many argument specified Pin
Michael Sync12-Aug-07 2:59
Michael Sync12-Aug-07 2:59 
QuestionInheriting ! Pin
mrkeivan11-Aug-07 23:08
mrkeivan11-Aug-07 23:08 
AnswerRe: Inheriting ! Pin
Michael Sync12-Aug-07 3:10
Michael Sync12-Aug-07 3:10 
mrkeivan wrote:
I have like 20 forms in my project that all are pretty much the same,


Why not use only 1 form if all forms are the same?


mrkeivan wrote:
so i'm looking for a way to doublicate them


What about "Copy and Paste"? Smile | :)


mrkeivan wrote:
I tried to add Inherite forms but when i do that I just get the controls not the code !!


Yeah. This is the way it is.. this is like inheriting the base class. When you inherit the base class, the new class won't get the code but it access its parent functionalities.

What about creating a user control?
If the most of things (controls, layout) are the same, you may probably create one user control. Place this control in all forms.




Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

AnswerRe: Inheriting ! Pin
Rudolf Jan12-Aug-07 4:13
Rudolf Jan12-Aug-07 4:13 
GeneralRe: Inheriting ! Pin
Michael Sync12-Aug-07 5:57
Michael Sync12-Aug-07 5:57 
Questionthe quesion about Timer:it is Started but does not run the funtion every minute? Pin
supercsharp111-Aug-07 21:36
supercsharp111-Aug-07 21:36 
AnswerRe: the quesion about Timer:it is Started but does not run the funtion every minute? Pin
Michael Sync12-Aug-07 3:25
Michael Sync12-Aug-07 3:25 
QuestionEncryption Pin
Vipin.d11-Aug-07 20:28
Vipin.d11-Aug-07 20:28 
AnswerRe: Encryption Pin
Giorgi Dalakishvili11-Aug-07 23:17
mentorGiorgi Dalakishvili11-Aug-07 23:17 
GeneralRe: Encryption Pin
Vipin.d17-Aug-07 21:06
Vipin.d17-Aug-07 21:06 
QuestionSlow String Arrays Pin
Expert Coming11-Aug-07 19:55
Expert Coming11-Aug-07 19:55 
AnswerRe: Slow String Arrays Pin
Michael Sync12-Aug-07 3:39
Michael Sync12-Aug-07 3:39 
AnswerRe: Slow String Arrays Pin
DavidNohejl12-Aug-07 4:16
DavidNohejl12-Aug-07 4:16 
AnswerRe: Slow String Arrays Pin
Luc Pattyn12-Aug-07 4:26
sitebuilderLuc Pattyn12-Aug-07 4:26 
AnswerRe: Slow String Arrays Pin
Colin Angus Mackay12-Aug-07 4:29
Colin Angus Mackay12-Aug-07 4:29 
Questiontif image file to binary format using C# Pin
Parvai11-Aug-07 19:54
Parvai11-Aug-07 19:54 
AnswerRe: tif image file to binary format using C# Pin
Expert Coming11-Aug-07 19:56
Expert Coming11-Aug-07 19:56 
QuestionCreating .msi file for A windows Service Application Pin
boneyds11-Aug-07 19:10
boneyds11-Aug-07 19:10 
QuestionURGENT!!! Folder security code needed Pin
aravinda77711-Aug-07 18:26
aravinda77711-Aug-07 18:26 
AnswerRe: URGENT!!! Folder security code needed Pin
Expert Coming11-Aug-07 19:58
Expert Coming11-Aug-07 19:58 

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.