| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hello,
I am using a DataGrid control to populate an all customers list. I would
like the users to be able to scroll up or down the list press Enter...
Chris
|
01-20-2005 02:10 PM
MajorTom | 1 | 8 |
|  | Hi,
If i use DataGridTextBoxColumn and set its Alignment
Property to HorizontalAlignment.Right i get some HeaderText
truncated at the right end,...
Ingo Eichenseher
|
01-20-2005 01:58 PM
Q. John Chen | 2 | 11 |
|  | Not sure if this is the proper group for this but...
First, I am trying to figure out exactly what steps I must take on each
client machine to be...
James
|
01-20-2005 12:17 PM
Ajay Kalra | 5 | 14 |
|  | Hi,
I need to implement the full row selection on the datagrid, just as it works
on the list view, You know if you press control, or shift, and then...
Neo
|
01-20-2005 12:03 PM
Neo | 0 | 20 |
|  | I am working on an application created by another person. And I am
confused with the default value of the dateTimePicker.
One dateTimePicker always...
Q. John Chen
|
01-20-2005 11:53 AM
Q. John Chen | 1 | 13 |
|  | I have the need to kick off a no-touch deploy windows form application from a
browser. I have successfully launched simple applications but...
Eric Decker
|
01-20-2005 11:33 AM
Eric Decker | 0 | 11 |
|  | I have my own windows form with some contrlos to set a few parameters.
I show this form by frm.ShowDialog(). How I have to proram the button...
£ukasz Margielewski
|
01-20-2005 10:17 AM
Lukasz Margielewski | 8 | 15 |
|  | Hi!
I'm getting the attached Exception.
The Exception was thrown when I was just moving the Mousepointer over a
Form.
The Exception is thrown only...
Christian Wilhelm
|
01-20-2005 09:49 AM
Christian Wilhelm | 0 | 14 |
|  | I have an app that minimizes itself to the system tray. It's also
single instance; when a second instance is started, it just activates
the first...
Mark Smith
|
01-20-2005 07:51 AM
MailInterface | 1 | 12 |
|  | Hi,
I have a Windows Forms client that calls a web service both synchronously
and asynchronously. If a certain value is returned, I pop up a...
Paul
|
01-20-2005 07:51 AM
Paul | 1 | 19 |
|  | I need to write a graphical UI with non-Windows look and feel
(Irregular-shaped bitmapped controls and forms)
but is having probelm when i update the...
Hin
|
01-20-2005 05:25 AM
Hin | 0 | 13 |
|  | Hi:
I have a set of derived forms that I wish to implement an 'Execute' method
to launch these forms, but I also wish to hide the 2 inbuilt...
Martin Hart - Memory Soft, S.L.
|
01-20-2005 04:18 AM
saurabh | 3 | 14 |
|  | Hi,
I have two datagrids (on the same Windows form) that are basically two
different filters of the same datatable. I've set up a table style for...
Rob Oldfield
|
01-20-2005 04:06 AM
Rob Oldfield | 5 | 14 |
|  | Hello!
I've got the following problem: I add a form frmBaseForm to my project, this
form contains the DataGrid named let's say dgInvoices which has...
Vladimir Davidov
|
01-20-2005 02:53 AM
Vladimir Davidov | 0 | 10 |
|  | hi
Can window controls be loaded from a html page which could be hosted on a
linux machine?
the client m/c will be running windows
pls provide me...
Ganesan
|
01-20-2005 01:42 AM
Ganesan | 2 | 15 |
|  | Appearantly a ContextMenu doesn't fire its Popup event
when invoking a menu item with a shortcut.
This kind of makes the Popup event useless for...
Claes Bergefall
|
01-20-2005 01:05 AM
AT | 4 | 18 |
|  | I had build an installer project for my ASP.NET project. And found that
several fields need to be configured, like the web.config files and...
weichung
|
01-20-2005 01:04 AM
WineNCheese | 1 | 13 |
|  | Yeah, reading the subject, it makes no sense...but here goes..
I made a textbox control w/ some added features...the problem is, whenever I
go to...
GreyAlien007
|
01-20-2005 12:17 AM
Extreme Datasets | 1 | 13 |
|  | There is a small group of doing .net development in c#/VB.net. I noticed
each of us is logging/ catching errors differently in our programs....
Jeffrey
|
01-19-2005 08:26 PM
AT | 2 | 12 |
|  | Hi
Have one Datagrid with a Master Detail relationship code is:
// Connection Adapters
CBAdapter = new OleDbDataAdapter("Select * From...
Dave
|
01-19-2005 06:59 PM
Dave | 0 | 18 |
|  | I have a BaseForm with a tab control that has two tab pages on it.
When I create a DerivedForm based on the BaseForm I am able to add
pages to the...
Tyler
|
01-19-2005 03:33 PM
Bruce Wood | 1 | 8 |
|  | I'm not sure what causes it, but occasionally my USER CONTROL half way
disappears from the form I am working on. I detect design mode and have
an...
Lee Gillie
|
01-19-2005 02:44 PM
Lee Gillie | 4 | 14 |
|  | I am trying to load an assembly dynamically in a windows form application and
bind to one of the interfaces contained in it.
I can successfully load...
ADLearner
|
01-19-2005 12:50 PM
WineNCheese | 1 | 8 |
|  | If you pull changes from a dataset and send the changes to update method of a
data adapter, when you merge the changes back to the original dataset...
WhiskyRomeo
|
01-19-2005 10:31 AM
WhiskyRomeo | 2 | 16 |
|  | I have an application that is capturing grayscale images from a frame grabber
(about 10 frames per second). The 1024 X 768 pixels are then copied to...
Rick
|
01-19-2005 09:31 AM
Rick | 2 | 35 |
|  | Thanks for the reply Nicole,
I only grant FullTrust right now to make sure that my component works.
I'll narrow down the necessary permissions...
Marco
|
01-19-2005 08:41 AM
Marco | 0 | 18 |
|  | Hello
I am writing an application with VS 2003 VB.Net. I am getting the error
message "Object reference not set to an instance of an object" in the...
TMesh
|
01-19-2005 07:55 AM
TMesh | 11 | 34 |
|  | I have adatagrid and a dataset, when i bind dataset to grid, it works fine,
however when i use formatting(Tablestyle, Columnstyles), then the...
Nitin
|
01-19-2005 04:54 AM
Claes Bergefall | 1 | 23 |
|  | Hi,
I've a problem with setting the selectednode in a treeview. When a user
clicks a node on the tree, I save the data for the previous node, and...
Debi
|
01-19-2005 04:52 AM
Claes Bergefall | 1 | 24 |
|  | I have a business object which has a property bound to textbox:
txt.DataBindings.Add(new Binding("Text", obj, "MyProp"));
Object property set...
Igor Anic
|
01-19-2005 04:03 AM
Neil Allen | 1 | 29 |
|  | Hi Gurus.
In design time, I can add column to a DataGridView using the "Add
Column" item of the DataGridView smart tag. Problem is, I can only...
AT
|
01-19-2005 03:17 AM
AT | 0 | 12 |
|  | I still cannot make it work. I have been using the framework since the early
beta's of v1.0 and I cannot get visual inheritance to do (what I think)...
Martin Robins
|
01-19-2005 02:00 AM
joeycalisay | 3 | 22 |
|  | Hello,
When I create an ArrayList as follows,
private DataGrid dgLotList;
private ArrayList bidColxn;
bidColxn = new ArrayList();
David Flajole
|
01-19-2005 01:56 AM
David Flajole | 3 | 31 |
|  | I am attempting encryption. I start with a byte array of some dimension and
end with a padded byte array with junk on the end. Is there a clever way...
Fred Herring
|
01-19-2005 12:06 AM
mooni | 1 | 11 |
|  | I'm tryng to developa an ftp client application and i'm in trouble with drag
& drop operation from my application to the explorer window.
The...
Davide Fiorello
|
01-18-2005 07:19 PM
Dan | 1 | 12 |
|  | Did you ever find the solution>? I am having the exact same issue!
Thanks
Ágúst wrote:
AT
|
01-18-2005 02:37 PM
AT | 0 | 15 |
|  | Hi,
I'm working on a VB app that links in to our personnel db to control holiday
requests. The idea is that a user can go into the app, enter some...
Rob Oldfield
|
01-18-2005 02:22 PM
Erik Moore | 3 | 20 |
|  | With a KeyDown/KeyUp events of a WinForms textbox:
Are there any useful utility objects, or approaches to derive the actual
key-character that was...
Phil Jones
|
01-18-2005 01:39 PM
Daniel Chait | 5 | 19 |
|  | Hi,
I'm looking for which event to use with regard to a DateTimePicker control.
I want my event to fire when the actual contents of the control...
Rob Oldfield
|
01-18-2005 11:01 AM
Rob Oldfield | 2 | 22 |
|  | I've got a windows form and have a ListView control I'm trying to populate.
In the form's constructor, I call
a method called InitializeList(). In...
epigram
|
01-18-2005 10:17 AM
epigram | 0 | 14 |
|  | I would like to remote debug a no touch application on a client machine. The
problem is that I don't know how the no touch application can get...
twahl
|
01-18-2005 09:31 AM
twahl | 0 | 19 |
|  | Hi all,
I have added event to Enter and Leave to a textbox control.
Within Enter I am setting focus to another control and this is causing me... |
01-18-2005 08:49 AM | 0 | 20 |
|  | Does anyone have any C# code snippet for iterating thro a datagrids rows and
getting the values of the rows that have been selected
Clive Godden
|
01-18-2005 07:42 AM
Ritesh Jain via DotNetMonster.com | 1 | 19 |
|  | Hello,
I have a tree view that shows check boxes on its nodes. Is there a way to
turn off the check boxes for some of the nodes, and not all of the...
javatopia
|
01-18-2005 02:38 AM
Claes Bergefall | 1 | 25 |
|  | Hi
Can anyone point me to a resource for common used (or not so common) icons /
button graphics??
Thanks
Paul Aspinall
|
01-18-2005 01:53 AM
Paschalis Pagonidis | 2 | 20 |
|  | Hi,
i have vb.net windows forms applciation.
i make a loop in order to do some work that consumes time, and i want the
user to be able to press the...
z f
|
01-18-2005 01:20 AM
Jon Skeet [C# MVP] | 2 | 24 |
|  | Hi,
I have read up as much as I could on MSDN and am pretty sure the answer
will be no. But...
Is it possible to control which version of the .NET...
Peter Bromley
|
01-17-2005 09:50 PM
Peter Bromley | 0 | 21 |
|  | I am trying to write some reports on the Office 2003 Journal file using the
Crystal Reports that come with Visual Studio.Net and it shows some of...
Picine Karppehd
|
01-17-2005 09:15 PM
Picine Karppehd | 0 | 21 |
|  | Hi All,
I have used FindWindowEx to get the handle to an object I'm trying to work
with. The object is of type mshtml.HTMLDocumentClass. Basically...
Travis Merkel (v-trmerk (AT) microsoft (DOT) com)
|
01-17-2005 04:37 PM
Travis Merkel (v-trmerk (AT) microsoft (DOT) com) | 0 | 16 |
|  | I am using context menus as pull-down menus, activated by buttons. If a
context menu is already open I want the corresponding button to close...
Teis Draiby
|
01-17-2005 03:23 PM
Teis Draiby | 1 | 24 |