all groups > dotnet windows forms > march 2006 > threads for wednesday march 15
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
Accessing Network folder with Different user name
Posted by Terry at 3/15/2006 9:10:28 PM
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 reason is: We loc... more >>
vb.net to c# conversion help please
Posted by c#2006user at 3/15/2006 4:56:23 PM
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
method its n... more >>
Where to set the The System.Globalization.CultureInfo?
Posted by David at 3/15/2006 4:16:03 PM
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();"
System.Threading.Thread.CurrentThread.CurrentCulture = ne... more >>
Any Guides ?
Posted by Josue Avila Mendoza at 3/15/2006 2:49:38 PM
Hi Everybody :
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 ha... more >>
Seeking Book Recommendations...
Posted by Deep Silent Ocean at 3/15/2006 12:28:48 PM
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
boo/material which gives me idea about framework development exampl... more >>
Send Bug Report from Windows Form
Posted by rob at 3/15/2006 12:12:03 PM
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");
MailAddress to = new MailAddress("to@to.com")... more >>
How to open the combobox dropdown
Posted by Roby Eisenbraun Martins at 3/15/2006 11:01:27 AM
Hi,
How can I open the comobox dropdown by code?
Thank you,
Roby Eisenbraun Martins
... more >>
How to avoid Outlook Security pop up when trying to send the mail -- WIN Api to simulate the click does not helps
Posted by vikash NO[at]SPAM nagarro.com at 3/15/2006 1:47:52 AM
Hi,
In one of my current application, I am sending the mail by using the
Outlook API. The problem is that whenever it is trying to send the
mail, it gives me the security warning saying that "external program is
trying to send the mail". This is due the the security feature of
outlook. But I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|