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
May 2008
June 2008
all groups > dotnet windows forms > february 2004 > threads for thursday february 19

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

Vbc Compile problem
Posted by Richard at 2/19/2004 10:31:07 PM
I am using vbc as my compile tool because I have no money to buy VS.net!! : When I complile my program to generate exe fil vbc /t:winexe /out:good.exe good.vb /win32icon:good.icon /r:connection.dll /r:common.dl I discover the generated exe file require the dll file and good.icon file in the sa...more >>


Very Disappointed with this discussion group?
Posted by Nilesh Rade at 2/19/2004 9:51:07 PM
I am new to Custom control programming in .net. I had many posts for help and guidence but i haven't recd any replies...I guess this discussion group address only few selected issues. Am very disappointed after using this discussion group....My knowledge sharing experience in this group had been ver...more >>

Code for ToolTip Code
Posted by Nilesh Rade at 2/19/2004 9:46:06 PM
Can anybody help me in using the following code in c#. This is used for creating ToolTips /* CREATE A TOOLTIP CONTROL OVER THE ENTIRE WINDOW AREA */ void CreateMyTooltip (HWND hwnd) { // struct specifying control classes to register INITCOMMONCONTROLSEX iccex; HWND ...more >>

LaLaBoy
Posted by Run at Start Up at 2/19/2004 8:21:07 PM
I have a exe file(eg. hello.exe) and I want to The file execute automatically when the windows start up! Also, If no user log in to the windows, the exe file still run at start up! It is Because I place this file in service machine! Thank You .. ...more >>

DTE.Solution bad value
Posted by Sebastien Lange at 2/19/2004 6:18:07 PM
Hi, While designing a windows form, one of my controls needs to know the solution path. So I'm getting an instance of DTE (see hereafter) and call the Solution property, then its FileName. It's working fine until you have several VS.NET opened, then it returns the path of the solution of the...more >>

Looking for "Windows XP style" graphics for a standard administrative WinForm based system
Posted by Martin R-L at 2/19/2004 4:32:38 PM
I'm looking for a shop where I can buy "Windows XP style" graphics for a standard administrative WinForm based system. It has modules such as inventory, order, billing, and so forth. Thanx! // Martin R-L ...more >>

OwnerDraw == Out of Memory Exception
Posted by AKM at 2/19/2004 4:19:23 PM
Hello: I'm trying to create my own Windows Forms menus via the MainMenu control by setting the OwnerDraw property to true for the various menu items. Right now I just have one item and am using the exact code from MSDN (ms- help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemwindow sform...more >>

Dialog box to access dataset in Parent
Posted by M K at 2/19/2004 1:51:09 PM
Do I have to set Mdi information? How can I access the parent form and it's controls?...more >>



Is there a better ListView?
Posted by Peter Steele at 2/19/2004 1:48:52 PM
I've been battling with a few deficiencies of the ListView control. Is there something better out there? Peter ...more >>

ListView: Can I prevent checkbox getting set on a double-click?
Posted by Peter Steele at 2/19/2004 1:47:24 PM
I suspect I know the answer but I'll ask anyway. I have a ListView with fullrow select and checkboxes enabled. When a double-click is done on a row it automatically sets/unsets the checkbox for that row. I don't want this to happen--I only want the checkbox to be set/unset by explicitly clicking ...more >>

EM_EXEC on server
Posted by Bustieboy at 2/19/2004 1:06:05 PM
I have a simple no-touch app that I can run from my workstation and from a server with the 1.1 redistributable. The same app runs on my workstation under IIS no-touch; when its loaded I can run the taskmanager and see that both the .exe and EM_EXEC are running. When I attempt to run it on the serv...more >>

Windows Anchoring
Posted by Jaime at 2/19/2004 12:06:16 PM
Hello all Okay, the problem I am having is a weird one. I am unable to reproduce it, so all I have is the client's computer it is happening on The computer is using Windows 2000 SP4 using the .NET framework 1.1. I have a form with two panels. The right panel is set to (Top, Bottom, Left, Righ...more >>

DataGrid throw Null exception on Resize
Posted by meissnersd2 NO[at]SPAM yahoo.com at 2/19/2004 11:59:41 AM
I have a very simple application that uses data grid. The datagrid is a single row that I modify in a thread. upRow.BeginEdit(); // new values upRow.EndEdit(); upRow.AcceptChanges(); a few times a second in a thread. I have a DataGrid that displays the DataTable. If I try to...more >>

Excel files won't open after export
Posted by Graeme at 2/19/2004 9:26:47 AM
Hi Got a wee problem after exporting dataset to XL I'd like some help on. Maybe I'm not closing the XL object correctly (see code below) but after executing this proc, my data goes to XL fine, but when I double-click on the XL file I've just created OR ANY OTHER XL FILE, XL sort of hangs ... w...more >>

Where to call database?
Posted by John at 2/19/2004 9:20:31 AM
Where is the proper place to make database calls for initial data the form needs for display? In the constructor or in the Form_Load event? Or somewhere else? Thanks, John ...more >>

Dynamically Change URL of web service
Posted by Derek Hart at 2/19/2004 8:36:25 AM
I have a the same web service that sits on multiple servers. All I want to do is change the URL that the client app points to. I found this code in the Reference.vb file under the web reference: Public Sub New() MyBase.New Me.Url = "http://abccompany.tam.net/tam/tam.asmx" End Sub...more >>

MouseWheel event
Posted by Vincent at 2/19/2004 8:16:06 AM
I have a window vertically splitted in two parts : on the left a panel containing controls (including a combobox) and on the right a panel with scrollbars to display an image. I wish that MouseWheel events act on the scrollbars to position the image but MouseWheel events are send to the combobox....more >>

How to find control with focus?
Posted by Peter Steele at 2/19/2004 8:08:12 AM
I have a form with four text fields, each with sequentially ordered tabstops. I want to have the fields recognize the return key and automatically shift the focus to the next control. I created the following event handler that I've assigned to the KeyUp event of each of the TextBox controls: ...more >>

Locking Down the Desktop
Posted by Jeff at 2/19/2004 7:32:31 AM
I am writing a custom web browser that will only allow users to view a particular website while taking an online test. While the user is taking the test, I would like to limit their desktop funcationality (ie. prevent them from running other applications like internet explorer, email or chat. ...more >>

The splitter walkthrough example causes background windows to be corrupted
Posted by tamewavelet at 2/19/2004 3:36:06 AM
The splitter control walkthrough example corrupts the contents of windows (belonging to other processes) that are behind the window containing the splitter control. For example, if I compile the splitter walkthrough example code, and run the program, and move the splitter back and forth, if I then e...more >>


DevelopmentNow Blog