| Thread | Last Post | Replies |
|
| vb.net to c# conversion help please | 16 Mar 2006 17:13 GMT | 3 |
Hi everyone, i have a vb.net program ive converted most of the code but i know events dont translate well, the original vb.net code uses withevents and .handles and i can't get the events in c# to work 100% they seem to hook up ok but when the eventhandler is called from the
|
| Where to set the The System.Globalization.CultureInfo? | 16 Mar 2006 14:55 GMT | 1 |
I have a small Winform program where I set specific text 2 buttons to be different for UK English.. This was done via the "Language" option on the form properties. I call the following code prior to calling "InitializeComponent();"
|
| tab key | 16 Mar 2006 14:00 GMT | 2 |
i have created 5 input fields in my form. when i press the tab key on my keyboard, the cursor goes to the 4th input field instead of the 2nd or next input field. How can i fix this?
|
| Accessing Network folder with Different user name | 16 Mar 2006 06:21 GMT | 1 |
I need a little help; I work at a large corporation which uses roaming profiles. I wrote a program which saves images to a network folder. I need help with accessing these images with a different user name and password instead of the user who is logged on to the computer. The ...
|
| Any Guides ? | 16 Mar 2006 03:27 GMT | 1 |
I need to buid an application with the functionality to set some kind of skins to its Main Window and Change the aspect for the form you know like some kinf off "Desktop Widget" does any body know if there is a component or a Graphic library which allow's me do this .. Or I have ...
|
| Drawing a grid on the form | 16 Mar 2006 00:21 GMT | 4 |
Hey all, I am drawing a grid on my windows form -- however, I wonder if the way I'm doing it isn't the best, as it seems to take awhile to create the grid. Any thoughts?
|
| Send Bug Report from Windows Form | 15 Mar 2006 23:23 GMT | 3 |
I have an win form app from which I want to be able to send bug reports. My first approach was something like: SmtpClient client = new SmtpClient( ????? ); MailAddress from = new MailAddress("from@from.com");
|
| Creating a Desktop Shortcut | 15 Mar 2006 23:10 GMT | 1 |
Please help me. How do I create a Desktop shortcut from vb.net 2005. I also need to find a shortcut from a desktop, if exist I need to change the path. How do I do it. Please help me.
|
| How to open the combobox dropdown | 15 Mar 2006 23:06 GMT | 1 |
How can I open the comobox dropdown by code? Thank you, Roby Eisenbraun Martins
|
| BackgroundWorker Capability For Non UI Classes | 15 Mar 2006 22:58 GMT | 5 |
I like the concept and features of the BackgroundWorker. However, I observed that it will only work for clients that implement ISynchronizeInvoke (namely forms and controls). My instinct is that BeginInvoke uses windows message loops to synchronize back to the main (UI) thread.
|
| Seeking Book Recommendations... | 15 Mar 2006 21:36 GMT | 1 |
Hi All... I am in process of developing enterprise level application where I would have chance to design the framework of the application. The application which I am developing is highly UI oriented. Can anyone recommend me
|
| Smart Navigation is not working | 15 Mar 2006 16:40 GMT | 1 |
I have one page of aspx in which I want to iimplement Smart navigation="True" at @Page Directive but it is not working.. and the button with the "OK" label is not working after implement "SmartNavigation" in this page.
|
| ClickOnce and not IE | 15 Mar 2006 16:13 GMT | 4 |
Does ClickOnce work with browsers other than IE now (didn't in January). If not what's the best workaround? thanks,
|
| Override WndProc is stopping shutdown | 15 Mar 2006 14:56 GMT | 3 |
I am overriding the WndProc in my main form of a Windows application and the design is for it to ask for some info, kill the application, and continue on to either shutdown or restart. This is working fine for the go into hibernation or standby mode, however with shutdown, it
|
| [.Net 1.1] Strange error | 15 Mar 2006 09:13 GMT | 2 |
I have a scrollable System.Windows.Forms.Panel, and I add/remove controls (ListView only) to/from it programatically. Sometimes, probaly when redrawing the panel while adding/removing controls or scrolling the panel i get an infinite loop of messageboxes
|