473,766 Members | 2,172 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
1
1,163
thread by: foreman | last post Feb 19 '06 by: Jon Skeet [C# MVP]
Hi there, Hello everybody. I am a newbie to dot net framework class lib. I am confused about those classes such as all of the stream classes and those XXXReader XXXWriter. In fact, I have tried the StreamReader(which can read in big5 encoding text files well) and besides, I have tried the BufferedStream to do the same thing. It does work...
6
1,461
thread by: nicolas.hilaire | last post Feb 19 '06 by: nicolas.hilaire
Hi all, i'm not totally clear with some concepts about managed and unmanaged code. I'm asking myself some questions : - i've a MFC app, i want to use the framework dotnet by switching to /clr compilation mode. Is my app in CLR, or only the call to the
0
833
thread by: DavidB | last post Feb 19 '06 by: DavidB
The 2.0 WebBrowser control is a wonderful thing, but handling navigation to a new browser window seems to need access to NewWindow2, which unfortunately is not part of the package. Any practical suggestions/code samples on how to make this work? In theory it should be possible to hook the unmanaged event, create a new managed control and...
0
1,171
thread by: DavidB | last post Feb 19 '06 by: DavidB
The 2.0 WebBrowser control is a wonderful thing, but the cross-frame limitation is something I could do without. Any practical suggestions on how to get around it? 1. Set the Domain property -- sorry, that doesn't work for me. 2. Q196340 -- well maybe, but getting the unmanaged object back as a managed HtmlDocument is a challenge. 3....
2
1,730
thread by: Steve | last post Feb 19 '06 by: Martin Honnen
Hi. I have ax xpath expression which returns a true or false. I don't know which method to use from the XPathNavigator object to get the result. There's not a ".SelectValue("xpath expression") method. Typically, I may use ..Select or .SelectSingleNode but I'm not returning a node or set of nodes? Maybe I shouldn't be using a XPathNavigator? ...
0
1,123
thread by: pm.thirumalai | last post Feb 19 '06 by: pm.thirumalai
Hi. I am having problem to get a form object from VB6 to .NET. We are having a dll (ActiveX EXE) which is functioning the common task handing in all of our projects. say, the Dll Contains Tools -> Project Name Form1
3
1,148
thread by: Skeets | last post Feb 19 '06 by: Martin Honnen
disclaimer - i'm an xml newb. my new project requires me to parse through an xml document and populate an html form with the values. this appears simple if the number of elements were to stay constant, however, they don't. i might have one <element> or three <element>. i'm using php and i'm planning on using PHP's DOM XML to parse...
7
1,402
thread by: Lynn | last post Feb 19 '06 by: Lloyd Dupont
Hi, I my vb.net application is calling another application (abc.exe) to run. How can i package this abc.exe file into my vb.net application ? thanks
3
1,164
thread by: Greg | last post Feb 19 '06 by: Jochen Kalmbach [MVP]
In the following example, where is "n" allocated (e.g. managed heap?) ? public ref class N { .... .... } main() {
1
3,029
thread by: Bob Palank | last post Feb 19 '06 by: Bruno van Dooren
So what exactly does "Check your installation " mean ? Running VC++.Net Express 2005 under XP Home and get the error below. Any help is appreciated. Bob output follows =================== Compiling... ddch3pg49.cpp
1
1,103
thread by: Soren Kuula | last post Feb 19 '06 by: Soren Kuula
Hi, For those of you who like something to think about: If I give you a DTD, can you (tell me how to) return to me a regular language over elements on document order in documents that are valid wrt. the schema? Ex.:
2
1,136
thread by: Nathan Sokalski | last post Feb 19 '06 by: Jack
I am an ASP.NET developer who would like to start learning about writing ASP.NET custom controls using VB.NET. I already have a reasonable amount of knowledge with making ASP.NET pages, and am looking for a book specifically on writing controls. Here are some things I would like the book to talk about and my preferences as to how I would like...
0
799
thread by: Rafal W. | last post Feb 19 '06 by: Rafal W.
we have .net app with sql as backend where user can request from within an application thru IE report that is generated as word file, other words user gets popup box asking "do you want to save or open this file?" it works ok everywhere except one site, this particular site can use this application users can login, authenticate against sql,...
3
1,180
thread by: Steve | last post Feb 19 '06 by: Dimitre Novatchev
Hello.. I have been trying to figure this out for the last hour, but I am baffled... I'm hoping someone can help! I'm trying to write an xpath expression to find the position of the node with value "c" in the following xml. The result I'm looking for in this case should be 3. Does anyone have any ideas? <?xml version="1.0"...
2
993
thread by: Lynn | last post Feb 19 '06 by: Lynn
Hi, Is there any disadvantages of using vbscript codes in my vb.net application ? thanks
0
959
thread by: BodeColander | last post Feb 19 '06 by: BodeColander
Hello, I'm working on a user control (control A) that contains many controls within it (textboxes, a radio button, listboxes, comboboxes and a button - as well as a whack of labels). During a stage in the application, the form that contains the user control (form A, just say) is hidden when another form (form B) appears, and it can be...
12
1,454
thread by: yoni | last post Feb 18 '06 by: yoni
Hi, Consider the following XML document: <article> This is a sample <literal>document</literal>. Some <literal>words</literal>, from some reason, are tagged with the <literal>literal</literal> tag. </article>
1
1,461
thread by: martins | last post Feb 18 '06 by: Stephany Young
Hi, I cannot make this VB6 code to work in VB.NET. Dim buffer As String Dim tmp_i As Long Open FileName For Binary Access Read As #1 buffer = Input(FileLen(FileName), #1) tmp_i = FileLen(FileName)
0
1,068
thread by: vincent.boilay | last post Feb 18 '06 by: vincent.boilay
Hi all, in very simple Excel Com Add-in, I want to change the font of the given range by using Font->set_Bold(true). Unfortunately, I do not ga that far. It throws when I do get_Font(). Object* ExcelAddinModule1::frumk(Object *rg) { Workbook *b; Excel::Range *caller; Range *incoming;
19
1,708
thread by: jamie.ly | last post Feb 18 '06 by: Peter Flynn
Hi, I am transforming an xml page using an xsl stylesheet. The results look fine when tested on my local machine using Firefox 1.0.7 and IE 6.0.29, but after I upload the pages to my server and check them remotely, the page fails to render in Firefox (it works fine in IE). Any idea what is going on? In firefox, it looks like the...
1
1,038
thread by: Dan | last post Feb 18 '06 by: LEBRUN Thomas
Hi! I have a WinForm that connect on a Access DB on a Secure Windows 2003 server. if I connected myself on that server in the Start/Run "\\Tserver" the log-on box appear and I can enter Login/Password for the network connection.
2
1,274
thread by: academic | last post Feb 18 '06 by: academic
Meant to post this here but put it into the c# NG by mistake. Been reading the doc about NCB store. I need to send a small solution to someone and notice my .ncb file is much larger than all the other files put together. I tried deleting it and then opening VS and it appears to work OK. It seems that if the .ncb file is missing it get...
0
1,312
thread by: fedro | last post Feb 18 '06 by: fedro
Does anyone know's a good OS Online-Editor for XML? Thanks, Dominik
6
954
thread by: academic | last post Feb 18 '06 by: academic
I am writing a program that is not OO. I tried using the c extension but that has too many restrictions (for me). So I changed the extension to cpp and wonder if the compiler is simply more allowable or am I getting some other overhead that I don't know about. Bottom line question, does using cpp for for an non-OO program bring with it...
0
1,092
thread by: Duncan | last post Feb 18 '06 by: Duncan
>From the developer works article on xml and eclipse, i got the impression it was possible for XMLBuddy to display validation error messages, line numbers, etc from Xeres (or other parser). After installing XMLBuddy Pro and Xerces-J 2, all I get is a simple pass or fail indication when validating an xml document. How can I setup XMLBuddy...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.