Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score Web forum page <-> e-mail account bridge - how to start?
Dobieslaw Wroblewski - 4 Dec 2004 3:12 PM - 3 messages
Hi, I am a total newbie in the Internet programming, so I would like some general advice of "what to start from" kind. First I will explain what I want to do: Suppose there is a web page that requires a logon, and then the logged user ...
Score DataTable - order of rows.
Dobieslaw Wroblewski - 4 Dec 2004 2:56 PM - 3 messages
Hello, I am adding rows to the data table without primary key defined using the DataRowCollection.Add(object[]) method. When I am reading the table directly or using its default view or a view with order set to "", I would like to process the records exactly in the ...
Score Error 1935 install .net v1.1 distribution on 98se
jason - 4 Dec 2004 1:23 AM - 4 messages
Hi, I got error 1935 when trying to install .net v1.1 distribution on 98se box. Please help. Thanks. ...
Score I want to do in VB.Net what is done in C++
M K - 3 Dec 2004 7:39 PM - 5 messages
I have this code: typedef KPDCUInt8*      KPDCPointer; typedef enum {     KPDCRed = 0,                // Currently, RGB is all we got. ...
Score build setup project vdproj ...
Andrew - 3 Dec 2004 5:58 PM - 2 messages
hi, how can i automate the build of a vb.net setup project ( .vdproj) ? i've to build  a setup project on a machine that don't have VS.net installed, but only the .net FW 1.1 i've found a solution via DEVENV.exe , but i think i can't use this program ...
Score what happens if pulse is invoked before wait?
Andy Fish - 3 Dec 2004 5:53 PM - 3 messages
Hi, I'm using the Monitor class to perform some simple synchronization between threads. In the documentation for pulse it says: "The remarks for Wait(Object, Int32) address an issue that arises when Pulse is invoked before Wait." I can't find any reference to this issue anywhere. Can someone enlighten me ...
Score Referencing Web Service thru' Dynamic Url in BizTalk Orchestration
Shikari Shambu - 3 Dec 2004 5:27 PM - 5 messages
Hi,     I have an application that uses BizTalk 2004 orchestration that consumes a web service. I set the web service reference to Dynamic Url because I want different environments where the app will be deployed to point to different ...
Score Managed Windows Service won't Autostart
mageos - 3 Dec 2004 4:24 PM - 2 messages
Hello all! I have a tricky problem.  I have a Windows Service project that is set to autostart at system boot, however when I boot the service fails to start and I get an error in the Event Viewer saying the service failed ...
Score File.Delete not deleting file
Salman Zari Ghanvi - 3 Dec 2004 4:19 PM - 6 messages
When the following code is execute and the file already exists, the file is not actually deleted (in file properties - created date does not change) - but only the modified and accessed date changes. No exception is raised. How can I ensure that file is actually deleted? I want to raise create event ...
Score OK - Stupid NUnit question
George - 3 Dec 2004 3:47 PM - 4 messages
All,    Ok I am reading through all this NUnit stuff and using it to unit test .Net applications.  My first question which I have not seen an answer to yet is:    Are we supposed to put all the NUnit methods in the actual ...
Score Choose Method Based on Attribute?
localhost - 3 Dec 2004 3:41 PM - 2 messages
I have a method in a class with [MyAttribute("x")] on it, and the same method with different overloads and [MyAttribute("y")] on it. How can my calling class, via Reflection,  pick [MyAttribute("y")] over the first one? Thanks. ...
Score excel-.net
mathon - 3 Dec 2004 3:19 PM - 7 messages
Hello, I want to develop a little application, which extracts some values of an excel sheet and displays this values with a rectangle or a circle in a form. Are there any example how to implement such things? regards mathon ...
Score MDI Forms
MVB - 3 Dec 2004 2:59 PM - 4 messages
Hi I am working on mdi forms. I have a couple of child forms. when I make the FormBorderStyle property of a child form as fixed dialog,the child form becomes movable on the parent form.Is there a way by which I will ...
Score Building web control which could integrate into Visual Studio.NET
weichung [MCSD, MCDBA] - 3 Dec 2004 10:25 AM - 2 messages
I have a customised class which inherited from the ASP.NET webcontrol (e.g. a textbox), now I have add in a few properties into this class, and a few simple script into it. I have build this control, and add it into the Visual ...
Score Help with Regular expression
M. D'Costa - 3 Dec 2004 8:18 AM - 5 messages
Hello, I am trying to write a regular expression to parse the string: Database=TestDB;Data Source=server;User Id=guest;Password=; Am doing this to extract the values after the equals sign( =) and before the semicolon(;) and I want the values stored in variables that are before the equals ...
Score Determining if an object has been finalized.
Phil Jones - 3 Dec 2004 3:25 AM - 8 messages
Is there a way to determine if an object has been finalized?  I figured you'd ask the GC somehow - but I can't see a method for doing this. Thanks everyone. == Phil ...
Score .net winform app not working on mapped drive
vadim - 3 Dec 2004 2:26 AM - 3 messages
Hi, I have a small .net app that just generates licenses for my program, nothing fancy, it runs fine from any subdirectory on drive C:, but it doesn't run from a mapped network drive on the same machine, although ...
Score XP Treeview image
KeithO - 3 Dec 2004 1:15 AM - 3 messages
Preparing for a XP migration in about 4 weeks... Problem: In-House Dev App (.Net FW 1.1 - VB.net - Network Share) working OK on W2000.. On test XP test machines the Treeview image not showing... Notes: 1. Running same Network share as W2000 machines.... ...
Score Scheduled job
MarkAurit - 2 Dec 2004 7:39 PM - 2 messages
Ive written a scheduled job in c#, which actually runs on some servers, on another its blowing up with a 0xe0434fd.  Actually, Im thinking this is a server issues, perhaps permissions - but I dont see any good resources on the ...
Score Help - RegEx, differences between FW 1.1 and 2.0
Hugo Wetterberg - 2 Dec 2004 7:33 PM - 3 messages
Hi, I've got a problem with RegEx in the 2.0 Beta. I have a regexp expression that works fine in the 1.1 version of the framework but breaks in 2.0. I'm no regexp guru, so I don't really know why version 2.0 returns incorrect ...
Score Thread Part 3
Charles A. Lackman - 2 Dec 2004 7:14 PM - 5 messages
Hello and Thanks again, Maybe I am not explaining what I am looking for good enough and maybe I should not be using muli-threads at all.  What I am after is the following: Form1 instantiates Form2 using SHOW, which is always on top.  Form2 is a ...
Score Singleton / Function
Christian - 2 Dec 2004 6:29 PM - 4 messages
Hi, I have an public interface ILocal, and a private class (Local) derived from this interface. The interface have 2 functions (GetValue() and SetValue()). My object must be a singleton! How can i get a pointer to the unique instance ...
Score Share DLLs between two Serviced Components in COM+ (C#)
Graeme - 2 Dec 2004 5:09 PM - 2 messages
Hi there, How can I make two Serviced Components runnnig in COM+ share another dll? I have two projects, GetData and PlaceOrders, which are Serviced Components. They both the use my Utility dll.  When I build GetData into a dll, the ...
Score Minimize delivery failures
Mike King - 2 Dec 2004 4:06 PM - 2 messages
My company has three buildings with a network connecting them between.  One of the buildings is outside of the country (in the Dominican Republic).  I would like for a program had I have built to be able to communicate with a ...
Score Consuming visual managed controls from unmanaged apps (i.e. VB6)
Brett - 2 Dec 2004 3:49 PM - 2 messages
I have developed a managed (VB.NET) usercontrol and have consumed it in VB6 with limited success.  I'm not sure I'm going about it the correct way, so I wanted to try to get a consensus from others.  Basically I created the ...
Score Threads Vs. Handles
Jason at PTE - 2 Dec 2004 3:39 PM - 15 messages
I was working on a Multi-Threaded app and I noticed something.  If i make an app that only uses timers, [(begin/end) send, recv, accept {tcp stuff}] it looks like that application is a mutil-threaded app.  BUT.  the ...
Score Scope of Using Statement?
Jan - 2 Dec 2004 3:31 PM - 3 messages
Hi- I'm new to .Net, a Delphi developer learning C#.  What is the scope of the using statement, or maybe a better question is how do I use it?  From the help, it looks like the scope is within a namespace.  ...
Score Consuming a DLL in Visual Basic
M K - 2 Dec 2004 2:55 PM - 5 messages
Okay, I have this DLL provided by a vendor. I believe that it was written in Visual C++ 6.0 (Visual Studio 6.0). Can I consume it in my app? And if so how. Pointing me to an article or tutorial would be fine. If you need more ...
Score Regex question: Lazy quantifiers
Jeff Johnson [MVP: VB] - 2 Dec 2004 2:46 PM - 4 messages
What is the point of lazy * and lazy ? ? "Nothing" will always succeed first, right? If not, can someone give me an example of when either of these might be used? ...
Score DateTime Parse and CultureInfo problem.
dotnw - 2 Dec 2004 11:44 AM - 3 messages
My SQL Server database is held on a server in the USA. Inside my database table, I have some date values. They are represented in USA format = month/day/year If someone looks at my website in the USA, I want them to see dates ...
Score Get bitmap from clipboard problem
Christopher Bailey - 2 Dec 2004 6:06 AM - 2 messages
I have a program where I'm copying a bitmap from the clipboard and displaying it.  It seems that after I perform this operation a few times (3-4) even after confirming there is bitmap data on the clipboard {if (iData.GetDataPresent(DataFormats.Bitmap))} when I get ...
Score Stock Inventory Component/Controls
Daren Hawes - 2 Dec 2004 2:00 AM - 3 messages
Hi, I have been asked to build a Stock Management System in VB.NET windows forms and was wondering if anyone has seen a 3rd party module.  Not the whole software, just modules. It must Order receipt - Estimate Inventory Out ...
Score HTTP Handler to create, write files & account privileges
shefali - 2 Dec 2004 12:05 AM - 9 messages
Hi, I need to use an HTTPHandler to create and write files.  I wanted to create the file in the directory that has this handler, and other handlers.  For me, this directory is: c:\Inetpub\wwwroot\HttpHandlers.  I get an error:  "Access ...
Score Can i do sth like that in .NET?
**ham - 1 Dec 2004 10:40 PM - 5 messages
I wonder if I could make a windows application which hosts html pages, and instead of the typical .NET controls uses the HTML controls, but at the same time executes commands of the main application from that html page. I ...
Score non-control-based communication from worker threads to UI thread
Tim Crews - 1 Dec 2004 10:07 PM - 3 messages
Hello: I have an application that consists of a UI thread and several worker threads.  There is no top-level form that can be counted on as always present.  (This is a kiosk application whose user interface consists of a series of independent ...
Score UDP Socket Timing Out?
Tom Kent - 1 Dec 2004 9:58 PM - 4 messages
I'm not a huge expert on UDP or sockets, so I was hoping someone could help me out. I have a C# app that sends three large (3KB) unicast datagrams out at user- defined intervals (when they push a button) so this can happen every couple ...
Score Uninstalling assembly from the GAC.
Jean-Francois Hamelin - 1 Dec 2004 8:29 PM - 4 messages
Hi, I did install my assembly in the GAC using gacutil /i myAssembly.dll and now I want to remove it when I do gacutil /u myAssembly it failed with this error: Unable to uninstall: assembly is required by one or more applications ...
Score Threading Part 2
Charles A. Lackman - 1 Dec 2004 7:48 PM - 5 messages
Hello and thank you for your assistance. I have attempted to accomplish what I need using delegates with no success. i.e. //Button Click// Dim PollThread As Threading.Thread PollThread = New Threading.Thread(AddressOf PollThreadAddress) PollThread.Start() End Sub Private Sub PollThreadAddress() ...
Score Regex question: Retrieve group names in code?
Jeff Johnson [MVP: VB] - 1 Dec 2004 7:17 PM - 3 messages
[Pardon the crossposting, but it seemed appropriate given the lack of a dedicated group] Is there any way to retrieve the name of a capture group from the classes provided in the RegularExpressions namespace? GroupCollection implements ICollection and IEnumerable, not IDictionary, so there doesn't seem to be ...
Score Server Unavailable Error (aspnet_wp.exe)
Chad H. - 1 Dec 2004 3:29 PM - 2 messages
I'm running the .net framework 1.1 sp1 on a windows 2000 server sp4.  We are running a Plumtree Portal (.net version) on this machine.  If the machine is not rebooted every couple of weeks or if a group of 25 or so users try to log ...
Score How can I decode a string encoded into 8859-1 ?
Olivier - 1 Dec 2004 2:21 PM - 2 messages
I receive from a pop server messages with encoding title. How can I decode this title which is encoded into 8859-1 ? Olivier Blondin. oblondin.***@rd.francetelecom.com ...
Score VB.NET app deployment
Richie - 1 Dec 2004 12:18 PM - 2 messages
I have to deploy my VB.NET app to end users. But then I understand that the ..NET framework is required at the user's machine. Is there any option while creating the setup, so that it checks if the machine already has .NET ...
Score Fulltrust to application
Marek - 1 Dec 2004 11:30 AM - 3 messages
I wrote a program and it need to set fulltrust permissions in machine for running this applications from share. (.NET Configuration Tool -> Runtime Security Policy -> Machine -> Permissions Stes ->Full trust). Is there any method to use 3th mechanism (like GPO or other 3rd tools) to ...
Score regular expressions questions
z. f. - 1 Dec 2004 8:49 AM - 7 messages
Hi, i know this forum is for dot-net framework, but regular expressions is part of the framework, so i post my question here. do you know of a code sample that can help me to replace the string <title>hello</title> ...
Score Problem with .net
AVL - 1 Dec 2004 6:41 AM - 5 messages
Hi,      I've uninstalled IIS & reinstalled it, then registered  ASP .NET. But whenver I'm trying to create  a new web application, it's asking me to connect to the internet. How should I avoid it? If set the 'Work Offline' then it's asking me to ...
Score dot net features
Ravi - 1 Dec 2004 6:01 AM - 3 messages
anyone please explain me how .net framework works i have a very vague idea about it but i want something concrete answers. ...
Score Threading
Charles A. Lackman - 1 Dec 2004 5:49 AM - 6 messages
Hello, I am making a app that creates a thread to show a clipboard.  If the clipboard is double clicked, another window is displayed, the event is handled inside the main app.  What I would like to do is have the clipboard ...
Score Windows Service System Account Permissions
Daniel - 1 Dec 2004 4:38 AM - 3 messages
My windows service runs under the system account but the system account can't see a domain on the LAN. Is there some sort of permissions that have to be set for the system account to see the domain on the lan? my user ...
Score Newbie: Printing
Calvin KD - 30 Nov 2004 11:35 PM - 2 messages
Hi everyone, I'm new to the .NET technology. I have a Web Form with data fields which I want to print to the printer. I don't want to use the IE's default print because I can't have my own Header & Footer. Does anyone know if there's ...
Score Restarting a thread
Salman Zari Ghanvi - 30 Nov 2004 9:20 PM - 14 messages
I started two threads (thread1 and thread2) from main thread ... and after a while thread1 stops. Can I restart thread1 from thread2? Actual problem: I have started two threads from main thread. One is a real working thread (thread1) and the other is a watchdog thread that watches thread1.isAlive ...
Score Basic .NET Control crashes Media Center host
Chris Walker - 30 Nov 2004 9:02 PM - 2 messages
It seems that MediaCenter (from MS Windows MCE 2005) locks up/crashes *hard* while hosting the simplest of .NET controls.  This is supported by MediaCenter (as mentioned in the documentation), but it does not appera to work there.  It works _beautifully_ in Intenret Explorer alone. ...
Score no corvars.bat in my computer
ALI-R - 30 Nov 2004 5:50 PM - 12 messages
there is no corvars.bat in my computer by which I can set enviromental vars??? for every single utility I have to go to bin folder of the SDK.... Thanks for your help ...
Score fax
Rob T - 30 Nov 2004 5:24 PM - 3 messages
Hi, I'm looking for a couple of quick example of how faxing is done (prefer VB) Thanks. ...
Score Framework
Debo - 30 Nov 2004 4:02 PM - 2 messages
Where can I download the .Net Framework V 2.0 ? ...
Score Requested Registry Access is Not Allowed
KreativeKai - 30 Nov 2004 1:55 PM - 3 messages
We have several applications that will be executing on multiple machines. These applications will be placed on our network and setup with an xcopy style of deployment. To accomplish this task, we had to adjust the Framework configuration, Code Access Security for the machine to Full Trust for Local ...
Score Index and search PDf files in ASP.net
ra294 - 30 Nov 2004 11:30 AM - 3 messages
I need to build an ASP.net application that index & search inside a folder with PDF files. I know I can use MS index server to index and search inside PDF files using a plug-in from Adobe. Anyone has any examples of implementation of such service in ASP.Net using ...
Score WinDev ...
Romain TAILLANDIER - 30 Nov 2004 11:17 AM - 5 messages
Hi group, If there any french here ? What are the diferents format of the output of a windev program ? Dll and Exe i guess ... Can the WinDev Dll can be imported in a C# program as C++ dll Can be ? ...
Score send a message from a managed C# program to an unmanaged program
Romain TAILLANDIER - 30 Nov 2004 10:28 AM - 3 messages
hi group. I have a program that get some data, parse it and then resend it in a standard format, each time. I develop this application in C#. Then i have to send the fomatted data to an other program that my customer ...
Score Concatenate Arrays?
Axel Dahmen - 30 Nov 2004 5:41 AM - 4 messages
Hi, I want to concatenate two string arrays. Is it possible to concatenate them gracefully, i.e. without copying each element manually? TIA, Axel Dahmen PS.: Here's an example of what I am about: string[] lst1,lst2,ret; lst1=Directory.GetFiles("C:\Temp\*.jpg"); ...
Score Com Interop error!!!
Ramakant - 30 Nov 2004 3:38 AM - 3 messages
Hi, I have created a component say MyAssembly.dll in .net and gave it t strong name. I have compiled the dll with 'Register for COM Interop' to true. Then I used Regasm to register it and create a tlb to use it in VB6.0. It works on my ...
Score Need help for Regex
Evgeny Zoldin - 30 Nov 2004 1:40 AM - 2 messages
Hi All, I want to capture the argument of some javascript function call in HTML source code, namely HTML-Page contains <script....>     func ( 'something1\'something2' ); </script...> or <script....>     func ( "something1\"something2" ); ...
Score Displaying Images on Datagrid
Stephen - 30 Nov 2004 12:37 AM - 2 messages
Hi, I am using an Access database (OLE Object) and storing Image as a bytes after streaming. I am able to read it back as a stream and display it on the browser using the following code: Response.OutputStream.Write(fileData, 0, fileData.Length) ...
Score Can't read dash character from file?
BeanDog - 29 Nov 2004 11:17 PM - 2 messages
I can't seem to read the long-dash character from a text file in VC++ Express 2005 Beta 1.  My code is as follows: //either this: FileStream ^pFile = gcnew FileStream(strPath, FileMode::Open, FileAccess::Read); BinaryReader ^pReader = gcnew BinaryReader(pFile); ...
Score how to load a C# dll from another C# assembly if the path of the loaded dll is not known until runti
Daniel - 29 Nov 2004 11:15 PM - 3 messages
how to load a C# dll from another C# assembly if the path of the loaded dll is not known until runtime ...
Score How do i dynamicaly load and unload a C# dll at runtime
Daniel - 29 Nov 2004 11:06 PM - 3 messages
How do i dynamicaly load and unload a C# dll at runtime ...
Score Unhandled exception in threaded windows service
Jason - 29 Nov 2004 9:06 PM - 4 messages
Hi all; I'm creating a Windows Service in VB.NET -- in OnStart() I'm launching a new thread to actually do the work.  Any unhandled exceptions in that new thread, though, don't seem to show up/get handled anywhere. ...
Score How to get user name who fired a event in SystemFileWatcher?
jreed - 29 Nov 2004 8:55 PM - 3 messages
Does anybody have a C# code example of how to get the user name that added,modified or deleted a file? I see that SystemFileWatcher will recieve events when a file is added, modified and deleted. That's cool but I also need to know the user name that added, modified or ...
Score SMTP and System.Web.Mail
Billg_sd - 29 Nov 2004 6:49 PM - 3 messages
Before I can make calls to System.Web.Mail, I need to ensure SMTP is configured on the PC (running my app).  If SMTP is not configured,  I need to turn on SMTP with default settings.  Is this possible?  Could I use something like sysocmgr to perform a quiet ...
Score Re: Regex doubt
Max - 29 Nov 2004 6:44 PM - 2 messages
Hi I want to match all strings not containing a specific expression soo when I found your reply and regex "(?!expression).*" I thought great this is what I want but I cant get it to work. It matches everything as far as i can see. Tried with the following vb.net ...
Score Maximize
Charles A. Lackman - 29 Nov 2004 6:00 PM - 5 messages
Hello, I have an application that starts notepad.exe from a button click in VB.NET. I am looking for a way to make the window maximize or minimize from the vb app. Any suggestions (if at all possible, detailed) will be greatly appeciated, ...
Score files selected in the file explorer
Homer - 29 Nov 2004 5:35 PM - 2 messages
Hi,   I would like to be able to tell what file or files have been highlighted in Windows Explorer and pass this is in as an array into a .NET application.   Basically I would like to be able for a user to select a couple files and ...
Score Saving settings
timb - 29 Nov 2004 4:31 PM - 6 messages
Hi,     is it possible to access the properties of a class or structure in a for each statement? I want to iterate through the stirng properties in my class or structure and then write them away to the config file. ...
Score No touch deployment and help files
/dev/null - 29 Nov 2004 3:51 PM - 3 messages
As i understand it, no touch deployment works only with assemblies.  How does one deploy help files with a .net application using no touch deployment ? ...
Score Help with ASP.net & Active Directory
Tim pd UK - 29 Nov 2004 3:31 PM - 4 messages
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 Reporting capabilities in .NET and ASP.NET
Mohammad S Khan - 29 Nov 2004 2:46 PM - 5 messages
I am doing some research into the reporting capabilities provided by ..NET by itself and also integration with other programs such as Crystal Reports or thrid party tools. I don't have much experience with .NET technologies but most of the reports will be requested ...
Score deploying security policy
Marek - 29 Nov 2004 2:30 PM - 2 messages
Hi there, we plan to deploy .net WinForm application using "no-touch" model (users run WinForm application by clicking on the web-link). Everything runs nicely but one problem that we try to solve is how to deploy .net security ...
Score Regular Expressions problem
Kristof Van Praet - 29 Nov 2004 1:23 PM - 3 messages
Hello group, I have the following problem with a regular expression: I try to check whether or not a string exists of exactly two numbers (e.g. 12). Therefore, I have the following regular expression "[0-9]{2}". I try to use this in .NET (1.1 SP1) with the System.Text.RegularExpressions ...
Score exporting a C style method from DLL with dot-net
z. f. - 29 Nov 2004 1:16 PM - 3 messages
Hi, is it possible to export a C style method from a dot-net DLL? TIA, z. ...
Score Capture Shift Held Down When Application Starts?
Alex Stevens - 29 Nov 2004 12:30 PM - 6 messages
Hi All, I'm writing a launcher program which checks for updates and copies them down to the client. However, I would like the user to be able to modify the settings for the launcher. As this runs automatically, I would like it to be configurable by ...
Score ASP.Net 1.1 shadow copy + reflection problem
icesoftware - 29 Nov 2004 10:33 AM - 4 messages
I use this function to load some assemblies from a directory into ASP.Net application: Private Function CaricaLibShadow(ByVal Libreria As String) As [Assembly] Dim Backup As String Dim Assbly As [Assembly] Backup = AppDomain.CurrentDomain.SetupInformation.ShadowCopyDirectories AppDomain.CurrentDomain.SetShadowCopyPath(System.IO.Path.GetDirectoryName(Libreria)) ...
Score Advice needed on distributing new versions of a dll
Craig HB - 29 Nov 2004 10:19 AM - 3 messages
I am running a .net windows service that uses the FileSystemWatcher to monitor a specific file. When the file changes, the service runs some code in a .net class library (.dll) that contains all the functionality. They are all written in version 1.0 of the .net framework and run on NT4 and XP PCs. ...
Score Search path for assemblies
Johannes Salmenhaara - 29 Nov 2004 7:46 AM - 6 messages
Hi, Common framework looks for assemblies either from GAC or from the same directory where the application is located. However some of my asseblies are not in the application directory and they can not be added to GAC. Is there ...
Score creatung setup using Visual Studio 2003
georg andersson - 29 Nov 2004 7:01 AM - 2 messages
hi i like to create a setup that contains a custom form, that prompts the user for his mail-adresse. how do i add custom forms to the setup that is created by visual studio? best reards georg ...
Score .NET on Win98
Jacky Luk - 29 Nov 2004 6:14 AM - 6 messages
I am wondering if the .NET framework and VS.NET can or cannot be installed on Win98? my harddisk crashed lately and I was forced to use an old harddisk in which win98 can only be installed. Thanks a lot ...
Score Overridable variable members?
Gary K - 29 Nov 2004 4:21 AM - 2 messages
I am trying to convert some old code into .NET and this old code uses internal structures to define the underlying data structure for a class. This class is then used as a base class for other derived classes. I've worked out ...
Score .Net assemblies decompilers
ed - 28 Nov 2004 9:33 PM - 5 messages
Hello. Is any way to avoid .net assemblies decompilation with programs like Reflector? How much effective those programs are?. I appreciate some link or book about those themes. thanks! ...
Score Setup of a .NET Installation
Glyn Meek - 28 Nov 2004 9:31 PM - 4 messages
We are having great difficulty configuring the 'setup' project in .net and making it so that it will OVERWRITE and REPLACE previous versions. We have a number of Visual Basic products in our suite, and have built separate Setups for each of them.  Ths Setups work fine apart from one little glitch which ...
Score C:\WINNT\Microsoft.NET\Framework\v2.0.40607
Nish - 28 Nov 2004 9:00 PM - 3 messages
I have installed .Net Framework 2.0 sometime back. I have the following folder in my PC C:\WINNT\Microsoft.NET\Framework\v2.0.40607 Is there any release after this install. Please advice. Nish ...
Score Hide Directory programmatically
EK - 28 Nov 2004 10:31 AM - 2 messages
How can i hide some directories in local comp . i need that only admin can see them and their contents. Thanks ...
Score 14 million lexicons
ryu - 28 Nov 2004 5:23 AM - 2 messages
Hi, I am just curious. In the paper by the google founders, they said they are able to load 14 million lexicons into 256mb of memory. How did they do that? Is there anyway it can be done using dotnet or C++? ...
Next » 2 3 4 5 6 7 8 9