Click here to Skip to main content
15,888,113 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dissable left click (Only on a trackBar) Pin
codemunkeh3-Aug-09 18:28
codemunkeh3-Aug-09 18:28 
QuestionProblem with ReadExisting in serial communication...i am sending data in hexa decimal but i am reciving it in asci..... Pin
pallaka2-Aug-09 22:09
pallaka2-Aug-09 22:09 
AnswerRe: Problem with ReadExisting in serial communication...i am sending data in hexa decimal but i am reciving it in asci..... Pin
stancrm2-Aug-09 22:18
stancrm2-Aug-09 22:18 
GeneralRe: Problem with ReadExisting in serial communication...i am sending data in hexa decimal but i am reciving it in asci..... Pin
pallaka2-Aug-09 22:47
pallaka2-Aug-09 22:47 
GeneralRe: Problem with ReadExisting in serial communication...i am sending data in hexa decimal but i am reciving it in asci..... Pin
OriginalGriff2-Aug-09 22:57
mveOriginalGriff2-Aug-09 22:57 
GeneralRe: Problem with ReadExisting in serial communication...i am sending data in hexa decimal but i am reciving it in asci..... Pin
pallaka2-Aug-09 23:11
pallaka2-Aug-09 23:11 
GeneralRe: Problem with ReadExisting in serial communication...i am sending data in hexa decimal but i am reciving it in asci..... Pin
OriginalGriff2-Aug-09 23:22
mveOriginalGriff2-Aug-09 23:22 
QuestionWPf questions about custom control Pin
TGiril2-Aug-09 21:35
TGiril2-Aug-09 21:35 
Hi all
I made a custom control. I use it programatically in another project. the problem is I get change the label content(the text that appear)
any idea?

question 2:
I have a grid. I want only part of the grid to be scrolable.so that the first row and culomn are fixed. just like the header of a browser-is fixed and the rest of the page can be scrol. is it posible in the same grid?
I prefer to use 1 grid so the culomn size are the same

question3:
can any one direct me to a window 3 layer sample project, that is working by "best practise" ?


thanks



<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type local:MyCustomControl}" >
<Border Background="{TemplateBinding Background}" >
<Border.RenderTransform>
<TransformGroup>

<ScaleTransform/>

<TranslateTransform/>
</transformgroup>
<Border.RenderTransform>

<Label Name="lbl" >cool</label>

</border>

</controltemplate>
</setter.Value>

</setter>


AnswerRe: WPf questions about custom control Pin
Abhijit Jana2-Aug-09 21:49
professionalAbhijit Jana2-Aug-09 21:49 
QuestionCreating a ContextMenu at runtime... Pin
Thomas Kemper2-Aug-09 20:38
Thomas Kemper2-Aug-09 20:38 
AnswerRe: Creating a ContextMenu at runtime... Pin
stancrm2-Aug-09 21:07
stancrm2-Aug-09 21:07 
GeneralRe: Creating a ContextMenu at runtime... Pin
Thomas Kemper2-Aug-09 21:13
Thomas Kemper2-Aug-09 21:13 
GeneralRe: Creating a ContextMenu at runtime... Pin
Alan N3-Aug-09 2:19
Alan N3-Aug-09 2:19 
GeneralRe: Creating a ContextMenu at runtime... Pin
Thomas Kemper3-Aug-09 13:27
Thomas Kemper3-Aug-09 13:27 
Questionhow to print a web page in c# without using Javascript Pin
smiley_jatin2-Aug-09 20:34
smiley_jatin2-Aug-09 20:34 
AnswerRe: how to print a web page in c# without using Javascript Pin
Christian Graus2-Aug-09 20:38
protectorChristian Graus2-Aug-09 20:38 
GeneralRe: how to print a web page in c# without using Javascript Pin
smiley_jatin2-Aug-09 21:37
smiley_jatin2-Aug-09 21:37 
GeneralRe: how to print a web page in c# without using Javascript Pin
Christian Graus2-Aug-09 21:56
protectorChristian Graus2-Aug-09 21:56 
GeneralRe: how to print a web page in c# without using Javascript Pin
smiley_jatin2-Aug-09 22:44
smiley_jatin2-Aug-09 22:44 
GeneralRe: how to print a web page in c# without using Javascript Pin
dan!sh 2-Aug-09 23:12
professional dan!sh 2-Aug-09 23:12 
GeneralRe: how to print a web page in c# without using Javascript Pin
marcoreg4-Aug-09 4:54
marcoreg4-Aug-09 4:54 
Question64bit and OutOfMemory Pin
Super Lloyd2-Aug-09 20:32
Super Lloyd2-Aug-09 20:32 
AnswerRe: 64bit and OutOfMemory Pin
Christian Graus2-Aug-09 20:40
protectorChristian Graus2-Aug-09 20:40 
GeneralRe: 64bit and OutOfMemory Pin
Super Lloyd2-Aug-09 23:38
Super Lloyd2-Aug-09 23:38 
AnswerRe: 64bit and OutOfMemory Pin
Vimalsoft(Pty) Ltd2-Aug-09 21:39
professionalVimalsoft(Pty) Ltd2-Aug-09 21:39 

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.