| Thread | Last Post | Replies |
|
| crystal report with image | 21 Sep 2007 15:36 GMT | 2 |
Hi, I am trying to develop a crystal report (invoice) and i need to show picture of the item in detail section. I do not see how can i do that.... I have picture of the item ordered in the file (on the machine i show
|
| Class Finalize - how to kill a class | 21 Sep 2007 12:23 GMT | 2 |
Let's say I have a class - so to instanciate it, I put : dim cWhatever as New myClass My question is, do I need something to remove it from memory, once the form's closed?
|
| Where is the application setting file? | 21 Sep 2007 11:19 GMT | 1 |
Hello, friends, As you know, we use application settings to store and retrieve property settings (such as window form size/location) for our application for each user.
|
| ERROR inrelease | 21 Sep 2007 07:42 GMT | 1 |
I've deployed a small application, by my opinion well tested, runs perfect on mu development (Vista) and test machine (XP) but when installed at the customers site, displayed an unhandeled exeption when loading the first form. PLease HELP!!
|
| Clearing a dialog box to create a new record - suspend binding? | 21 Sep 2007 04:19 GMT | 3 |
I have a dialog box in which the user edits records. (The main form has a datagridview which displays all the records. The user normally selects the desired record and opens a dialog to edit that record.) There is also a [New Record] button on the dialog box which allows the user
|
| Bind Combobox with enum values to a datagridview | 21 Sep 2007 03:55 GMT | 4 |
I'm trying to duplicate the functional the Query Designer functionality from the SQL Server Management Studio. To do that I populate a datagridview with a dataset containing the columns to select from. My problem is the Sort Type combobox. How do I implement that ?
|
| Where to add event handlers so they don't fire during form load | 21 Sep 2007 03:26 GMT | 3 |
Where do I put the code that adds my EventHandlers so that they do not fire during form load? ========= Here is my code: ========== public partial class AddEditMasterTask : bsfAddEdit
|
| One datasource, two combo boxes, two different sorts | 20 Sep 2007 19:29 GMT | 4 |
I'm looking for ideas on how to populate two different combo boxes with one datasource that is sorted in two different ways. The combo boxes will use the same field for the value field, but display different fields. I'd like the combo boxes to sort on their display field.
|
| create nice interface with WPF | 20 Sep 2007 18:58 GMT | 1 |
Hi people, i would like try the new capability of WPF included in VisualStudio 2008 to create Nice (3D effect & more) but i dont know where to begin ?
|
| Inserting Text into a Doc File | 20 Sep 2007 16:17 GMT | 2 |
I have a need to be able to insert various text strings into a .doc or .rtf file at specific locations. I know I could probably do this by reducing the .doc to a byte array but is there a better way? Thanks,
|
| Draw over multiple controls | 20 Sep 2007 11:53 GMT | 1 |
When a user grabs the border of an object to expand the size or move it I would like to draw a rectangle to show the growing size or changing position. The problem is that the MouseDown eevnt is within the active control, while the line I need to be drawing is outside the ...
|
| Get FileType | 20 Sep 2007 06:57 GMT | 2 |
Using System.IO, is there any way, using FileInfo or any other way, to tell what filetype the file is? In other words, if I have a group of files, and I want to do something with only .doc file, can I do this using the System.IO class, or am I just stuck
|
| Good C# Forms resource? | 19 Sep 2007 19:17 GMT | 11 |
Does anybody know a good book (or other resource) that will help me learn the .NET classes/interfaces so that I can get a better understanding of windows forms? I am not looking for a basic book, but rather something that will help me create more advanced forms. I
|
| Deployment Problem | 19 Sep 2007 17:49 GMT | 1 |
I'm deploying a C# desktop application using a .Net deployment project. The application installs fine on my development PC, but it gives the following error when I attempt to install it on laptop that doesn't have the development tools:
|
| Listbox captures focus | 19 Sep 2007 15:56 GMT | 1 |
This is very strange... I have a simple UserControl based on a System.Windows.Form. I have a databound listbox on the form, along with two radio buttons which aren't bound to anything.
|