HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework microsoft.public.dotnet.framework


Discuss in the Dotnet Framework forum.



Post New Thread
Threads in Forum : Dotnet Framework Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
When clicking the link from a client PC that points to the MyApp.application file, initially there is a windows that pops up in the upper left...
Larry
06-23-2006 08:41 AM
Casper Go to last post
2 18
Is there some way to determine file count on a drive? I know I can use System.IO.DriveInfo and My.Computer.FileSystem.GetFiles to obtain a...
Rob R. Ainscough
06-23-2006 08:19 AM
Carl Daniel [VC++ MVP] Go to last post
5 18
We are converting some applications from Frwk 1.1 to 2.0 We have changed System.web.mail to System.net.mail.. (using the samples provider by msdn...
GastonFouche
06-23-2006 08:16 AM
Michael D. Ober Go to last post
9 29
Hi I have a .NET 2.0 web application project that provides a webservice and also consumes a webservice. I have just noticed that...
lee atkinson
06-23-2006 06:19 AM
lee atkinson Go to last post
0 14
Dear all, How to share the socket between .net framework 1.1 and unmanaged code? Best regards, Ray
Ray Lau
06-23-2006 02:59 AM
Vadym Stetsyak Go to last post
3 19
Mattias, The "registration" I'm referring to is really just the process of letting this particular third party control designer know that my editors...
AT
06-23-2006 01:42 AM
AT Go to last post
1 19
I want to create a small console application that essentially gets some information and then launches a Windows Application. What I want to do...
ESmith
06-22-2006 10:48 PM
Michael D. Ober Go to last post
3 19
In the setting editor I want to add a setting that has a custom type. Do I need to provide a type converter for this custom type or can this somehow...
rob
06-22-2006 09:38 PM
rob Go to last post
0 15
Our application does UDP communications using the Socket class in System.Net.Sockets. The Socket.EndReceiveFrom() often throws a SocketException...
Jonas Hei
06-22-2006 02:39 PM
Markus Stoeger Go to last post
4 19
My program has been successfully installed on many PC's but I tried to download and run it on one today and got the following error. "The .Net...
AT
06-22-2006 10:40 AM
AT Go to last post
0 16
I'm using the DSOFramer OCX in a winform hosted in Internet Explorer. The OCX has to be registered using regsvr32 before it can be used on the...
VTec
06-22-2006 08:46 AM
VTec Go to last post
0 13
"Göran Andersson" <guffa (AT) guffa (DOT) com> wrote More specifically, the recommended structure for Finalize and Dispose is: class C :...
Petros Amiridis
06-22-2006 06:52 AM
Michael D. Ober Go to last post
14 60
hello all, I am having a problem in converting a pocket pc smart device project from MS VS.NET 2003 to MS.VS.NET 2005. Before coversion, on...
harshal
06-22-2006 06:39 AM
harshal Go to last post
0 16
I am attempting to install a service application that I written using the Setup Project. I have added an Installer to my service project by right...
nwmotogeek (AT) gmail (DOT) com
06-22-2006 06:09 AM
Vadym Stetsyak Go to last post
1 19
Hi, i want to show an url from my c# application by starting a new browser window. I found several examples which starts a new browser process by...
Atem
06-22-2006 05:30 AM
Atem Go to last post
0 15
I've a remoting server and client: the client calls a method at the server: public class ExceptionClass : MarshalByRefObject { public void...
Juergen
06-22-2006 04:35 AM
Juergen Go to last post
0 17
Logger.Write fails with the message :- "The entry 'Category' has already been added. (C:\\inetpub\\wwwroot\\SIMWebClient\\web.config line 152)"...
Hodge
06-22-2006 03:28 AM
AT Go to last post
1 17
Hello, Is there a way to get from the CLR ICorProfilerCallback::JITCompilationStarted() on delegate class methods - Invoke(), BeginInvoke(),...
Dov Tendler
06-22-2006 01:08 AM
Dov Tendler Go to last post
0 16
My problem is requiring an installer to have the library working seems awfully overkill. I like the simple "xcopy" deployment method and I wonder if...
Lloyd Dupont
06-22-2006 01:00 AM
Lloyd Dupont Go to last post
8 21
Is it possible to use the features of an MSI file to deploy the files to the client machine and then have it use the update features of...
Ryan
06-21-2006 10:47 PM
Ryan Go to last post
0 16
Hello, gacutil -l shows this entry: Digger.Backhoe.dll,Version=1.0.0.75,Culture=neutral,PublicKeyToken=1111111111111111 When I try to remove it, I...
Schemer
06-21-2006 10:07 PM
AT Go to last post
6 23
Hello, I'm building a project in VisStudio 2005. I have .Net component that put several assemblies in the GAC. However, I want to test local...
Schemer
06-21-2006 09:06 PM
AT Go to last post
7 15
Please, I REALLY need help with this one. I've been banging my head about it for three days now. Here's the situation. I have a form that runs...
AT
06-21-2006 07:19 PM
Cowboy \(Gregory A. Beamer\) Go to last post
1 16
Hi, I'm wondering when does Debug.Assert is pertinent to use. For the moment, I think it is used to ensure something is true, as it is supposed to...
Steve B.
06-21-2006 06:07 PM
Christoph Richter [AT] Go to last post
4 14
Greetings, I have done some reading on the groups and understand that maybe there are intermitent issues reading from and writing to files from the...
Mike
06-21-2006 03:55 PM
Mike Go to last post
1 14
Hi all! Is there any method to draw text (using Graphics) that looks like in MS Word? It has another parameters like spacing or char width. There's...
Andrey Dzizenko
06-21-2006 10:35 AM
Kevin Spencer Go to last post
5 41
Hi all, I have made a derived Listview which can accept the controls as items in it. Controls that we are using are Buttons in each row...
James
06-21-2006 10:32 AM
Peter Ritchie Go to last post
1 18
Hi all. this is in .net 2.0, c# //code string d = "dddd????"; int i = d.IndexOf('?', 0, 3); // return -1, why??? // end Thanks
Qun
06-21-2006 10:25 AM
Markus Kling Go to last post
1 14
When a datagrids RightToLeft property is set to true, as expected, it right aligns the caption text, and reverses the order of the columns. When...
Greg
06-21-2006 10:07 AM
Greg Go to last post
0 17
Datagrid right to left behaviour of cells only works when a cell has the focus When a datagrids RightToLeft property is set to true, as expected,...
Greg
06-21-2006 10:07 AM
Greg Go to last post
0 17
Hi, I'm building an application that analyse a flow of url in order to detect some pages. I've a very huge list of regular expressions (up to...
Steve B.
06-21-2006 09:28 AM
Nick Malik [Microsoft] Go to last post
9 18
Using nullable types with the XmlSerializer doesn't seem to work properly when deserialing an object containing a propertynameSpecified for the...
Per Millard
06-21-2006 09:26 AM
Per Millard Go to last post
0 14
We have a multithreaded service written in .NET 2.0 that is running 24h/24. This service checks nearly 250 another servers to log statisticals...
Lionel Schiepers
06-21-2006 06:46 AM
Lionel Schiepers Go to last post
1 22
I have the following scenario. A user requests some math calculations from a server. The data and a library of basic formulas reside on the server....
rob
06-21-2006 03:43 AM
Fred Mellender Go to last post
11 32
What can be used now to control threads, if these are considered obsolete? To pre-empt the obvious and standard questions due to this change: 1. No...
WXS
06-20-2006 10:29 PM
Norman Diamond Go to last post
15 32
Hi All, I'm attempting to write a very basic 'Assebmly standards & policies checker' for in-house use. This tool would open an assembly, and scan it...
AT
06-20-2006 08:38 PM
Michael Cummings Go to last post
7 21
Is there any way to export a .REG file, using REGASM, in 5.0 format instead of REGEDIT4 format? I am using an installer suite that requires the 5.0...
AT
06-20-2006 06:15 PM
AT Go to last post
0 22
I have a class with a large number of public properties. Each property has a DefaultValue associated with it...so that the user can interact with...
sb
06-20-2006 05:09 PM
sb Go to last post
0 23
Hello, I am using Visual Studio .NET 2002, but I want to be able to use some of the features in the .NET 2.0 framework like...
PhillipLad
06-20-2006 04:41 PM
Scott M. Go to last post
2 16
Is there a way that I can retrieve the timezone my server is runnning in? My server may not move to another timezone very often, but if we have...
Arne Garvander
06-20-2006 04:08 PM
Scott M. Go to last post
8 24
Hello, I'm new to Click Once like most people. Currently we are using an MSI file to deploy the application. I've done some test projects on Click...
Ryan
06-20-2006 02:11 PM
Ryan Go to last post
0 14
Greetings How can i pass parameters to a ClickOnce application that is published in a network share directory ? Can i modify the .manifiest file to...
Alvaro E. Gonzalez
06-20-2006 12:29 PM
AT Go to last post
1 22
I'm writing a component to log messages to the event log of windows but I found something strange. When I use the method EventLog.Exists() to check...
AT
06-20-2006 10:44 AM
AT Go to last post
0 18
Hi all, I am facing a problem with the rendering of html into a windows application (C# .NET). I am trying with two possible approaches: 1. Use a...
ramesh
06-20-2006 10:40 AM
ramesh Go to last post
2 18
We have an application talking to a phone via a USB-cable, using System.IO.Ports.SerialPort. If the user unplugs the USB cable from the PC before...
Jens
06-20-2006 10:07 AM
Dick Grier Go to last post
3 24
Hello, i have been wondering for a while how to replicate the helpful pop up boxes that show up when using microsoft classes like DataTable. See if...
/dev/null
06-20-2006 09:45 AM
Ben Voigt Go to last post
5 12
When running unit tests i get a return code of Abort and an error message of: Failed to Queue Test Run...
paul
06-20-2006 09:07 AM
paul Go to last post
0 13
I'm having a problem getting events out of the FileSystemWatcher Class I can get the following Code to work if its on a Form, however I'm writing a...
Cliff
06-20-2006 08:55 AM
Cliff Go to last post
0 15
I add an XML file as an MSMQ Message to MSMQ with the code XmlDocument myXml = new...
basulasz
06-20-2006 08:41 AM
basulasz Go to last post
0 17
Hello, I've two questions about refactoring code snippets : 1. Can I add my own code snippet in the context menu (under Refactor menu) ? 2. Where...
Steve B.
06-20-2006 08:07 AM
Jim Wooley Go to last post
2 19
Post New Thread

Display Options
Showing threads 5001 to 5050 of 23480
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.