Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGrid - how to disable adding new rows. Pin
Daniel Zaharia4-Nov-03 9:53
Daniel Zaharia4-Nov-03 9:53 
GeneralRe: DataGrid - how to disable adding new rows. Pin
Arcus5-Nov-03 10:20
Arcus5-Nov-03 10:20 
GeneralStoring data in Clipboard to past into Microsoft Excel Pin
Darryl Borden4-Nov-03 5:53
Darryl Borden4-Nov-03 5:53 
GeneralRe: Storing data in Clipboard to past into Microsoft Excel Pin
John Arlen4-Nov-03 10:43
John Arlen4-Nov-03 10:43 
GeneralRe: Storing data in Clipboard to past into Microsoft Excel Pin
Darryl Borden4-Nov-03 10:54
Darryl Borden4-Nov-03 10:54 
GeneralRe: Storing data in Clipboard to past into Microsoft Excel Pin
Darryl Borden4-Nov-03 11:01
Darryl Borden4-Nov-03 11:01 
Question.net controls + longhorn? Pin
Roger Alsing4-Nov-03 3:37
Roger Alsing4-Nov-03 3:37 
AnswerRe: .net controls + longhorn? Pin
Judah Gabriel Himango4-Nov-03 4:46
sponsorJudah Gabriel Himango4-Nov-03 4:46 
1. MSDN describes Avalon as the "new Longhorn presentation subsystem." In other words, yeah, a new 3d-accelerated GUI engine specific to Longhorn.

2. XAML is not intended to replace any languages. XAML itself isn't a true programming language per se (example, you can't create functions, variables, etc.), it's very much like HTML and how it's used to describe web pages or XML and how it's used to describe relational data; they're all used to describe things, none of them actually perform things. In XAML's case, it will describe UI elements.

3. Yes, in addition to System.Windows.Forms.Controls, we'll also have the MSAvalon namespace. While I haven't read enough into the API to know if we can create custom Avalon controls in the traditional manner, we'll certainly be able to do custom controls by using a combo of MSAvalon and XAML.

4. XAML is a language, just like HTML or XML is. But yes, it's only intended to be used to describe UI elements, it can't be used by itself to create an app. MSDN describes typical Longhorn apps being comprised of your choice .Net language, like C#, with UI pages being written in XAML. Of course, we'll still have access to Windows Forms, but I'm guessing MS won't focus much on that.

The graveyards are filled with indispensible men.
GeneralRe: .net controls + longhorn? Pin
apferreira4-Nov-03 5:05
apferreira4-Nov-03 5:05 
GeneralRe: .net controls + longhorn? Pin
Kannan Kalyanaraman4-Nov-03 5:57
Kannan Kalyanaraman4-Nov-03 5:57 
GeneralRe: .net controls + longhorn? Pin
apferreira4-Nov-03 6:32
apferreira4-Nov-03 6:32 
GeneralClass Licensing...few more ?'s Pin
frank214-Nov-03 2:43
frank214-Nov-03 2:43 
GeneralRe: Class Licensing...few more ?'s Pin
Heath Stewart4-Nov-03 2:48
protectorHeath Stewart4-Nov-03 2:48 
GeneralClass not licensed for use error message Pin
frank214-Nov-03 2:25
frank214-Nov-03 2:25 
GeneralRe: Class not licensed for use error message Pin
Heath Stewart4-Nov-03 2:33
protectorHeath Stewart4-Nov-03 2:33 
GeneralpropertyName of System.ManagementObject Pin
kokain4-Nov-03 0:25
kokain4-Nov-03 0:25 
GeneralRe: propertyName of System.ManagementObject Pin
Kannan Kalyanaraman4-Nov-03 1:04
Kannan Kalyanaraman4-Nov-03 1:04 
GeneralRe: propertyName of System.ManagementObject Pin
Anonymous4-Nov-03 12:37
Anonymous4-Nov-03 12:37 
GeneralRe: propertyName of System.ManagementObject Pin
kokain4-Nov-03 20:49
kokain4-Nov-03 20:49 
QuestionHow to find an available port...!! Pin
Søren Christensen3-Nov-03 22:23
Søren Christensen3-Nov-03 22:23 
AnswerRe: How to find an available port...!! Pin
Heath Stewart4-Nov-03 2:45
protectorHeath Stewart4-Nov-03 2:45 
GeneralRe: How to find an available port...!! Pin
Søren Christensen4-Nov-03 4:30
Søren Christensen4-Nov-03 4:30 
GeneralC# Mail & Request Read Receipt Pin
Raj Warrier3-Nov-03 19:32
Raj Warrier3-Nov-03 19:32 
GeneralRe: C# Mail & Request Read Receipt Pin
Steve S4-Nov-03 1:33
Steve S4-Nov-03 1:33 
Questionhow to know a file is accessed by another process Pin
NotProfessional3-Nov-03 17:13
NotProfessional3-Nov-03 17:13 

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.