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
May 2008
June 2008


all groups > dotnet windows forms > october 2004 > threads for monday october 11

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

Needed help on printing from C# and printer
Posted by Mae at 10/11/2004 11:23:05 PM
Dear All, I'm having a problem here with C# and Epson TM-L90 Thermal Printer. The problem is, in C# I use 'PrintDocument' to send 10 lines with font 'Arial' to the printer to print, but it prints quite slow. When I try to using VB6 to print, it prints quite fast, but the method I used i...more >>

ListBox,OwnerDrawVariable...MeasureItem is called only once?
Posted by Ă–zden Irmak at 10/11/2004 9:17:29 PM
Hello, I've derived from ListBox control to create a special control. This control's DrawItem property is OwnerDrawVariable. When the items are get drawn, OnMeasureItem is called once but only once. No matter you resize the control, etc. will not cause this event to be re-called again. I...more >>

Setting coomon dialog initial position
Posted by David Shen at 10/11/2004 8:23:04 PM
Hi, Can anyone please post working sample codes in C# to show how to set the initial position for common dialog box? I tried to search all over the web without much luck. I did find some reference to use windows hooks but could not get it to work to change dialog position. Any help wi...more >>

Data Navigation in WinForm
Posted by James Li at 10/11/2004 7:39:06 PM
I have a few textboxes on a form. I have a DataSet that's the datasource for these textboxes. I want to have a set of data navigation buttons (like in MS Access for first, prev, next, last), is there such a control comes with .Net framework?...more >>

IR Libraries
Posted by Eric Renken at 10/11/2004 4:37:35 PM
Are there any plans to add the IR Libraries to standard .NET and not just have them in the Compact Framework. It would be nice to be able to developer for an IR port on a laptop or a tablet. -- Eric Renken Demiuirge Software LLC http://www.demiurge.us ...more >>

Sorting a Dataview and Finding
Posted by Charles A. Lackman at 10/11/2004 3:19:32 PM
Hello I have created a Dataview and have sorted it on the Date and ShiftNumber columns this works great, but when I want to use the Find Method it gives me the following error: Expecting 2 value(s) for the key being indexed, but received 1 value(s). I have tried the following: Dim Names...more >>

Accessing files from a web server in windows form
Posted by Fred Herring at 10/11/2004 1:35:25 PM
I have a virtual directory setup in my web service that contains MS Word files, Excel, and large graphic images. I would like to see if possible a vb.net example of how to use http commands within a windows form client application for downloading files. My server files are serialized files. ...more >>

HEEELP!! Ctrl-C in VB.NET Datagrid Doesn't Work!!!
Posted by simchajoy2000 NO[at]SPAM yahoo.com at 10/11/2004 1:24:55 PM
Ok, I don't know if anyone has ever had this problem before - but I have a VB.NET window's form with a datagrid - and for some reason, when I try to copy the contents of a cell in the datagrid via Ctrl-C - IT DOESN'T WORK!! Ctrl-V works and right-clicking on the cell and selecting "copy" fro...more >>



AxWebBrowser deploying on client machine fails...
Posted by john at 10/11/2004 12:39:37 PM
Hello everyone, I'm having trouble to deploy AxWebBrowser on any client machine (most of them XP SP1) On my local machine it's just working perfectly, but when I copy the exe and dll's to another machine it even doesn't start the application. The only message I get is a CLR runtime error and ...more >>

true db grid and date / time
Posted by Stephanie Stowe at 10/11/2004 11:13:07 AM
I have a column in which I enter a time. The NumberFormat is short time. So I can enter 8:00 am. Lovely. This grid is bound to a dataset. The underlying data in the dataset is a SQL Server datetime. When I am entering data I enter JUST the time. In the AfterUpdate event of the grid, I update the ...more >>

Combo/Treeview Control
Posted by Darren Linsley at 10/11/2004 10:54:44 AM
I am looking for a control that would basically be the combination of a dropdown combo box and a treeview control. That is, the default state on screen would look like a combo box, but when it was expanded (dropped down), the list items would appear hierarchically , such as they would in a tre...more >>

String to char*
Posted by Jeff Collett at 10/11/2004 10:01:49 AM
Hi, How do I convert from a .NET String to a char *? I am reading in a file using the OpenFileDialog() with a System::IO::StreanReader(). The reader easily puts the file data into a String, input = sr->ReadToEnd(). I really need to get this input(String) into a char *. Cannot find any method th...more >>

Dataset parameter
Posted by Oldhandandy at 10/11/2004 9:21:10 AM
I'm having problems passing a dataset parameter through to a stored procedure. The error I'm getting is: Procedure 'wf_inventory_product_select' expects parameter '@div', which was not supplied. This is the code I'm using: SqlDataAdapter1.InsertCommand.Parameters.Add("@div", SqlDbType.V...more >>

windows forms repeater
Posted by Roger at 10/11/2004 6:15:02 AM
Hi, Im playing around with a little grid/repeater for windows forms http://www.compona.com/repeateralpha1.zip here is a short list of current features: PanelRows , rows that behave like panels , where you can place controls TableRows , like standard grid rows TabRows , TabStrip containe...more >>


DevelopmentNow Blog