| Thread | Last Post | Replies |
|
| Relection question | 13 May 2007 17:42 GMT | 2 |
I am wondering if anyone has this same problem and what's the solution. I am assigning values to an object, for example, ObjEntityPerson.Edit[0].Item.KeyValue = "12345"; However, the Edit[] might be null, Edit[0] and Item might be null.
|
| Textbox Etched style | 13 May 2007 17:37 GMT | 1 |
Anybody know how to make textbox borderstyle to etched. As seen in Forms 2.0 controls thanks
|
| Cant find aXWebBrowser | 13 May 2007 14:17 GMT | 1 |
I have a windows form 1.1 app and want to try using the web browser conrol but I can find it to load it. I loaded a reference to the Microsoft.mshtml lib but I dont see any aXWebBrowser control in the toolbox. can someone tell me how to get started with this?
|
| bulleted display | 13 May 2007 04:08 GMT | 1 |
i've a list of strings which i wanted to display these strings with bullets on my winform. how can i achieve it ? which control shud be used?
|
| Resize a picturebox | 13 May 2007 04:07 GMT | 1 |
I am starting my first application in .NET and I need some help. I am developping on pocket pc device and I woudld like to display a picture and below some text. The problem is my code is supposed to run on several platforms with
|
| textbox query | 13 May 2007 03:47 GMT | 1 |
i've a textbox on my form whenever user presses ENter key, i want to capture the entire text... how can i acheive it
|
| Obsolete function | 12 May 2007 06:12 GMT | 5 |
When using 'ConfigurationSettings.AppSettings.Get' I get the below warning. What is the problem and how can I fix it? Thanks Regards
|
| Hyperlink possible on Windows Forms | 11 May 2007 18:49 GMT | 1 |
This might be a simple question but I don't know the answer. Is it possible to hyperlink on Windows Forms to launch a web browser after authentication on the form ? Any example code to guide me on this ?
|
| bullet display | 11 May 2007 18:45 GMT | 1 |
I've a listbox control.. I've some values init... I want to dsiplay these values ina bulleted manner(display ith bullets).... how can i acheive it....In general, how can we show bullet strings?
|
| Printing | 11 May 2007 11:33 GMT | 1 |
I need to print from a Windows Forms application on some custom paper modules. I have an Image object which contains what I need to print (mainly checks for some printed checkboxes on the modules), but the image need to be
|
| Module vs Shared | 11 May 2007 07:24 GMT | 3 |
Hello to all Does any one know what's the diference between have a function or sub in a module, or has de same function or sub declared as shared in a class?
|
| Bug in .NET 2.0 with ListViews + TabControl | 10 May 2007 22:34 GMT | 3 |
I have discovered what is most likely a bug in Microsoft .NET 2.0. The bug appears to result from a combination of controls. Here is my setup: - Created a Windows form - Added a TabControl to the form
|
| datagridview .net 2.0 | 10 May 2007 22:21 GMT | 2 |
ive a datagridview cotrol on my winform.. i want to show a contextmenustrip when i right click a cell or row of my grid... how can i acheive it?
|
| How to cancel a form's Error Provider? | 10 May 2007 22:08 GMT | 1 |
Something I never liked about the error providers in Windows Forms is that sometimes they get on the way. But pershaps there is something I do not know. I have several textboxes and comboboxes in my windows form. These have an
|
| Binding User Settings to Controls | 10 May 2007 18:56 GMT | 4 |
I made a User control that contains several check boxes and text boxes. I then added properties to the user control to contain the values in these controls. Finally, I bound these properties to user scope settings created with the Settings Designer. At program start-up, ...
|