Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score How do we turn a 'user control' into a dll?
Glyn Meek - 20 Nov 2004 8:40 PM - 5 messages
We have developed a number of user controls in VB in 'Windows Control Libraries' that we wish to use in other projects.  How do we convert these into a 'portable' dll? Sorry if this is out there somewere, already, but we've tried searching all ...
Score Re: System.Web.Mail.SmtpMail.Send()
Paul Hewetson - 20 Nov 2004 8:39 PM - 1 message
It stores it on the local machine. You probably have the SMTP service installed.. it does not need to be running . .NET will queue the item... when you start the SMTP service the mail will be sent (subject to the relay ...
Score Any free eBooks on .NET
Afrika - 20 Nov 2004 8:01 PM - 5 messages
Hello, is there any where i could get a free eBook on the .NET technology ? thanks ...
Score Visual Studio 2002, framework 1.1 and Oracle
Bill - 20 Nov 2004 3:36 PM - 6 messages
I have a problem and I need to know if anyone can assist in solving it. Our database of choice is Oracle. When we attempted to do some VB.NET coding with .NET 2002 and framework 1.0, whe had problems accessing our Oracle ...
Score Winform destructor not being called
Martin Hart - Memory Soft, S.L. - 20 Nov 2004 3:14 PM - 4 messages
Hi: I'm sure this will be a very simple question to answer, but I can't see the solution. I am launching a modal WinForm from my main form via:       using(frmChildForm frm = new frmChildForm()) ...
Score System Hibernation
Przemek Orlik - 20 Nov 2004 2:15 PM - 2 messages
What kind of event raises whe system is about to hibernate? I have tried SystemEvents.PowerModeChanged but it oly works for Stand By. Is there any .Net method which can be used to Shut Down or Restart computer or I have to use Win32 API functions? ...
Score Set culture for a DLL (class library) referenced from web application
Ya Ya - 20 Nov 2004 10:48 AM - 2 messages
I am developing a DLL (class library) for a web application of mine. In the web.config of the web application I have set: culture="en-GB" uiCulture="en" in order that the date format will be dd/mm/yyyy. ...
Score Re: Dotnet versus Java-Applets
jzero - 20 Nov 2004 4:09 AM - 4 messages
For applet-style web applications...  For other web applications, ASP.NET is very well suited for use on a variety of platforms because it outputs html. ...
Score Scrape text from browser surface (not HTHML)
_BNC - 20 Nov 2004 1:30 AM - 6 messages
I need to do the equivalent of 'select all' and 'capture' on a browser screen.  I just want the text as it appears on-screen.  Is there a simple way to automate this? The thing that may make it a bit awkward is that the browser windows ...
Score MIDI in C#
_BNC - 20 Nov 2004 1:26 AM - 5 messages
..NET/C# doesn't seem to have much support for MIDI interface and music playback in general.  Are there any good references on it? ...
Score ANN: WinFX SDK Preview
Thomas Scheidegger [MVP] - 19 Nov 2004 11:46 PM - 9 messages
For MSDN-Subscribers now available:   [link]        ( Tools, SDKs, and DDKs | Platform Tools, SDKs, DDKs )    Microsoft WinFX Software Development Kit (SDK) "Avalon" Community Technology Preview Edition ...
Score Help on Regular Expression
John - 19 Nov 2004 10:20 PM - 2 messages
I am new in Regular Expression. Could someone please help me in following expression? 1. the string cannot be empty 2. the string can only contains AlphaNumeric characters. No space or any special characters are allowed 3. space characters at the end of string is ok ...
Score How to use DTE to get at a *specific* instance of VisualStudio.DTE
Juan Dent - 19 Nov 2004 9:41 PM - 1 message
Hi, I am for the first time touching the EnvDTE namespace and need to open not just any instance of VisualStudio.DTE.7.1 but a particular one - I commonly use several IDEs open at the same time so just executing ...
Score RE: Impersonation in Visual Basic.NET in Windows 2000 w/o bypass s
John K - 19 Nov 2004 7:51 PM - 2 messages
Hello Peter, Thanks for the information.  This seems like an awful amount of work just to simply validate a user and their ID and to see if they are an administrator.  Thus your telling me there is no equivalent .NET code to do this?  If not, I ...
Score Excel using ado.net - operation must use an updateable query
Tom wilson - 19 Nov 2004 7:46 PM - 9 messages
This is driving me nuts.  I'm trying to update an Excel spreadsheet using ADO.Net and Oledb in VB.Net.  The connection is open, the adapter is connected and the dataset is loaded.  Here's the code in ...
Score Re: bug in dotfuscator
Jonathan - 19 Nov 2004 7:41 PM - 1 message
Try copying the dll to the same directory as the input assembly that depends on it or copy the dll to the GAC. Jonathan ...
Score Any way to interpret javascript functions?
mdb - 19 Nov 2004 7:23 PM - 5 messages
I have an application with a windows form that I am currently embedding an AxWebBrowser object on so that I can have it navigate to a web page.  This web page contains simple javascript code which takes two parameters that I ...
Score Synchronize mthd
AJP - 19 Nov 2004 7:15 PM - 2 messages
I'm trying to figure out how to implement a static Synchronized() method (like those supported in many of the classes in the Collections namespace). I'm deriving from CollectionBase for a strongly typed collection.  I think I understand how to use the SyncRoot property to safeguard operations: ...
Score Framework2.0B1 causes problems in Framework1.1 (IsolatedStorageException)
gmoudry - 19 Nov 2004 7:01 PM - 1 message
Dear Group, I have a Web service, written in .NET Framework 1.1, which accesses isolated storage. Next, I installed Framework 2.0 Beta (dotnetfx.exe, file version 2.0.40607.42), to try it out. After installation, the old Web service could not access Isolated ...
Score Config file to turn on/off features ?
dw - 19 Nov 2004 6:59 PM - 5 messages
I am working on a project where I need to be able to turn on/off some features based on whether the user has purchased a particular feature.  And, the current UI has a tab control which I need to hide (or remove) tabs based ...
Score any .Net class does the similar work as legacy HTMLDocument object
Mike - 19 Nov 2004 4:23 PM - 2 messages
Is any .Net class does the similar work as legacy HTMLDocument object? thanks ...
Score Problem adding control to toolbox
Glenn Owens - 19 Nov 2004 3:22 PM - 1 message
I've created a strongly-named assembly which contains several custom server-controls which I want to add to the VS 2003 toolbox. When I try to add the assembly to the toolbox I get the following error: Insufficient State to deserialize the object. More information ...
Score Creating CHM files from assembly
Eric - 19 Nov 2004 3:10 PM - 3 messages
When you download and install the PayPal ASP.NET Web Controls ([link]), it comes with an impressive, MSDN-like compiled help file with detailed info for each of its classes. At the bottom of almost every page reads "Generated from assembly ...
Score Getting VPN user name and domain on local machine
Dan Suceava - 19 Nov 2004 3:05 PM - 2 messages
If I VPN into a remote network from my machine, is there a way to get the user name and domain of the user who connected through VPN from my computer? WindowsIdentity.GetCurrent().Name Environment.UserName SystemInformation.UserName Environment.GetEnvironmentVariable("USERNAME") ...
Score Why I can't create a contructor in a class inherited from Component Model class
C.G. Oh - 19 Nov 2004 2:09 PM - 1 message
Curiously, I can't create a contructor of WebCustomControl. Is there any reason for that? public class WebCustomControl1 : System.Web.UI.WebControls.WebControl Thanks, CG ...
Score Assembly.CreateInstance throws "Exception has been thrown by the target of an invocation."
cristian - 19 Nov 2004 12:58 PM - 3 messages
I hope posting on this newsgroup is not such a big mistake, if so please someone could redirect me to the right address?! anyway, here is my problem, On this line i receive an exception, that I wasn't able to find out where it ...
Score ASP.net with Active Dir
Tim pd UK - 19 Nov 2004 10:25 AM - 1 message
Hi all, I have made a site which interacts with a database for details on people which they are able to input them selves. I would like to be able to take those details and put them into "Active Directory" i.e. to create a network ...
Score Set Culture Info - Windows Service
Andreas Michaelou - 19 Nov 2004 9:18 AM - 2 messages
From a windows service I am calling a method from an assembly that does some processing and stores some records in an SQL database. I am using the dot(.) as my decimal point.  When I call this method it ...
Score winxp pro+sp2 ASP.net global.aspx strange problem
z f - 19 Nov 2004 7:15 AM - 3 messages
Hi, on my machine (winxp Pro+sp2) with framework 1.1 the aspnet runs session_start before application_start my web application that assumes application_start will run before breaks! what can you tell??? TIA, z. ...
Score Problem in running web applications.
AVL - 19 Nov 2004 6:39 AM - 9 messages
Hi,     I'm new to .Net. I've installed visualstudio.net 2003. There were no problems in set up. But my asp.net web applications are not running properly. Sometimes, the Page_load event doesn't fire properly and sometimes the ...
Score Aborting Threads
Glyn Meek - 19 Nov 2004 6:11 AM - 9 messages
is there any reason why a Thread.abort command would NOT abort the thread? It's state indicates it has been aborted, but it keeps on running!!!! Is it because the thread contains a timer, and I also have to terminate the ...
Score Determine if my application is running in the Citrix environment
Jack Wright - 19 Nov 2004 6:06 AM - 3 messages
Dear All,    Is there any way to know if my application is running in the Citrix MetaFrame? Does the process has some properties set that determine the same? Please help... TALIA Many Regards Jack ...
Score aspx not installed after visual studio installation on xp-pro
z f - 19 Nov 2004 5:54 AM - 3 messages
Hi, i have a clean installation ogf winXPPro with Visual Studio.net 2003 and framework 1.1, winXPSP2. for some reason the IIS application are not mapped for the ASP.NET ISAPI DLL and can not run ASPX pages. what should i do in order to fix it , and why did it happend in the first ...
Score aspx not installed after visual studio installation on xp-pro
z f - 19 Nov 2004 5:46 AM - 1 message
Hi, i have a clean installation ogf winXPPro with Visual Studio.net 2003 and framework 1.1, winXPSP2. for some reason the IIS application are not mapped for the ASP.NET ISAPI DLL and can not run ASPX pages. what should i do in order to fix it , and why did it happend in the first ...
Score how can i convert jar?
study,study - 19 Nov 2004 3:19 AM - 3 messages
i want to use jcla to convert java,but there are many jars in the solution,how can i convert jar to class library? i have converted a solution ,but there are many problems. for example: i can't find "org.apache.lucene.analysis.Analyzer" ...
Score Is Framework 1.1 SP1 compatible with plain 1.1?
Steve Kallal - 19 Nov 2004 2:01 AM - 4 messages
I work on a small development team. My team lead does not see any need to get SP1. I would very much like to. Are there issues with different people on the team using different versions of the 1.1 Framework? ...
Score .dll, other install programs
Scott - 19 Nov 2004 1:49 AM - 3 messages
I'm trying to use 3 .net C++ built dlls in a National Instruments LabWindows application and include them in the LabWindows (5.5) install.  I've installed the .net 1.1 framework on the target computer, but when I run my application ...
Score XmlDataDocument
Random - 18 Nov 2004 11:50 PM - 8 messages
I'm trying to get the XmlDataDocument to work.  What I'm doing is creating a root node, and then importing in nodes from different xml sources to contruct a brand new document.  However, when I then go to access the Tables ...
Score Dns.Resolve(hostname) not finding IPv6 Addresses
Andrew - 18 Nov 2004 11:21 PM - 1 message
I have framework v1.1.4322 and I have a program that I want to be able to use both IPv4 and IPv6 addresses. I did some search on the web and found some code that told me that It found IPv6 using Dns.Resolve but it didn't. I ...
Score Article : Security Tools Part -- 1 (.Net FrameWork Tools Series)
Namratha Shah (Nasha) - 18 Nov 2004 10:50 PM - 1 message
Hey Group, Today we look in to creating software digital certificates but we take a plunge in that we will look at certain aspects of Crytography. Cryptography is about keys for encryption. These keys can be symmeteric or asymmetric. When we say symmetric keys what we mean is that the same key is used for encryption and decryption. In case Asymmetric keys there are different keys for encryption and decryption like the public key and the private key. e.g. if something is encrypted with private key then it can decrypted with public key and vice-versa. ...
Score .Net Freezing
Simon Fletcher - 18 Nov 2004 10:05 PM - 3 messages
I am using SimPE which is a Advanced Sims 2 Editor. It uses .NET Framework 1.1. But when I run it, it works for about 5 minutes, well the time varies, then the whole Computer Freezes and when I check in the Even Viewer theese come ...
Score User Control Question
Glyn Meek - 18 Nov 2004 10:02 PM - 3 messages
My partner and I do development some 20 miles apart (I know...irrelevant information...as if anyone cares!), and we regularly exchange source code modules etc. during development projects. We are able to take 'forms', and easily move them backwards and forwards between our projects using the ...
Score Re: Display EventLog in time descending order
Jim Adams - 18 Nov 2004 9:22 PM - 2 messages
Anyone? Thanks, Jim ...
Score From System.Diagnostics.ProcessModule to System.Reflection.Module?
GlobalBruce - 18 Nov 2004 8:51 PM - 5 messages
Hi. I'm trying to determine the classes loaded into a non-local process running on a distant .NET server. On that distant server, I can get the list of processes and iterating through that list I can get a ...
Score Uninstall Service Pack1 of DotNet Framework 1.1
L Anthony Johnson - 18 Nov 2004 8:48 PM - 1 message
Is there a way to do this? ...
Score Re: How can I uninstall Service Pack 1 of DotNet Framework v1.1
L Anthony Johnson - 18 Nov 2004 8:45 PM - 2 messages
Is there away to do this? I need to revert back to the prior version of the framework. ...
Score How can I uninstall Service Pack 1 of DotNet Framework v1.1
L Anthony Johnson - 18 Nov 2004 8:39 PM - 1 message
This new framework has broken our application. I need to uninstall it until we can remedy the issue. L Anthony Johnson ...
Score Converting BCD to chars or string
Daniel Passwater via DotNetMonster.com - 18 Nov 2004 8:00 PM - 2 messages
I've got hexadecimal info coming to my C# compact framework app in BCD via serial connection. I don't need to convert the hex. I just need to read it and display it as text representations of the hex. ...
Score How to communicate with HTML Script?
HmDZ - 18 Nov 2004 7:53 PM - 1 message
There is a cool feature in some applications like The VS.NET itself, in which IE Server has full integration with the mother application and can also control it by its web page scripts. For example the first page after ...
Score Addressof cannot be converted to integer
Hutty - 18 Nov 2004 7:31 PM - 8 messages
Hi, I've read several articles regarding the above error, but still can't get it to work. I upgraded an app that was running in VB6 that has a lot of errors when upgrading to VB.NET.  Here's what I have associated with the error. ...
Score any .Net class does the similar work as legacy HTMLDocument object
Mike - 18 Nov 2004 7:07 PM - 1 message
please. thanks ...
Score Compress/Decompress Question
AlanS - 18 Nov 2004 7:07 PM - 3 messages
I have a situation where I will be getting compressed files downloaed from multiple web services and web sites.  Most of these files will contain XML.  I will need to uncompress these files, prior to loading the data into a ...
Score stream buffer issues
Radu Nica - 18 Nov 2004 6:30 PM - 6 messages
Hey all, I have an application that uses StreamReader and StreamWriter to call an external command-line based process using the Process object. The process varies the amount of data returned. I am using the StreamReader ReadtoEnd() method to get the process' results. ...
Score Automating .Net Security settings
Paul Steele - 18 Nov 2004 6:20 PM - 5 messages
I love programming in C#/.Net, but distributing applications is a real pain. I never know if the user who might use one of my utilities might have the proper code permissions to run a network application or access an assembly. ...
Score [Assembly].LoadFrom()
Rui Dias - 18 Nov 2004 5:26 PM - 7 messages
Hi there! I've searched a lot and haven't found any clue to solve my problem. I'm programming in VB.NET several DLL's wich are to be called by a single EXE. How does it know how to call them? It goes to a DB and gets DLL's name and corresponding Form name. ...
Score GAC issues: Not able to access it from one of my assemblies.
Smooth Criminal - 18 Nov 2004 5:05 PM - 2 messages
Here is the scenario, I am planning to use microsoft application blocks and Exception block in particular. Since I planned to use it from a number of applications, I wanted to install it in my GAC. * I customized the Exception block to suit my needs ...
Score restoring default permissions for aspnet account
DC Gringo - 18 Nov 2004 5:01 PM - 1 message
I accidentally changed permissions on a large number of files for my machine/aspnet account.  Is there an easy way to restore the defaults? ...
Score Detecting .NET framework presence
msdn@comsquared.com - 18 Nov 2004 4:13 PM - 2 messages
I know this is an old question, but I'm looking for a better answer. We want our install to warn the user if the .NET framework isn't installed, but I don't want to be version dependent unless we must.  If we build using ...
Score Getting HRESULT error codes
José Luis Lombana Aramendía - 18 Nov 2004 3:24 PM - 2 messages
Hi all, When exposing a .NET assembly as a COM object (and consumed by Visual Studio 6), any framework internal error is exposed as a HRESULT with values 0x80131900 thre 0x80131AFF: /********************************************************************* ** ** ** CorError.h - lists the HResults used by the .NET Framework's ** ...
Score Application Blocks and Framework2.0
Bryan Glennon - 18 Nov 2004 3:21 PM - 2 messages
Will the current set of application blocks be supported in 2.0? Right now they fail to install, saying the framework 1.1.x is required. Cheers, Bryan ...
Score is my boss nuts? about Java vs VS.net
UGH - 18 Nov 2004 2:03 PM - 7 messages
My boss wants me to learn java so I could build java application. I have been building application using VB for the last 7 years for the same boss. He suddenly wants me to learn Java because it can be installed on any ...
Score Would it make sense to make event handler references weak references?
Dmitriy Lapshin [C# / .NET MVP] - 18 Nov 2004 1:34 PM - 3 messages
Hello everybody, I have just been chatting with a colleague who is also an experienced .NET programmer, and we have been discussing freeing memory by the GC in various event handler scenarios (inspired by the "Freeing memory phobia" thread). And what we've come up to is that event handler references could be made ...
Score switch abetween framwork 1.0 and 1.1
rouqiu - 18 Nov 2004 1:24 PM - 2 messages
Hello, Is it possible to compile a project in different framework verion (1.0 and 1.1)? I developed an application with .net2003 (so it is framework 1.1), but users only got framework1.0. Is it possible to do a recompile to make the ...
Score Problem in developing newsreader in vb.net
balu - 18 Nov 2004 12:57 PM - 2 messages
Hello, I am developing a Newsreader in vb.net and i am getting a problem in posting article to newserver for a particular set of newsgroups. i developin g this newsreader using nntp commands.I need vb.net code for posting a article . I ...
Score System.Net.IPAddress constructor still not fixed?
Mathias - 18 Nov 2004 10:32 AM - 3 messages
This code throws a System.ArgumentException, why? Imports System.Net Dim addressBytes As Byte() = IPAddress.Parse("127.0.0.1").GetAddressBytes() Dim objIPAddress As IPAddress = New IPAddress(addressBytes) The constructor for this class in .NET FW 1.0 was terrible, does the new one ...
Score how to configure a class library assembly so that it's default "CopyLocal" value will be false
z. f. - 18 Nov 2004 8:33 AM - 4 messages
Hi, i build a class library project in vb.net and i reference this project from other vb.net windows/aspx projects. the class library DLL is configured in the GAC so it is located by the framework and no need for it to be in the bin directory. ...
Score Need help with IE Server
HmDZ - 18 Nov 2004 5:38 AM - 1 message
There is a cool feature in some applications like The VS.NET itself, in which IE Server has full integration with the mother application and can also control it by its web page scripts. For example the first page after ...
Score Need help with IE Server
HmDZ - 18 Nov 2004 5:37 AM - 1 message
There is a cool feature in some applications like The VS.NET itself, in which IE Server has full integration with the mother application and can also control it by its web page scripts. For example the first page after ...
Score eventlog.writeentry method
Colin Halliday - 18 Nov 2004 5:03 AM - 5 messages
A number of the overloaded forms of the eventlog.writeentry method allow for an event log entry CATEGORY (a short). The help for this method states: 'Each application can define its own numbered categories and the text strings to which they map.' ...
Score IO.File.Delete weirdness (undead files)
Fergal Ó Ceallaigh - 18 Nov 2004 4:04 AM - 2 messages
Hi, As part of my app I allow users to copy files into a 'project' (in reality, just a regular folder).  The copying works fine, however I am running into consistent problems when trying to later delete files that I have copied. ...
Score global assembly cache and private assemblies
Joo Park - 18 Nov 2004 1:47 AM - 3 messages
Hello, which would have priority?  If i have a component that is in the bin directory as well as in the global assembly cache, which one will my website use? trying to determine the order or priority. thx in advance! ...
Score .override directive missing in manual COM interop...
Nathan Baulch - 17 Nov 2004 11:38 PM - 4 messages
I am so close to getting my manual COM interop classes to load correctly! I have very slowly tracked down the problem to missing .override directives on the classes in the IL generated from my assembly compared to that of ...
Score get internet page content in C# console Application
alex - 17 Nov 2004 10:56 PM - 4 messages
Can I do that? how to? As I am going to parse the web page contents inside of my C# console Application. Thanks, ...
Score Current Date to JDE Julian
John Smith - 17 Nov 2004 10:07 PM - 3 messages
Hello,   I'm working on a project where I have to place the current date into a field in JD Edwards.  JDE says the format for the date field is Julian.   I need help converting DateTime.Today to a Julian date string. ...
Score .NET CF Controls in IE
GK - 17 Nov 2004 10:07 PM - 3 messages
I have developed a control in C# using .NET Compact Framework and I want embedd it in IE uisng the html tag <object>. When I tried, it displays nothing except vertical scroll bar. Does IE support this for .NET Compact ...
Score Unable to access values at server side.
aarsalan@gamil.com - 17 Nov 2004 9:04 PM - 2 messages
Hi, I made a .NET web form ( NonGrid, in C# web application ), Added HTML controls (Text boxes) and set them to run at server side. I also set form to runat Server side. I added button ( Web controls ) on form but when at the ...
Score overloaded function resolution between vb.net and c#
charmatys - 17 Nov 2004 8:57 PM - 1 message
OK...try this...then explain what is going on here. Create a c# class with 2 indexers (an int and an enumeration). Create a vb.net class that calls these indexers...one such call needs to pass a zero as the argument. No matter what ...
Score simple way to merge xml documents
Random - 17 Nov 2004 8:10 PM - 2 messages
Is there a quick way to merge multiple xml documents into a common one with a new root node? That is... MyFirstBook.xml <book title="bookA">...</book> MySecondBook.xml <book title="bookB">...</book> ...
Score Strong Names
andyhink - 17 Nov 2004 8:08 PM - 4 messages
I have a third party .NET dll that has no strong name.  Is it possible for me to convert this into a dll with a strong name?  I've looked quite extensively at the docs w/r/t "al", "tlbimp", "regasm", and others to try to do this with ...
Score RE: Dotnet versus Java-Applets
Scott McKenzie - 17 Nov 2004 6:57 PM - 1 message
Just seen this link on MSDN. [link] It talks about J# Browser Controls (and migration from existing applets...) I can't say I know anythign about this, but it may be worth you looking into. ...
Score Changing datagrid cell format
Sara S - 17 Nov 2004 5:48 PM - 6 messages
I have an editable datagrid in my app. I would like any changed text to be bolded so that the user can easily review the changes before submitting them. I don't see any event like 'onTextchange' or something that would allow me to ...
Score Disassembly Window Issues
Mike Labosh - 17 Nov 2004 5:19 PM - 3 messages
I have developed a Service Application that kicks off batch jobs written by other developers.  It works great on my machine, and works great on another developer's machine.  On a third machine, when debugging the batch job that ...
Score Freeing memory phobia
Martin Hart - Memory Soft, S.L. - 17 Nov 2004 4:46 PM - 16 messages
I have a phobia about cleaning up after executing my code. Can someone in the know help me :-) -) If I add a delegate handler to a class, do I have to unplug it before destroying the class for GC to work correctly? ...
Score System.Drawing.Graphics and escaped characters
Brett - 17 Nov 2004 4:38 PM - 4 messages
I'm trying to print barcodes with a barcode font and I'm having problems with escaped characters.  I can print and scan any barcode perfectly, until there is an escaped character in it, like /" or //.  Then the barcode will not ...
Score How to create copy constructor in the smartest way?
Nicklaus - 17 Nov 2004 4:37 PM - 1 message
public class ConfigurationXmlDocument : XmlDocument { public ConfigurationXmlDocument() { } } I want to create an example of ConfigurationXmlDocument from object returned by XmlDocument.Clone(). Their source object is well known to be of ConfigurationXmlDocument type. As far as I understand I should create a copy constructor for this. But what to do in it? ...
Score Notification Baloon
ham Come> - 17 Nov 2004 4:19 PM - 6 messages
There is a very useful method of user informing in XP, using the balloon tips in the notification area. I know XP is written in C++/C and many of C++ programs already do it ( Ballooning) . I just want to know how I can do it ...
Score UML editor
Romain TAILLANDIER - 17 Nov 2004 4:14 PM - 2 messages
Hi group I search about a free UML editor wich can translate C# class to UML class and vice versa. Is it exists ? thanks for your help. ROM ...
Score Run Setup scripts during installation
MVB - 17 Nov 2004 3:05 PM - 4 messages
Hi I want to call some install function during the installation of my application Can anyone please tell me how to write setup scripts in C# .NET so that those will run during installation as well as uninstallation Thanks and Reagrds ...
Score Printing a text file uses a fixed tab size == 4
prometeus - 17 Nov 2004 2:04 PM - 1 message
My text file is using a tab size == 5 but when I print it, the printer is using an arbitrary tab size == 4 and disregards the actual tab size set in Options and displayed in window as tab size == 5. ...
Score conversion from Image to binary
jean-louis cantin - 17 Nov 2004 1:58 PM - 2 messages
Hello, I would like to save an image into a Base64Binary (Byte[]) field in a DataTable in a DataSet. How can i do that? Thanks *-----------------------*         Posted at:   [link] ...
Score Environment.UserDomainName bug
Eiríkur Fannar Torfason - 17 Nov 2004 1:57 PM - 1 message
Environment.UserDomainName returns the host name (instead of the domain name) if a local user account exists with the same user name as the domain user that is logged onto the computer. For example: I have a computer named MyComputer. ...
Score How can we send message to ICQ Client Corporate Edition through C#
AccessDevelopers - 17 Nov 2004 12:24 PM - 1 message
Hello All, we need to help. We tried to send message using C# through UDPClient-class and Socket-class but our ICQ-client didn't show our message. We used to 4000 UDP-port. How can we send message? Sincerely your ...
Score security issues regarding the "ManagementObjectSearcher" object
wh1974 - 17 Nov 2004 12:12 PM - 1 message
Hi, I have a question regarding the use of the ManagementObjectSearcher object which I plan to use in an asp.net page to retrieve a list of users on a Win2K server. I have some code working on my development machine but as I'm logged in ...
Score obfuscation
Geert Audenaert - 17 Nov 2004 9:20 AM - 5 messages
Hi all, i wondered if it is possible to distribute the software i make with an obfuscated version of the .net framework? And if so, which assemblies do i have to obfuscate ? Greetings, Geert ...
Score Faxing from VB.NET via Win 2003 fax server
Steli Andrei via .NET 247 - 17 Nov 2004 9:09 AM - 1 message
Hello, I do have a VB.NET app running on a client machine, that is trying to fax via a fax server installed on a Win 2003 Server machine but I get this error: "Connection to fax server failed" right when I call "Connect" ...
Score Understanding passing, using and destroying objects
Miguel - 17 Nov 2004 9:07 AM - 2 messages
Hi, I'm new to .NET and am using VB .NET as I am from a VB background. I am having difficulty understanding the way .NET handles, passes and uses objects. I have had a look at the Micrsoft Data Access Application blocks for .NET ...
Score how to access frame's src attribute in javascript
Pampati Nagavani via .NET 247 - 17 Nov 2004 9:06 AM - 1 message
Hi, i have 2 frames in one page. On the click of a link placed in first frame, iwant to change the src attribute of the second frame through java script. How to access the src attribute of the frame in javascript? ...
Score XML Reader saying Root Element is Missing
vito corleone via .NET 247 - 17 Nov 2004 9:05 AM - 1 message
I have to mention is that i moved the code from Windows 2000 to Windows 2003.I am using XSD's to create a class and from which i am getting my assembly.The application works fine till it reaches the BusinessAction and also executes the Businesss Logic,not only that the request and response objects also get filled with the required details.After serialization the XMLReader throws an excetion saying that the "The root element is missing".The error message says Server Fault Occured.The root element it is referring to is the root element in the XSD's which is picked up for the request XSD and not for the response XSD.Can somebody help in this. ...
Score FIND MEMORY OF WORKER PROCESS
uday kumar via .NET 247 - 17 Nov 2004 9:04 AM - 1 message
hi friends,         i'm new to this site.hope i can find the answer.how to find the memory of asp.net worker process which we are using currently.                   waiting 4 the answer............ ...
Score Multiple executables based on compilation flag
Manu S via .NET 247 - 17 Nov 2004 9:04 AM - 1 message
Hello, I have a C# project that generate an executable a.exe I would like to create a stripped down version of this program using a compilation flag. The executable should have a different name, say b.exe What is the best setup to get to this result? ...
Next »