473,811 Members | 3,298 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).
2
1,418
thread by: Bart Simpson | last post Mar 14 '06 by: Bart Simpson
I have written a library in ('native') C++, and I have made a lot of use of function pointers e.g.: /* Example C++ callbacks: typedef void (*CBFUNC1)(unsigned int, const char*, object&); typedef object* (*CBFUNC2)(object*, struct _mystruct* ); */
1
1,030
thread by: poppy | last post Mar 14 '06 by: Eric
I have an application which has a MDI parent form and a simple menu bar. Using reflection I can get access to other assemblies and add an item to my parent menu which when clicked opens up the main form of the assembly. Within this new window I can run my application as normal. The problem is that I do not want the child application to have...
1
289
thread by: A.J | last post Mar 14 '06 by: Mattias Sjögren
right now i m going through a book on dotnet. It says that machine.config contains information regarding the language compilers(ex.about vbc.exe,csc.exe).Could u please tell me the other information,machine.config contains!!
1
2,534
thread by: AST | last post Mar 14 '06 by: AST
Hey, I am struggling with how to form the XPath expression to find the value of an attribute value without case sensitivity. I have tried the following, but I must be missing something simple. "SOLUTIONS/SOLUTION]" There exists an attribute id='TestSolution' on an <SOLUTION> element.
0
707
thread by: BEN HOPES | last post Mar 14 '06 by: BEN HOPES
0
1,227
thread by: Raffi B. | last post Mar 14 '06 by: Raffi B.
I have a form named MainWindow in my project. Visual Studio C# Express automatically creates MainWindow.Designer.cs and MainWindow.resx as partial classes on MainWindow. I am trying to add a new C# class file named MainWindow.EventHandlers.cs to the project as a partial class of MainWindow using... partial class MainWindow { }
0
1,215
thread by: melledge | last post Mar 14 '06 by: melledge
IDEAlliance Announces Conference Program for XTech 2006 Program focuses on XML, standards-based and open technology for enabling next generation of web applications ALEXANDRIA, VIRGINIA, USA - March 14, 2006 - IDEAlliance
0
1,018
thread by: RSS Feeder | last post Mar 14 '06 by: RSS Feeder
http://www.signgenerator.org/rss/ is an online RSS button generator that allows you to create customized mini banners (80x15 pixel images) for your blog or website. The 80x15 "blog buttons" are also known as "antipixel buttons" or "web badges", they are very popular buttons used a lot by bloggers.
0
1,112
thread by: RaymondPTong | last post Mar 14 '06 by: RaymondPTong
Hi there... I have Acrobat Reader 6.0 installed (yes, I know it's old, but that's what my company is using) on my machine and I have been trying to get the following C# code (and other similar code) working in VS 2005 but it throws an exception when loading the file. For the record, I have added pdf.ocx as a reference to the C# project. ...
8
3,634
thread by: Mark A. Sam | last post Mar 14 '06 by: Nanda Lella[MSFT]
Hello I am working locally with Visual Web Developer 2005 Express. Before I even installed it, the information from Microsoft was that you could FTP it to a remote site and it should work. The site I FTP'd to has .Net Framework 2.0 installed. I got this error when I tried to open the site: Runtime Error Description: An application error...
3
2,606
thread by: Michel | last post Mar 14 '06 by: Nanda Lella[MSFT]
Hi, I wrote an app in .Net and I whant only 1 instance of this app open for the user; the user open my app, do some works and try to open another instance of my app, I whant to show a message to user to inform him that only one instance is permit and then close the second instance after that. I am able to do this when the user run the...
1
1,021
thread by: Nuno Carvalho | last post Mar 14 '06 by: Marina Levit [MVP]
Hi all, I'm having a problem with session variables in vs .net 2003. I start by doing this: If Not IsPostBack Then Dim dt As DataTable Me.daAlias.Fill(Me.DsPhysicalAlias) dt = Me.DsPhysicalAlias.Tables(0) Session("tblAlias") = dt Session("tblAliasOriginal") = dt BindGrid()
0
1,011
thread by: A.J | last post Mar 14 '06 by: A.J
Its being said that two most important features of CLR are code verification and optimization(apart from garbage collection).Could u please give me some examples of these two features as they are not very clear to me.
0
1,843
thread by: jason | last post Mar 14 '06 by: jason
I googled a lot, couldn't find a good solution. Any help is greatly appreciated. What I want to do is: Given a web page in a running IE browser , i want to save an image in this web page to my local folder programatically in C#/VB.net. But i couldn't save the image from its src attribute of IMG tag, because that src is generated using...
0
808
thread by: cc | last post Mar 14 '06 by: cc
Hi, From a .NET application am I writing some text in a Word.Table, in a Cell of the Table to be more precise. The cell has a certain width and any string written in the cell will cover one or more lines in the cell depending on its length. In other words, it will use wordwrapping Now, I have to determine the amount of lines that the...
4
2,501
thread by: Giovanni | last post Mar 14 '06 by: Cor Ligthert [MVP]
Hi All, I need help with the following: Using VB.NET 2005, I am building a custom class in a separate assembly. The purpose of this class is to poll the internet to determine connectivity. I have that part functioning properly using HTTPRequest and HTTPResponse. The problem lies here: I'd like to execute this monitoring on an...
1
1,007
thread by: jeffmagill | last post Mar 14 '06 by: dkode
Hi everyone, I've got an odd problem that I have been unable to find a solution for. The title says it all. The presence of a javascript block on my asp1.1 page is screwing up the formatting of the page - things become off center, divs become smaller, etc... Without it, everything is peachy. I have two <script> tags. One for server-side...
2
1,566
thread by: pieter.gevers | last post Mar 14 '06 by: Marcus Heege
hi I have a C# application (test.cs) that looks as like: using System; namespace CM { public class CallbackHandler() { }
0
1,394
thread by: Federico | last post Mar 14 '06 by: Federico
Hi I want to create a Web Services where I receive a Template DOT word a file XML and with these I create a Document that a I'll Send as Dime Attachment. <WebMethod()> _ Public Function CreateDimeWord(ByVal DotName As String, ByVal sXML As String) As String Dim respContext As SoapContext = ResponseSoapContext.Current
0
776
thread by: Federico | last post Mar 14 '06 by: Federico
Hi I want to create a Web Services where I receive a Template DOT word a file XML and with these I create a Document that a I'll Send as Dime Attachment. <WebMethod()> _ Public Function CreateDimeWord(ByVal DotName As String, ByVal sXML As String) As String Dim respContext As SoapContext = ResponseSoapContext.Current
0
1,092
thread by: Google Groups | last post Mar 14 '06 by: Google Groups
Hi, I have the following configuraiton: Server side: Apache 2.x with deflate module configured for cotet-stream. Client Side: IE 6.0.2 SP2 dot net framework v1.1.4322
0
1,056
thread by: Magnus Bergh | last post Mar 14 '06 by: Magnus Bergh
I have some questions about ClickOnce: 1) If I want to run a Clickonce published application from another program (not .NET) how should I run it, calling the application manifest file? 2) Is it possible to manually edit .config files for the published application. For example I want to change the datasource name I have in app.config.
4
2,252
thread by: zing | last post Mar 14 '06 by: Goran Sliskovic
Our company is in the startup phase of a large project involving lots of network traffic. At this point, I'm trying to find out whether TCP will be fast enough for the task. I've read a few articles that promote UDP, claiming that TCP is slow, mainly written by gamers. But I've also read some articles by more scientific sources, which made it...
5
4,520
thread by: Herby | last post Mar 14 '06 by: Bruno van Dooren
Iv defined the following class in vector.h using namespace System::Collections::Generic; generic<typename T1> ref class Vector : public List<T1> { public: Vector(void); };
2
1,263
thread by: John Bailo | last post Mar 14 '06 by: John Bailo
This looks like a good profiler as well...has a 14-day trial. Anyone using it? http://www.red-gate.com/products/index.htm

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.