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 > april 2006 > threads for thursday april 13

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

Resolution Problem
Posted by Charles A. Lackman at 4/13/2006 2:53:59 PM
Hello, I have been working with Visual Studio.net for a few years now and just recently come to a problem. Up until now I have created all my programs to be resolution specific. Most of them are written to run at 800 X 600, others were predeterminted as to what resolution they would be wr...more >>


Creating COM Components in VB.NET
Posted by sameer at 4/13/2006 2:20:02 PM
Hi all , I was interviewing this girl and she said "I have create COM components in VB.net all the time and i create these ActiveX componenents in VB.net and register them using the GAC registering utility", now as far as i know this is not a possiblity at all since i have never heard it...more >>

Regular Expressions in C#
Posted by LordHog NO[at]SPAM hotmail.com at 4/13/2006 2:00:18 PM
Hello all, I am attempting to create a small scripting application to be used during testing. I extract the commands from the script file I was going to tokenize the each line as one of the requirements is there one command per line. I have always wanted to learn Regular Expressions, so I w...more >>

Windows Service Installation Issue...
Posted by Jason Richmeier at 4/13/2006 11:39:02 AM
I have encountered a problem with the installation of a Windows service. I know I have done this in the past so I am at a loss as to what I might be doing wrong. When I create a setup project for a Windows Service project, build and then run it, the installation completes successfully but ...more >>

Triggering an event from a listbox
Posted by amber at 4/13/2006 10:20:01 AM
Hello, How can I capture data in a listbox that occurs BEFORE the selected item switches from one item to another? myListbox.validating triggers after the user has left the listbox. myListBox.selectedIndexChanged doesn't trigger until after the user has selected a new item. I want to...more >>

n-Tier and separation of UI from business logic?
Posted by Rob R. Ainscough at 4/13/2006 9:56:50 AM
I understand and implement the concept (as best I can), BUT what I would like to know -- how is it possible to completely remove the UI from business logic? "UI references business logic, but business logic should never reference UI." For example, a process that cycles thru datarows in a d...more >>

Antivirus / Internet security blocking communication with web service
Posted by Jared at 4/13/2006 9:55:33 AM
I've got an app that requires communication with a remote web service. I've had customer reports of the "underlying connection was closed" error, and I assume this to indicate they've got Internet security software running that's blocking the connection. However, I don't have the luxury of doi...more >>

Insufficient system resources exist to complete the requested service
Posted by bostonnole NO[at]SPAM gmail.com at 4/13/2006 8:11:11 AM
I am getting this WinIOError "Insufficient system resources exist to complete the requested service" when I try to execute the following code in an ASP.NET 1.1 application uploading a very large file (140 MB). Server is Windows 2003 Standard (SP1) with 1 GB memory running IIS 6. There is plent...more >>



Confused about printing, pagebounds, and printer resolution
Posted by Chris Dunaway at 4/13/2006 7:44:59 AM
When using PrintDocument to print something, if I check the PageBounds property of the PrintPageEventArgs object, it shows the rectangle to be 850 x 1100, or 100 dpi. But when I check the value of the PrintDocument.PrinterSettings.DefaultPageSettings.PrinterResolution.X property for the printer...more >>

Datagrid datarelation
Posted by lekhacnair NO[at]SPAM gmail.com at 4/13/2006 6:23:51 AM
Hello, I am stuck with my datagrid datarelation. My code looks like this: Dim Case_Details As New DataTable Case_Details = data1.Tables(0) Dim Validation_Details As New DataTable Validation_Details = data2.Tables(0) data.Tables...more >>

convert Byte() to string
Posted by Peter Schmitz at 4/13/2006 6:05:02 AM
Hi, how can I convert a 1-dimensional array of type byte() to string under VB.net? Greetings, Peter...more >>

IPC with non-interactive service
Posted by Andreas at 4/13/2006 4:43:02 AM
Hi, I'm developing a non-interactive C++ windows service (as support for interactive services will run out...) that shall communicate with a .net application on the local host. What's the best way this can be done? I've thought of window messages (by FindWindow, SendMessage, etc.) - but th...more >>

How to develop web application using vs.net
Posted by dotnet at 4/13/2006 2:40:27 AM
Hi, I need to develop web application using vs.net I've started with asp.net I've books for asp.net and C#. But any book or sites deal only with note pad. How do I learn how to use vs.net to develop web application using C#.net Please can any one help me........ ...more >>

simple, unsolved issue
Posted by Newbie at 4/13/2006 1:01:13 AM
Hi all, Just want to comment on this thread. Seems like every discussion about this matter (setting up DB provider = for membership) and all the samples/references given by some MVPs always = refering to LOCALHOST in their solution. Aren't they all forget that = people build an ASP.NET appl...more >>

Streaming media and SQL Server 2005
Posted by Manuel Alves at 4/13/2006 12:00:00 AM
Hi, Is it possible to store media files (like windows .wmv) on SQL Server 2005 and stream it back to the client via media server (not just download it)? Regards, Manuel Alves ...more >>


DevelopmentNow Blog