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 > march 2004 > threads for wednesday march 31

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

Event enqueing in PostMessage style
Posted by John Lafrowda at 3/31/2004 9:24:21 PM
Dear all, I'm currently having some trouble with the event mechanisms in the .net framework. What I am looking for is a way to schedule events like it is done with PostMessage in the WinAPI: When I raise an event, the raising code should be continued. The scheduled event should just be called ...more >>


How to reference a control which was added programmingly
Posted by william at 3/31/2004 9:21:08 PM
Hi, everyone After adding a control into a container like form using form.controls.add(myControl), how could I reference it For example dim aControl as new butto me.controls.add(aControl then I want set backcolor of this button, how Thanks william...more >>

App works on one web server, but not the other
Posted by Chris at 3/31/2004 8:20:04 PM
I've written a web application in VB.Net and developed it on my webserver, now I want to deploy it on the production server. Both servers are running the same version of the dotnet framework. I created the virtual web and set the security, copied over the files and the binaries, then tried ...more >>

Activator.CreateInstance question
Posted by sean at 3/31/2004 7:26:08 PM
Hello Is it possible to call Activator.CreateInstance if the type is not compiled into an assembly. For instance if I drop a DLL into the same folder where executable is running, will the executable be able to create a type that is defined in this DLL If not, what is the way to do this -thanks...more >>

stored procedures passing varchar parameters
Posted by tdlogger at 3/31/2004 6:01:07 PM
Help! I’m running ado.net using sql7 with service pack 4. I’m trying to use stored procedures. When I try passing varchar type parameters it comes back with 0 transactions. If I pass int parameters it works fine just not with char parameters. Any suggestions Thx tdlogge ...more >>

Access Is Denied
Posted by Ed at 3/31/2004 4:46:11 PM
I have searched the archives and found several entries that address the problem I'm having, however, the solutions fall short of explaining exactly what to do Like many others, when I attempt to access an Excel file via an ASP.NET page, I get an access is denied error on the line "dim XSL as new E...more >>

Can more than one app use the same config file.
Posted by Peter Rilling at 3/31/2004 2:56:29 PM
Suppose that I write a few small applications that are all included together. They all have similar configuration settings. Can each of these applications use a single config file? If this is not possible, what about defining an entity that each of the config files references? Are entities r...more >>

Auto-Dial modem
Posted by Jim P. at 3/31/2004 2:48:47 PM
I'm writing a server program that will collect up a directory structure and email to me at 2am in the morning. But I only have access to a modem from the Server. This needs to be a quick, dirty & simple program. Considering that .NET doesn't support modems yet, I don't want to use OCX. I'm ...more >>



DataGrid style
Posted by Sébastien at 3/31/2004 2:36:47 PM
How do I apply a style to a DataGrid ? I can add some styles to my DataGrids, but I don't know how to apply one of that styles to my DataGrid. Thank you. ...more >>

DataSets with Business Entities and Data Access Layers
Posted by Ryan Shaw at 3/31/2004 1:46:10 PM
For my application, I stick to a Business entity class and a Data Access Layer class design (DAL For more complex situations I create a custom business entity class which users a DAL class. I also have many other small descriptor tables where I don’t need that level of control Is it proper to ...more >>

Literal Strings
Posted by Gaz at 3/31/2004 1:31:49 PM
Why is there there an 'S' before literal strings in MC++ code. My programs compile with or without it so why include it? Thanks, Gaz. ...more >>

DotNetNuke 2.0 - Procedure or function GetPortalSettings has too many arguments specified
Posted by STS NO[at]SPAM hotmail.com at 3/31/2004 1:21:07 PM
After a clean install of the final release of DNN 2.0, I created a child portal, added a bunch of content, users, groups, tabs, etc. Also added two IFrames under a seperate tab respectively to point to a subfolder of seperate ASP 3.0 pages and another for a seperate ASP.NET project ASPX file. All ...more >>

Loaduserprofile does not load user profile
Posted by Balamurugan KR at 3/31/2004 12:49:36 PM
I am running to an issue where loaduserprofile does not load user profile but returns sucess. I am trying to start a process under different identity. (c:\test.bat is the process to be started which has one command echo %username%) I created token using logonuser duplicatedtoken createenvi...more >>

Help with error message
Posted by Varun at 3/31/2004 12:01:16 PM
Hello I have this error message when i try to open a form My coding falls over on this line.... Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Bitmap Infact even when i comment out this line it falls over on the next line that refernences an image Here is the...more >>

RegExp different behavior in .NET and VB script?
Posted by GD at 3/31/2004 12:01:11 PM
As an example, in VbScript ".*\Rad.DAT" is considered a valid regular expression, but in VB7 and C# I'm getting following error message parsing ".*\Rad.DAT" - Unrecognized escape sequence \R. Parameter name: .*\Rad.DAT This is happening for any character that do not have an correspondent escape s...more >>

Suspend Threads
Posted by elziko at 3/31/2004 11:42:40 AM
This is a repost from microsoft.public.dotnet.languages.vb but I had no luck there so maybe this is a better place to ask? I'd like to 'pause' a process that has nothing to do with my application. To do this I intend to suspend every thread in the process. So far I have managed to get the Sy...more >>

VSS history on ASP.NET web page
Posted by Dan Williams at 3/31/2004 11:08:22 AM
I'm trying to display the version history and number of a Visual Sourcesafe database on an ASP.NET page and am struggling to overcome the 'The SourceSafe database path <user> does not exist' error. VSS is installed on a different server to our web server, so i'm assuming its a permissions prob...more >>

Where is the dotnet.Crysal newsgroup.
Posted by Geir Holme at 3/31/2004 9:19:26 AM
Hi. I am expriencing lots of issues using Crystall in Visual Studio .NET. I have posted some issues in this community and it is a reproducable problem. Never the less I am guided to the www.businessobjects.com that is really bad support handling. They don't have a clue on how to serve their cust...more >>

How can a windows service stop itself?
Posted by Jeff at 3/31/2004 5:51:06 AM
Hi I am writing a windows service using VB.net. As part of my error handling I want to stop the service if a fatal error occurs. I can not find any information on how to get a windows service to stop itself Does anyone know how to do this Thanks Jef ...more >>

.NET technology equivalent to VB for Application
Posted by Vincent Yu at 3/31/2004 5:16:08 AM
Hi, can anybody point me to get more info for developers on a technology in .NET equivalent to VB for Application that allows an application to expose itself as an object hierarchy to the .NET programming environment Thanks Vincen ...more >>

asp.net, sql 2000, IIS6.0
Posted by Zal at 3/31/2004 12:16:08 AM
hi i hope someone can help me please, i have sql server 2000 installed on SBS2003, i have the client toools of sql server 2000 installed on my local machine. i am working on web developement, and am using IIS6.0 which im really struggling with problem 1. When try to connect to the database via...more >>


DevelopmentNow Blog