Click here to Skip to main content
15,793,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: Join Table with Data table Pin
Mohammad Soleimani7-Jul-14 17:46
Mohammad Soleimani7-Jul-14 17:46 
QuestionChainedFilter.cs is not available in Lucene.Net 3.0.3? Pin
Shubhanshu Pathak6-Jul-14 19:16
Shubhanshu Pathak6-Jul-14 19:16 
AnswerRe: ChainedFilter.cs is not available in Lucene.Net 3.0.3? Pin
Dave Kreskowiak6-Jul-14 19:21
mveDave Kreskowiak6-Jul-14 19:21 
GeneralRe: ChainedFilter.cs is not available in Lucene.Net 3.0.3? Pin
Shubhanshu Pathak6-Jul-14 20:17
Shubhanshu Pathak6-Jul-14 20:17 
QuestionOpening Sub menu and minimaize main form Pin
KaKoten6-Jul-14 3:43
KaKoten6-Jul-14 3:43 
AnswerRe: Opening Sub menu and minimaize main form Pin
OriginalGriff6-Jul-14 5:04
mvaOriginalGriff6-Jul-14 5:04 
GeneralRe: Opening Sub menu and minimaize main form Pin
KaKoten6-Jul-14 13:08
KaKoten6-Jul-14 13:08 
AnswerRe: Opening Sub menu and minimaize main form Pin
Eddy Vluggen6-Jul-14 9:16
professionalEddy Vluggen6-Jul-14 9:16 
KaKoten wrote:
i'am trying to opening sub form but main form must be reduce how to add the code
You mean "minimized"? I wouldn't recommend that, as a minimized form should not be displaying stuff.

You might want to set the parent of the sub-form though;
C#
fo.ShowDialog(this);

Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Opening Sub menu and minimaize main form Pin
KaKoten6-Jul-14 13:09
KaKoten6-Jul-14 13:09 
QuestionCS0246: The type or namespace name 'UserInfoaa' could not be found (are you missing a using directive or an assembly reference?) Pin
Member 109016446-Jul-14 1:18
Member 109016446-Jul-14 1:18 
AnswerRe: CS0246: The type or namespace name 'UserInfoaa' could not be found (are you missing a using directive or an assembly reference?) Pin
Bernhard Hiller6-Jul-14 21:42
Bernhard Hiller6-Jul-14 21:42 
QuestionAdd coding to showing message box successful message sent in gmail smtp in c# 2008 Pin
KaKoten6-Jul-14 0:43
KaKoten6-Jul-14 0:43 
AnswerRe: Add coding to showing message box successful message sent in gmail smtp in c# 2008 Pin
OriginalGriff6-Jul-14 1:18
mvaOriginalGriff6-Jul-14 1:18 
GeneralRe: Add coding to showing message box successful message sent in gmail smtp in c# 2008 Pin
KaKoten6-Jul-14 1:53
KaKoten6-Jul-14 1:53 
GeneralRe: Add coding to showing message box successful message sent in gmail smtp in c# 2008 Pin
OriginalGriff6-Jul-14 1:54
mvaOriginalGriff6-Jul-14 1:54 
GeneralRe: Add coding to showing message box successful message sent in gmail smtp in c# 2008 Pin
KaKoten6-Jul-14 2:01
KaKoten6-Jul-14 2:01 
QuestionDaraReader problem ... Pin
nassimnastaran5-Jul-14 10:32
nassimnastaran5-Jul-14 10:32 
AnswerRe: DaraReader problem ... Pin
PIEBALDconsult5-Jul-14 10:49
professionalPIEBALDconsult5-Jul-14 10:49 
GeneralRe: DaraReader problem ... Pin
DamithSL5-Jul-14 19:57
professionalDamithSL5-Jul-14 19:57 
GeneralRe: DaraReader problem ... Pin
nassimnastaran6-Jul-14 3:08
nassimnastaran6-Jul-14 3:08 
GeneralRe: DaraReader problem ... Pin
PIEBALDconsult6-Jul-14 5:29
professionalPIEBALDconsult6-Jul-14 5:29 
GeneralRe: DaraReader problem ... Pin
nassimnastaran6-Jul-14 8:51
nassimnastaran6-Jul-14 8:51 
QuestionMood(emotion) detection in real time Pin
JanaRMS5-Jul-14 7:29
JanaRMS5-Jul-14 7:29 
AnswerRe: Mood(emotion) detection in real time Pin
Pete O'Hanlon5-Jul-14 12:55
subeditorPete O'Hanlon5-Jul-14 12:55 
QuestionReactiveCommand CanExecute is not updating button Pin
J. Holzer5-Jul-14 2:22
J. Holzer5-Jul-14 2:22 

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.