Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > may 2005 > threads for tuesday may 17

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Alternatives to Enum.Parse and Enum.Format
Posted by ME at 5/17/2005 9:54:35 PM
What are the .NET Compact Framework Alternatives to Enum.Parse and Enum.Format as they are not supported by the Compact Framework? Thanks, Matt ...more >>

extra characters in textbox when using shortcut keys
Posted by Nick at 5/17/2005 9:04:04 PM
In VS 2003 and VS 2005 beta 2 I am trying to write a simple program. It has a datagrid and a textbox along with a menubar. There is a command in the menu bar which is "Run Query" and has the shortcut key of Ctrl + R If I am typing in my textbox and hit Ctrl + R an extra r character will sho...more >>

Problem using waveInOpen from VB.NET
Posted by Fred Loud at 5/17/2005 4:49:18 PM
I'm having a problem calling waveInOpen from a VB.NET application, every time I call it I get a return value of 11 which is MMSYSERR_INVALPARAM. I can call waveInGetNumDevs and waveInGetDevCaps just fine. Below is the format of the waveInOpen call and WaveFormatEx structure. <DllImport(...more >>

How To Scroll VB.net Text Box Programmatically
Posted by jerohe at 5/17/2005 4:34:03 PM
-- Rodolfo Hernandez...more >>

mdi children
Posted by droope at 5/17/2005 3:24:03 PM
I have a MDI application with one of the children open. Then the user clicks on a menu item on the mdi form. The child that is active/open has a tabcontrol on it. When the code is finished executing in the menu selection I want to execute the click event of the tabconrol on the active child...more >>

is there any way to share a hash table between aspx sessions? can application variable do this or is there something else to use?
Posted by Daniel at 5/17/2005 1:51:15 PM
right now i have some sql server tables that i search for a value w/ a key each time a .aspx is hit. is there any way i can just have the first hit to the .aspx select all the entries from the key/value table in to some kind of hash table so that subsequent hits to the .aspx get the data from the...more >>

Visual studio net project has problem to browse the folders
Posted by Charts at 5/17/2005 12:30:05 PM
After I installed Office 2003 into my machine, I have problems of browse the folders using Visual studio net. Whenever I want to save or find files from some folders, the machine hangs for couple of minutes. I have the same problem when I use office product, e.g., words. It takes a long...more >>

using integrated NT security for an http post through a proxy serv
Posted by Robb Gilmore at 5/17/2005 10:56:07 AM
Hello, We have a C#.NET app which runs as a windows service. Periodically it needs to post information via the internet to a remote server. For the posting, we are using HttpWebRequest class. This service gets deployed to customer machines. In cases where they use a proxy server, they...more >>



Running Excell methods
Posted by gideonrv at 5/17/2005 10:54:18 AM
When I run an Excel method, the C# compiler forces me to fill all the optional parameters. It looks like this Excel.Run("AddSheets",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null); Originally,...more >>

How to communicaton between two applications
Posted by George Chen at 5/17/2005 10:49:32 AM
Hi I have lots applications are already written by C++. It 's easy to use PostMessage in one application and catch this message in another application's WndProc Function. Since .net have some powerful library. I use C# to develop new application. But I do not know how to using simlar f...more >>

Properties - public & protected
Posted by baylor at 5/17/2005 10:19:29 AM
Just to verify, i cannot use properties and have a public get and a protected set, correct? i assumed i could either define it twice with different scopes or set the access visibility at the get/set level but neither is true. So i assume this means i have to stop using properties and use th...more >>

upgrade to vs2003 or wait till vs2005
Posted by DaVBGuy at 5/17/2005 6:53:15 AM
I'm currently using VB 6 for windows based apps. Should I make the jump to VS.2003 now, or should I wait till (the final) VS.2005 release comes out later this year. If I have not started converting any of our code yet, is it worth while to wait for the 2005 final release to come out. I am n...more >>

run method once
Posted by huzz at 5/17/2005 5:50:04 AM
I have a class method that i like to run once in a page.. so when the page is reloaded i don't want to method to run again. how is this possible in C#? Many Thanks...more >>

How to get Thread exit notification
Posted by cnu at 5/17/2005 5:33:09 AM
Hi, I am starting a new threading to do some process. I want to get notified when the thread does it's job and exits. After receiving the notification, I want to refresh the form. I am starting the thread like this: <code> System.Threading.ThreadStart tDelegate = new System.Threadi...more >>

garbage collection(2)
Posted by Ömer KUL at 5/17/2005 1:54:03 AM
hi all, i have found out the problem but i could not find the solution yet. code: Public Class ReportProvider dim dTable as DataTable dim rprDoc as new ReportDocument() public sub new(dataTable as DataTable) me.dTable = dataTable end sub public sub generateReportDocument(byval Report...more >>

'WithEvents' Variables cannot be typed as Arrays
Posted by Rob Smeets at 5/17/2005 1:01:03 AM
Hi you Gurus, I would like your help with my 'challenge' ;-) Any help or advice would be greatly appriciated!! I've created a Class wich retrieves FTP files. In that Class there are several events telling me the filetransfer succeeded or Failed. I have to get a hole range of files so ma...more >>

Frankly, I prefer DLL Hell
Posted by Brian Guppy via DotNetMonster.com at 5/17/2005 12:00:00 AM
I am attempting to do something extremely simple: -I have an application that references multiple sets of third-party assembly DLLs -The third-party assemblies are not strong-named and thus (apparently) cannot be added to the GAC or loaded from from an absolute path -I do not want to copy all o...more >>

Setting Cursor in Class
Posted by Lalit Bhatia at 5/17/2005 12:00:00 AM
how can we set mouse pointer in a class (not in form ) in C# ? Lalit ...more >>

VCBuild issues in MSBuild
Posted by Uma Abhyankar at 5/17/2005 12:00:00 AM
Hello, I am using .NET Beta1 Visual Studio. I have to invoke VCBuild through MSBuild on command prompt. I have following issues: Issue1: -------- MSBuild invokes VCBuild internally. However it invokes VCBuild without passing any config options. Only the target, Rebuild or clean options ...more >>

Debugging in Win98
Posted by jon morgan at 5/17/2005 12:00:00 AM
Hi, I need to debug my app. under Windows 98. Although VS.net can't be installed it I have been able to install both Framework 1.1 and the SDK. Can I debug the app. in VS.net remotely from an XPSP2 system over a peer to peer network ? Although both machines can see each other fine, DCOM...more >>

Debugger.Break() and Abort/Retry/Ignore
Posted by rawCoder at 5/17/2005 12:00:00 AM
On running a console app from Windows Server 2003 with Debugger.Break() makes an Abort Retry Ignore popup appear stating that a user defined breakpoint is reached. Works the same in both Release and Debug Builds. How to avoid this ? Thank You rawCoder ...more >>

how can I change my current project folder
Posted by Ajith Nair at 5/17/2005 12:00:00 AM
Hi, I has visual basic .net 2003 project for trial and later I wanted the same to change as my original project. But in that I am not able to change my trial directory called "\WindowsApplication4\" to some valid directory. When I try to change through save as its showing I am not allowed to...more >>

Create an Image
Posted by Programmer at 5/17/2005 12:00:00 AM
Hi all Here is my problem I want to create an image so i can pass it on an object to put it as watermark in my pdf report Here is what i have write so far Dim objBitmap As System.Drawing.Bitmap Dim objGraphics As System.Drawing.Graphics Dim cstream As System.IO.MemoryStream Dim ...more >>


DevelopmentNow Blog