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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|