Click here to Skip to main content
15,894,154 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
General.NET framework and VS.NET Pin
Imtiaz Murtaza29-Mar-05 17:33
Imtiaz Murtaza29-Mar-05 17:33 
GeneralRe: .NET framework and VS.NET Pin
Sebastian Schneider29-Mar-05 21:53
Sebastian Schneider29-Mar-05 21:53 
GeneralRe: .NET framework and VS.NET Pin
Raja Sekhar Amirapu29-Mar-05 23:39
Raja Sekhar Amirapu29-Mar-05 23:39 
GeneralDraw markup using DirectX.AudioVideoPlayback.Video Pin
hyliu200529-Mar-05 13:07
hyliu200529-Mar-05 13:07 
General.NET Windows Services Pin
Member 183844329-Mar-05 11:12
Member 183844329-Mar-05 11:12 
GeneralRe: .NET Windows Services Pin
Sebastian Schneider29-Mar-05 21:47
Sebastian Schneider29-Mar-05 21:47 
GeneralRe: .NET Windows Services Pin
ischen_s129-Mar-05 21:55
ischen_s129-Mar-05 21:55 
Generalxsl xpath and the CF Pin
Anonymous27-Mar-05 13:20
Anonymous27-Mar-05 13:20 
hi the re i'm wondering if any one cud tell me of an alternative for using system.xml.xpath & system.xml.xsl in the .NET CF (using C#.NET) as some of u might know both name spaces are not supported in the CF?!!


I'm trying to use this in smart device application:

XslTransform xslt = new XslTransform();
xslt.Load(stylesheet);
XPathDocument xpathdocument = new
XPathDocument(filename);
XmlTextWriter writer = new XmlTextWriter("result.html", null);
writer.Formatting=Formatting.Indented;

xslt.Transform(xpathdocument,null,writer);


my end aim is to display the result.html on a webpage on the pocket pc emulator screen, or on an appication's display (not at web page)

any help is welcome...
regards

GeneralConsuming .NET events in unmanaged code Pin
ischen_s127-Mar-05 5:03
ischen_s127-Mar-05 5:03 
GeneralSystem.AppDomain Namespace Pin
DHARMA.R27-Mar-05 3:03
DHARMA.R27-Mar-05 3:03 
GeneralRe: System.AppDomain Namespace Pin
Robert Rohde27-Mar-05 3:13
Robert Rohde27-Mar-05 3:13 
GeneralSAPI Version Pin
egyseiko27-Mar-05 0:14
egyseiko27-Mar-05 0:14 
GeneralBasic questions in .net Pin
satishrg26-Mar-05 14:06
satishrg26-Mar-05 14:06 
GeneralRe: Basic questions in .net Pin
Robert Rohde26-Mar-05 23:36
Robert Rohde26-Mar-05 23:36 
GeneralRe: Basic questions in .net Pin
satishrg27-Mar-05 4:37
satishrg27-Mar-05 4:37 
GeneralRe: Basic questions in .net Pin
DavidNohejl27-Mar-05 5:10
DavidNohejl27-Mar-05 5:10 
GeneralRe: Basic questions in .net Pin
satishrg27-Mar-05 5:19
satishrg27-Mar-05 5:19 
GeneralRe: Basic questions in .net Pin
DavidNohejl27-Mar-05 5:30
DavidNohejl27-Mar-05 5:30 
GeneralRe: Basic questions in .net Pin
satishrg27-Mar-05 5:42
satishrg27-Mar-05 5:42 
GeneralRe: Basic questions in .net Pin
DavidNohejl27-Mar-05 5:57
DavidNohejl27-Mar-05 5:57 
GeneralRe: Basic questions in .net Pin
satishrg27-Mar-05 6:41
satishrg27-Mar-05 6:41 
GeneralRe: Basic questions in .net Pin
Robert Rohde27-Mar-05 6:59
Robert Rohde27-Mar-05 6:59 
GeneralPassing base as parameter Pin
kensai26-Mar-05 10:35
kensai26-Mar-05 10:35 
GeneralRe: Passing base as parameter Pin
Robert Rohde26-Mar-05 23:30
Robert Rohde26-Mar-05 23:30 
GeneralInterprocess Hooking Pin
dal3k26-Mar-05 8:54
dal3k26-Mar-05 8:54 

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.