Click here to Skip to main content
15,921,463 members
Home / Discussions / C#
   

C#

 
Questionabout regex: I couldn't understand why it takes 2-10 minutes? [modified] Pin
enginço4-Aug-08 20:33
enginço4-Aug-08 20:33 
AnswerRe: about regex: I couldn't understand why it takes 2-10 minutes? Pin
PIEBALDconsult5-Aug-08 8:14
mvePIEBALDconsult5-Aug-08 8:14 
GeneralRe: about regex: I couldn't understand why it takes 2-10 minutes? [modified] Pin
enginço5-Aug-08 21:26
enginço5-Aug-08 21:26 
GeneralRe: about regex: I couldn't understand why it takes 2-10 minutes? [modified] Pin
enginço5-Aug-08 23:47
enginço5-Aug-08 23:47 
QuestionGet Row ID in KeyPress event [modified] Pin
M Riaz Bashir4-Aug-08 20:23
M Riaz Bashir4-Aug-08 20:23 
AnswerRe: Get Row ID in KeyPress event Pin
cocoonwls4-Aug-08 22:13
cocoonwls4-Aug-08 22:13 
QuestionWpf or GDI Pin
Mogaambo4-Aug-08 19:46
Mogaambo4-Aug-08 19:46 
AnswerRe: Wpf or GDI Pin
Simon P Stevens4-Aug-08 22:43
Simon P Stevens4-Aug-08 22:43 
Umm...Think you might be a bit confused. Asp.net is a web page technology. If you want to write or extend Asp.net controls, you have to do it in asp.net

WPF is the new client app user interface technology. It is nice and easy to write good looking custom controls in this, or modify the existing ones. But they are for Client apps.

GDI+ is the underlying technology that is used by Winforms. You can write custom controls with Winforms, and you can extend the existing ones. It's not as easy as in WPF, but it can be done. This is also for client apps only.

Silverlight is another web page technology that is related to WPF because it allows a subset of the XAML used by WPF. This also allows custom and extended controls. Silverlight is kind of like flash and requires a browser plugin to work.

(XAML is extensible application markup language, and is the XML style syntax used to define controls and layout in WPF and Silverlight).

Simon

QuestionHow to use ISortable Pin
srisravani4-Aug-08 19:37
srisravani4-Aug-08 19:37 
AnswerRe: How to use ISortable Pin
leppie4-Aug-08 20:05
leppie4-Aug-08 20:05 
AnswerRe: How to use ISortable Pin
stancrm4-Aug-08 20:18
stancrm4-Aug-08 20:18 
QuestionGraphicsPath Pin
cocoonwls4-Aug-08 18:32
cocoonwls4-Aug-08 18:32 
AnswerRe: GraphicsPath Pin
cocoonwls4-Aug-08 23:53
cocoonwls4-Aug-08 23:53 
AnswerRe: GraphicsPath Pin
mav.northwind5-Aug-08 1:57
mav.northwind5-Aug-08 1:57 
GeneralRe: GraphicsPath Pin
cocoonwls5-Aug-08 17:17
cocoonwls5-Aug-08 17:17 
QuestionBitshifting question Pin
threemp34-Aug-08 15:10
threemp34-Aug-08 15:10 
AnswerRe: Bitshifting question Pin
Mark Salsbery4-Aug-08 15:26
Mark Salsbery4-Aug-08 15:26 
GeneralI need to explain to our VP why trying to do everything in Stored Procedures is a bad idea [modified] Pin
Togakangaroo4-Aug-08 13:55
Togakangaroo4-Aug-08 13:55 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
PIEBALDconsult4-Aug-08 17:15
mvePIEBALDconsult4-Aug-08 17:15 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
N a v a n e e t h4-Aug-08 18:26
N a v a n e e t h4-Aug-08 18:26 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Mycroft Holmes4-Aug-08 20:31
professionalMycroft Holmes4-Aug-08 20:31 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
N a v a n e e t h4-Aug-08 18:28
N a v a n e e t h4-Aug-08 18:28 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Togakangaroo5-Aug-08 2:16
Togakangaroo5-Aug-08 2:16 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
darkelv4-Aug-08 19:22
darkelv4-Aug-08 19:22 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
leppie4-Aug-08 20:07
leppie4-Aug-08 20:07 

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.