|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
DataGridViewTextBoxCell and binding
rfw68 -
13 May 2006 3:28 PM - 6 messages
Hello there, I wrote my own DataDridViewTextBoxCellEx, inherited from DataGridViewTextBoxCell which accepts an integer (index) as value and displays the correspondign string out of a dictionary collection. Now I want to use data binding to connect this collection (a private member ...
Dynamic language dependent ressources
Stephan Hofmann -
13 May 2006 1:27 PM - 4 messages
Hello, how would you solve in general the following requirement: my application will ask you to login with a language, so you have installed on your desktop one version of my application, providing multilanguage support that means text, description, column names etc. will be displayed in ...
how to get the scroll of Form or control?
Bill Gates -
13 May 2006 8:57 AM - 2 messages
I want to get the instance of the scroll to draw it by custom. But how can get it? thanks! ...
DateTime Format "Fri, 12 May 2006 22:12:07 +0000 (UTC)"
Egbert Nierop (MVP for IIS) -
13 May 2006 7:44 AM - 4 messages
Hello, There are several datetime formats, that the DotNet framwork supports. The timeformat mentioned in the header, is produced by outlook and other mailers and in Javascript, but it seems this is not an implemented standard formatstring (such as "r"). ...
Webexception Error FTP 501
arbytech -
12 May 2006 8:32 PM - 8 messages
Hi everyone, I am trying to get the WebRequestMethods.Ftp.DownloadFile working using the 101 Samples for the Base Class Library from MS. I can get through the authentication part OK but when the code gets to: Dim ftpResponse As FtpWebResponse = CType(ftpRequest.GetResponse, ...
install framework 2.0 over network
Henok Girma -
12 May 2006 6:50 PM - 6 messages
Hello Gurus, I wanted to install the framework on a network pc that does not have any keyboard/mouse. I believe Service Packs can be applied in such scenarios, is it possible to do so for the framework? any help/hints is greatly apreciated.. ...
VSTS Source Control hanging...
Andrew -
12 May 2006 6:05 PM - 4 messages
When I try to use VSTS Source Control, it hangs indefinitely. For example, when I try to edit a workspace, or get latest, visual studio hangs. If I press Ctrl+F4, it comes back to life, as if a hidden window were closed. ...
Setting text on Word Bookmarks from .NET
emorgoch.public -
12 May 2006 3:55 PM - 1 message
Hello, I'm trying to open a Word template file, set some bookmark values, then save the document from within a .NET C# Windows application (.NET 1.1, using VS.NET 2003 & Office 2003). I've been following the information ...
Prove this package from the MS
KARL-ÅKE PERSSON -
12 May 2006 2:42 PM - 1 message
Microsoft Customer this is the latest version of security update, the "May 2006, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three new vulnerabilities. Install now to continue keeping your computer secure ...
Sql Server / VS.net 2005 debugger transaction lock problem
Florian Doyon -
12 May 2006 2:19 PM - 3 messages
Hello usenet, I am currently debugging an application that uses SqlTransactions. When running in the debugger, it seems that my transaction ignores the isolation level and locks everything in SQL Server... If I put a breakpoint before SqlTransaction.Commit gets called, all the ...
[OT] Windows User Accout Issue......
Lloyd Dupont -
12 May 2006 2:06 PM - 5 messages
I'm trying to install a MSI (LINQ preview in fact), but at some stage it (unsuccessfully) try to upgrade the C# language service with the error message: ===== An error occured while applying security settings. Power Users is not a ...
How to convert KeyCode ?
Laurent -
12 May 2006 8:02 AM - 2 messages
Hi everyone, I developped a UserControl and for this control I need to handle the + and - keys. The KeyPress event doesn't suit because I want to have an effet when the key is down and when the key is up. ...
Visual Studio Version
mac -
12 May 2006 7:09 AM - 5 messages
Hi! I have my Visual Studio 2005 Prefessional Edition I wonder what version is this Here is the version.. Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200 ...
Issues running the .NET v2.0.50727 x64 on Windows XP Pro x64
Steven -
12 May 2006 1:45 AM - 3 messages
I have suucessfully been able to configure and execute 32bit 1.1 and 2.0 applications on my develpopment box however once I try to run 2.0 x64 I am getting a DNS error on localhost and I have not been able to resolve this ...
dotnet runtime component
Crespo -
12 May 2006 12:20 AM - 2 messages
Dear everyone, I want to create my program's installer using installshield. As my program needs dotnet runtime component to install first before it can run. How Can I combine this component in my installer. Any help will be ...
set default printer
Crespo -
12 May 2006 12:16 AM - 3 messages
Hi, I have a problem to set default printer programatically using c#. My codes works well in windows2003,but it fails in windows2000. My codes is just listed below: System.Management.ManagementObjectSearcher query; ManagementObjectCollection queryCollection; ...
a silly question
gs -
11 May 2006 7:37 PM - 4 messages
is it possible to compile some test code as legacy application without dotnet frame work? how? I don't have any non dotnet compiler on my pc. I want to test my dotnet com assembly for interop with an legacy application ...
ClickOnce Deployment
John Wright -
11 May 2006 7:32 PM - 1 message
I have developed a program and published it using clickonce. I can run the program on my computer just fine. But when I deploy using ClickOnce it will not run. I copies the files over but refuses to run. I checked permissions ...
Installing a Windows Service
SiJP -
11 May 2006 4:04 PM - 6 messages
I have created a windows service, and can happily install it and run it, but this involves manually running the InstallUtil command line tool for each installation. Can this not be automated to run from within my MSI? Thanks (vb.net, vs.net 2003, .net 1.1, windows xp sp2) ...
PropertyInfo.GetValues(...) with Generics / Reflection
Christophe Peillet -
11 May 2006 3:24 PM - 7 messages
I am trying to use reflection to get the value of a property using Generics. A sample property is as follows: /// <summary> /// Gets the collection of links rendered at the bottom of the header. ...
Visual Studion & .NET 2.0 Framework
Infospy -
11 May 2006 2:03 PM - 3 messages
I Have Visual Studio .NET 2003 Is is upgradable for 2.0 Framework? Best regards ...
VB6 App Referencing VB.NET DLL Debug Nightmare
Fred -
11 May 2006 9:50 AM - 4 messages
HI All, I have a VB6 App and a VB.NET DLL. The VB.NET DLL Is used to call a web service. When I compile the app is works fine but when I try to debug the VB6 ...
remoting in 2.0 and credentials
Mathias Fritsch -
11 May 2006 7:48 AM - 1 message
I can access a remote object that is hostet on my own machine in IIS if I supply default credentials. If I supply the same account data explicitly I run into a 401. Is there something wrong? -------------------------------------------------- IRemotingFacade remFacade; ...
dotNet 1.1 compatibility with 2.0
gvb -
11 May 2006 7:40 AM - 9 messages
I have a .Net 1.1 application that starts through internet explorer and uses webservice for data-retrieval. It is an application that runs for 3 years now (so it was first created with 1.0 framework and later compiled with 1.1). To get it running i had ...
Convert RTF to PDF (C#)
Anna -
11 May 2006 5:11 AM - 2 messages
I got the following problem: an RTF is loaded and stored in memory in a form of a byte array. I need to convert it to a PDF without the necessety to store it on the disk (i.e. I need either byte array or a stream). I tried to use ...
Partial classes not good OO design
oshea00 -
11 May 2006 3:26 AM - 11 messages
Does Microsoft even bother involving developers anymore in their process of developing new "features"? I've spent about four hours with VS2005 now and can't believe the list of problematic improvements I've generated in that short time. Then I run across this partial class feature. What a mind bending stupid ...
Problems using Directory.GetFiles
daniel -
10 May 2006 10:39 PM - 5 messages
Hello, I am having some difficulties using Directory.GetFiles. I have a directory with contains: file1.fmt file2.fmt file3.fmt file4.fmt_ file5.fmt_ When i use Directory.GetFile(directory, "*.fmt") i returns all the filenames instead of just the .fmt files. ...
Collections: Does 'Add' make a deep copy?
Steve Hiemstra -
10 May 2006 8:47 PM - 3 messages
Hi All, When I 'Add' an 'object' to a System.Collection (ArrayList, HashTable,...) does it just put a 'reference' to the object in the Collection, or is it a 'deep copy' (a new instance of the object)? SteveH ...
Running an exe from another application
Harry Keck -
10 May 2006 8:38 PM - 2 messages
I need to start execution of an exe in a command line fashion from a Windows application. Is there a way to do this using the framework, or do I have to instantiate the WScript.Shell somehow? ...
2.0 Configuration. How do I abstract usage of WebConfigurationManager vs ConfigurationManager?
costasz -
10 May 2006 7:35 PM - 2 messages
Why did MSFT feel they had to separate the two? What if I am writing a class in an assembly that could be used by either an ASP.Net app or a Winforms app? I don't want to have each look for the data in different ...
IpcChannel
zolof -
10 May 2006 5:54 PM - 1 message
Is it possible to specify more than one authorizedGroup for IpcServerChannel ? ...
Windows groups
zolof -
10 May 2006 5:53 PM - 3 messages
Does anyone know how I can get the list of all available groups in Windows XP ? ...
IPC security problem (.NET remoting)
zolof -
10 May 2006 5:47 PM - 1 message
I have a problem for my IpcClient to connect to my IpcServer. I get "Access denied" message. It appears that the solution is to write this: dict["authorizedGroup"] = "Everyone"; This works fine on my computer at work. The problem is this is not working on my home computer. It is a Windows XP ...
Deployment problem
Samuel Shulman -
10 May 2006 4:39 PM - 3 messages
Hi When I added a shortcut to the desktop folder it did work but the icon is not the icon of the application is there a way to change that T.Y. Sam ...
Serialize List of objects as XML
Jarod -
10 May 2006 4:04 PM - 3 messages
Hello, I have a list of objects that I want to serialize as XML and save it as user setting. The objects are of type of the following class. [Serializable] public class SourceFolder { ...
Binding HttpListener to a free port
bughunter -
10 May 2006 3:43 PM - 4 messages
Hi, When providing the HttpListener with a list of 'prefixes' to respond to there doesn't appear to be an option for binding to an arbitrary freely available port, and if there is then there doesn't seem to be a ...
TransparencyKey vb.net 2005 on form works only on developing machine.
ilaygur@gmail.com -
10 May 2006 3:31 PM - 4 messages
Hi all, Setting the transparency key on vb.net 2005 form (I randomly chose the color yellow), works great on my machine, meaning i set the form's background color to yellow as well, and it becomes transperent. Deploying my app on 3 other machines, i fould out the yellow background ...
ConfigrationManager Problem
Steve Lloyd -
10 May 2006 2:42 PM - 1 message
Hi, I am trying to call the new ConfigurationManager class but all I get is "does not exist in the current context". I can substitute with System.Configuration.ConfigurationSettings.AppSettings and all seems to be fine. Any ideas? here is the actual code ...
XSD.EXE vs System.Xml.Serialization problems
Tim Greenwood -
10 May 2006 2:29 PM - 1 message
I'm using the System.Xml.Schema and System.Xml.Serialization objects to generate XSD dynamically and then the CSharpCodeProvider to generate classes. When using xsd.exe with the "/dataset" switch it generates just what I want. When I do it through the framework I get the equivalent of ...
Connection is busy with results for another hstmt
Juan -
10 May 2006 11:00 AM - 1 message
Hello: I'm using a connection in a web page to connect to SQL Server throught an ODBC driver, but from time to time and witthout using DataReaders (I return data in Datatables) I get an error like this: [Microsoft][ODBC SQL Server Driver]Connection is busy with results for ...
TextRenderer problem
Xafier -
10 May 2006 8:39 AM - 3 messages
Hi, I'm creating a control that overrides ListView and so I'm working on redrawing everything myself with some changes here and there... But I'm having a problem with drawing the text inside the rectangle on LargeIcon mode... I thought I'd finally discovered the solution with ...
Getting a file's ContentType
Nathan Sokalski -
10 May 2006 5:45 AM - 8 messages
I would like to be able to get the ContentType of a file programmatically (for example, I want *.txt files to return "text/plain"). I could not find a way to do this using VB.NET's classes, but I am also somewhat new to using ...
Customization In Web Application
Andrew Hayes -
10 May 2006 5:13 AM - 5 messages
All, Using VS 2005, C#.NET, SQL Server 2005, W2K3. We are developing a web application that would be shared by numerous customers for information management. Some of those customers want variations on the usual form layout. For example, we have a form where the user can enter their dependents ...
Re: Graphics.PageUnit problem... (spelling checked.. ;-(
Lloyd Dupont -
10 May 2006 4:19 AM - 5 messages
I have to do some WYSIWIG rendering. Because I need to know exactly where is what and have to have the same output on both the screen and the printer I decided to change my Page unit to Inches. As I was testing my first thought was to draw red outline of some relevant ...
Graphics.PageUnit problem...
Lloyd Dupont -
10 May 2006 4:00 AM - 2 messages
I have to do some WYSIWIG rendering. Bacause I need exactly where is what and have the same output on the printer I decided to change my Page unit to Inch. As I was testing my first though was to draw read outline of some relevant ...
How install cab file on background based in mobile device?
collysun -
10 May 2006 3:35 AM - 1 message
Dear experts, I try to install a cab file by code, I use P/Invoke can do it.But its a problem , if the programe has installed in Pcoket PC,there is a prompt saying "An older version of the application already exists. Do you want to ...
Rewrite ...
Stan Canepa -
10 May 2006 3:32 AM - 16 messages
This post is mostly for discussion. Why rewrite in .NET? Just a general discussion not related to any specific details. I was just looking to see what reasons developers are looking to, to help decide whether they should rewrite their app in .NET. ...
How install cab file on background based in mobile device
collysun -
10 May 2006 3:02 AM - 1 message
Dear experts, How install cab file on background based in mobile device? This is say that Setup screen does not display. Os is windows mobile 5.0 Thanks and Regards, collysun ...
??? MethodInfo Props are Wrong (or Docs are Wrong) ???
Alan Foxmore -
10 May 2006 12:13 AM - 2 messages
Hi everyone, I hope you can comment on this -- I'm pretty darned sure that either some of the MethodInfo properties are wrong or the Microsoft documentation is wrong. Please have a look at the program below. It attempts to print out the ...
Outlook Mail Drag & DRop
Laurent Lequenne -
10 May 2006 12:09 AM - 1 message
It's so simple to get an attachment from Outlook by drag & drop. Why shouldn't be the case with a complete mail. Has some one an idea what's in the Drag & Drop Data behalve a unuseful ...
Overridden GetProperties() of ExpandableObjectConverter not called!
Nebelung -
9 May 2006 11:52 PM - 1 message
In a custom ExpandableObjectConverter I have overridden GetPropertiesSupported (always returns true) and GetProperties. The class to which this TypeConverter is applied has only public properties and it should be accessed via a PropertyGrid. However, GetProperties is never called! By overriding some more methods and setting breakpoints inside those overrides ...
Script for building/debugging services
arthernan -
9 May 2006 9:33 PM - 3 messages
I have found services debugging to be a big pain. One reason is because the play button in VS is worthless for this kind of application. So I wrote this scripts that will execute for an app whose name ends on ...
Effort/Time in migrating 1.1 to 2.0
Kyong Kwak -
9 May 2006 6:31 PM - 5 messages
Hi, wanted to know what people have experienced in terms of effort+time in migrating your apps to 2.0 from 1.1? Are there any case studies on msdn? I couldn't find any.. how well did it go with you all? days? weeks? months? ...
windows media player
Aswin Coolsaet -
9 May 2006 6:12 PM - 2 messages
Hi, How can I (remotly) control my windows media player. like the logitech software. like: windows media player is playing a list of songs. run my exe, and the next song is player. I can't find some information about it. ...
Aborting startup of a Windows Service
Steve Wilkinson -
9 May 2006 4:00 PM - 1 message
I'm in the process of writing a Windows service, however I've encountered an odd problem. In my service class in the overridden OnStart method I want to abort the startup of the service should some error be encountered. ...
.NET 2.0 MMC Config problems
MarkAurit -
9 May 2006 3:35 PM - 1 message
I have 2 windows 2000 Server and 1 windows 2003 Server machines used for IIS apps. All 3 have the .NET 2.0 Framework. On my local workstation I have a ".NET Framework 2.0 Configuration" MMC snap-in. ...
Create System.Console from a winforms app
Michael D. Ober -
9 May 2006 3:26 PM - 3 messages
Is there a way to create a System.Console from code. I periodically have a WinForms app that needs to open a console window for progress tracking. Thanks, Mike Ober. ...
problem with COM Object Wrapper or with Remoting... which one?
ThunderMusic -
9 May 2006 3:07 PM - 2 messages
Hi, I have a web project in VS 2005 and I'm using a wrapper to work with a COM object. this object must work in a remoting environment. So we've done a simple console app to give us the access to the remote object. ...
GAC - What's using my assembly
DesperateDan -
9 May 2006 2:53 PM - 3 messages
How can I determine what is consuming a particular assembly that's in the GAC. (There's an assembly of ours that's not letting me delete it from the GAC. It's COM exposed and so could be used be either COM or .NET) ...
DateTime Ticks/Milliseconds Question (possibly Thread.Sleep () related - ?)
Mr Bounce -
9 May 2006 1:54 PM - 5 messages
Hi, Slightly dim question, possibly. I dunno. When i run the following c#: for (int i = 0; i < 100; i++) { System.Diagnostics.Debug.WriteLine ...
capture application output
George Lake -
9 May 2006 1:40 PM - 5 messages
Hi, How can I capture the text output of a console app? For example, I would like to capture the outpur of "qwinsta" Thanks. ...
How to kill a terminal server session (VB.NET)
George Lake -
9 May 2006 1:29 PM - 3 messages
Hi, Is there a way to kill a Terminal Server session from vb.net? I have to constantlly access our servers to reset ureser that get hung. I would like to have a web interfave that I can access via my PDA/Phone. It ...
PadLeft – What difference it make if the argument to this function carries an integer whose value is
Reny -
9 May 2006 12:45 PM - 2 messages
Hi, I came across a doubt on the String.PadLeft Method.The doubt is this -- What's difference it make if the argument to this function carries an integer whose value is less than the length of the string object ...
Maintaining Sessions HttpWebRequest
Tim.Vanlaere -
9 May 2006 10:18 AM - 1 message
I'm having problems to maintain a session with a remote server using HttpWebRequest in .NET v2 I read a page using, which gives me data and holds it in a session. (classic ASP) The second request I need to use data from that session with the new ...
QUERY: Adding more JS/DOM attributes to DataGrids
Dhruba Bandopadhyay -
9 May 2006 10:00 AM - 2 messages
I know that JavaScript lets us add: ondragenter, ondragover, ondragleave, ondrop events to normal HTML table td tags. This lets us do highlighting of table cells/rows, and capture drag & drop events. So to handle ondrop we can use JavaScript: ...
Managed Component on IIS
Pieter Coucke -
9 May 2006 9:20 AM - 1 message
Hi, What is exactly a Managed component on IIS? I don't really know what this IIS has to do with the Managed Components. Do you always need IIS for Managed components? Are there other ways? Won't it be bad for performance ...
Regular epressions with .net forward slash "/" character
Lorne Bonnell -
9 May 2006 7:37 AM - 5 messages
Afternoon all, Can somone help with this regular expression problem VB sample below Dim RegexObj As Regex = New Regex("") RegexObj.IsMatch( "<start field=fred col=2 />", "\x2f" ) Returns false with no match. This is a simplified example trying to end my capture onthe "/>" but the ...
RadioButtonList .NET 2.0 Breaking Change
aamillsbit -
9 May 2006 5:33 AM - 1 message
Can anyone shed any light on this issue. We were generating HTML outside of a HttpContext in 1.0 and 1.1 by building a control structure the calling RenderControl on the parent. There has been a change to RadioButtonList Render method that causes a ...
web pages help
AVL -
9 May 2006 4:31 AM - 1 message
Hi, I'm a developing a web application. One of it's requirements is that if the users try to downlaod the web apges, they shouldn't get the relevnt css files of the web page.. how can I acheive this? ...
web pages help
AVL -
9 May 2006 4:19 AM - 1 message
Hi, I'm a developing a web application. One of it's requirements is that if the users try to downlaod the web apges, they shouldn't get the relevnt css files of the web page.. how can I acheive this? ...
tool window & shortcut keys
Lloyd Dupont -
9 May 2006 12:42 AM - 4 messages
In my application I have some tool window. some of these tool window do accept key input. yet I would like key shortcut (CTRL+S, F2, etc...) to be handled by the main menus of my main window. how could I achieve somethink like that? ...
ToolTips and DataGridView
Roger -
8 May 2006 10:37 PM - 1 message
Hi guys, I am using an unbound DataGridView. I am using the built-in ToolTip that MS provides in VS2005 for the DGV control. I set the ToolTipText property of the DataGridViewColumn to some text. I set the ShowCellToolTips to true in the DataGridView control. ...
SmtpMail.Send problem (bad)
Chaz -
8 May 2006 8:55 PM - 5 messages
I have an asp.net (1.1) that "as" sending emails okay. Lately it is trowing the following exception: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UnauthorizedAccessException: Access is denied. --- End of inner exception stack trace --- at ...
Check for Common character sequence ( I will pay)?
C -
8 May 2006 6:13 PM - 7 messages
Hi, Anyone know how I can do this? I will pay anyone via PayPal who can do this for me. Let me know? Write a function in C# that takes in an array of ASCII strings and finds all ...
Capture keytrokes before AxWebBrowser
Martin Maat -
8 May 2006 5:52 PM - 4 messages
Hi, Is there an elegant way to capture/preview keystrokes in a Windows.Forms application that has an AxWebBrowser control which is focused? The browser seems to swallow anything while it has focus. I also have a (related?) problem with back and forward buttons on the mouse. ...
C Api Access
DEWright_CA@online.nospam -
8 May 2006 5:15 PM - 3 messages
Ok, I have a app that has a C API, the API is very poorly documented and I am trying to figure out how to expose the API so I can see what is there. Suggestions? ...
Microsoft .NET Framework Primer for the Visual Basic Developer
Zamdrist -
8 May 2006 4:30 PM - 7 messages
I find it mildly amusing this following paragraph from a tutorial MS wrote on an introduction to VB.Net for VB6 developers. It's written in such a manner as to sound as the VS does something for you (auto-generates) that previous versions did not. As if you had to write ...
VS2005 IDE
Andrew -
8 May 2006 3:47 PM - 1 message
Does anyone else have problems with the following (not sure if it's my settings): * When using Ctrl + Tab to switch between open documents, the document switches, but loses focus, and I have to either click on the document, or Alt ...
WebRequest: only get info about file, not download the file?
Roland_Müller -
8 May 2006 3:32 PM - 3 messages
Hello Group, i want to get the file size of some files located on a webserver, therefore i create a WebRequest with the URI of the file and then a WebResponse on the WebRequest to get the ContentLength: WebRequest webRequest = HttpWebRequest.Create(fileUri); ...
Outlook Add In is not shown for 1 user...
Pieter Coucke -
8 May 2006 2:49 PM - 4 messages
Hi, I developped some time ago an Outlook Add In (VB.NET 2005) that worked fine during several months with all the users. Suddenly, 2 weeks ago it stopped working for one of the users. The administrator desinstalled it and installed it again, but that didn't work. ...
Assembly.LoadFrom() ... multiple component versions
Andrew -
8 May 2006 2:34 PM - 1 message
You can load multiple versions of the same assembly into the same process using LoadFrom(). However, (straight from Don Box's book) this can cause problems (for example, multiple copies of static fields... one for each instance of a ...
How can I pass a different class and method name to a component?
Stan -
8 May 2006 1:09 PM - 1 message
I have a lot of very similar code that moves data from place A to place B. Code gets new rows to be moved and for each row calls a component. In addition to that it keeps statistics of how many records were moved and how ...
Fat client - Server: Which technology?
Pieter Coucke -
8 May 2006 1:04 PM - 13 messages
Hi, Which technology's are used to make Windows Forms (Fat) Client - Server application with VB.NET (2.0)? - XML Webservices, Remoting, DCOM, ... are there others? - Which are used the most and why? - Pro's and cons? Any help or usefull links would be really appreciated! ...
FTP Listing Files Problem
m00nm0nkey -
8 May 2006 11:21 AM - 3 messages
Hello. I am starting to experiment with the FTP functionality within the .NET framework, but am having problems producing a list of files. This is my function which returns files in a string array: Public Function GetFileList(ByVal sMask As String) As String() ...
user.config - where is it stored?
Artem Kliatchkine -
8 May 2006 9:40 AM - 1 message
Hi All, In my project I have a complex of applications which need to share the same settings. The settings are set in the main application. Other application need to read this settings. OpenMappedExeConfiguration method allows me to do this if I can provide the full name to the ...
Using Assembly.Load(byte[]) to load multiple versions of dll, and AppDomain.AssemblyResolve
Stephen Ahn -
8 May 2006 3:54 AM - 2 messages
Using dotnet 1.1, sp1, C#. I have assembly "A", which references assembly "B". Neither of these assemblies are stongly named. I have an application which uses a plug in architecture, to load assembly "A" using Assembly.Load(byte[]). ...
windows service apllication
Sean -
8 May 2006 12:39 AM - 4 messages
Hello, Initially I created a socket server (listener) application which blocks and waits for communication from client socket applications running on other Windows XP machines on the network. Everything seemed to be working fine (where the listener simply displays a form whenever it ...
Express Editions free... until...
Bruno Alexandre -
8 May 2006 12:00 AM - 3 messages
"The Express Editions of Visual Studio are free forever if downloaded before November 6, 2006..." extract from: [link] so, for all of you that did not downloaded the free develop tools, do so... ...
How to compute CRC
Bob Altman -
7 May 2006 9:11 PM - 5 messages
I am processing a very large (20+ GB) file. As part of my processing I need to compute a CRC or hash value for the file. To improve the efficiency of my algorithm I'm looking for a way to do this without having to read the ...
How to add a member field to an existing class in runtime?
Mannie -
7 May 2006 7:37 PM - 5 messages
How can I add a member field to an already existing class during runtime, or rather: add some hidden value to an object dynamically during runtime? I need this because I'm creating a simple OO database which needs references ...
List.ForEach
Kevin G -
7 May 2006 7:03 PM - 2 messages
Hi. I'm trying to prepare an example on how to use List.ForEach. using the regular ForEach, I can get what I want with the folllowing code: List<string> lAvailablePorts = new List<string>(); ...
Serializing an enum variable
Pedro -
7 May 2006 12:05 PM - 4 messages
Hello, Here's a piece of code that i have which is giving me an error and im not sure how to fix it. I'm trying to serialize an enum variable wich a value outside of the enum list and the serializer throws an error saying its an invalid value (of ...
Is Dot Net Really belongs to Object Oriented ?
Reny -
7 May 2006 6:59 AM - 7 messages
Correct me if I am wrong. In an Object Oriented environment each and everything are objects. That means we cannot directly instantiate a class nor we can directly reference a member belongs to a class i.e. ClassName.MethodName () If I am right in that sense, we are doing the just opposite in .NET. ...
|
|||||||||||||||||||||||