all groups > dotnet sdk > june 2006
Create new Windows user
Posted by EPSiLON at 6/28/2006 11:00:02 AM
Hi,
I'm creating an app for an Internet Point in an Hotel (I've installed
Microsoft Shared Computer Toolkit). For each new check-in I would like to
create a Windows user (for example, id+<room number>), and delete it just
after the customer check-out. Is there any function to do it (create ... more >>
Graphics -> Bitmap
Posted by David Thielen at 6/25/2006 9:34:02 PM
Hi;
If I have a Graphics object and want to get a Bitmap object that is what is
drawn in the Graphics object - how do I do that?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
... more >>
.NET 2.0 Process.BeginOutputReadLine issues
Posted by dberlin NO[at]SPAM deadpirate.com at 6/19/2006 3:26:26 PM
Hello,
I hope this is the correct place to post this question, please let me
know if I am wrong.
When performing an asynchronous read of the standard or error output
from a command line utility in .NET 2.0 with BeginOutputReadLine and
BeginErrorReadLine of the System.Diagnostics.Process cla... more >>
get canonical filename?
Posted by David Thielen at 6/15/2006 9:11:17 AM
Hi;
How can I get the canonical version of a filename. For example, if I pass in
c:/windows/fonts I get back C:\\WINDOWS\\Fonts (how it is on my system).
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
... more >>
Design Time at Run time
Posted by PGC at 6/15/2006 12:00:00 AM
I need the user to be able to move & resize a control (a label) at run time.
Is it possible to set the control as being in designmode, to use the built
in design code rather than having to re-write this functionality myself?
... more >>
GetWindowsDirectory() in .NET
Posted by David Thielen at 6/14/2006 2:03:02 PM
Hi;
What's the managed code way to get GetWindowsDirectory()?
And if I want the fonts directory, is it safe to always just add "\fonts" to
it?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
... more >>
installation sdk
Posted by Nico at 6/12/2006 4:50:25 PM
I have successfully installed the framework 2.0 sdk, but I don't know how to
use the new files. Can anyone explain it to me? My program I made still uses
1.1 and I can't get it to use 2.0.
Kind regards,
Nico.
... more >>
Can I add Toolbox descriptions for user controls?
Posted by TomS at 6/9/2006 8:36:01 AM
I'd like to add a Toolbox-visible description to a user control I created.
(If I select MSFT provided controls, like listbox, I get a version number
and a description like "Displays a list from which the user can select
items".)
How do I do add a description for a control that I've created?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Getting and chaning File Summry information
Posted by Hiten at 6/3/2006 5:14:01 AM
Hi,
I am trying to find a way to get and change file summary information. I
tried using FileInfo class, but it doesn't give me information such as
"Author,Title,Rating" etc. Is there a way to get and change these information
using .NET libraries?
Sample would be a great help...
Thanks... more >>
Playing multimedia files in Windows Forms
Posted by rjoubert at 6/1/2006 7:17:02 AM
I had a little downtime and was doing some exploring. I found out that
there's a very easy way to play a WAV file in your Windows application. All
you need is the following 3 lines of code:
Dim sp as New System.Media.SoundPlayer
sp.SoundLocation = [full path or URL to the WAV file]
sp.Pla... more >>
ASP.NET 2.0 With Visual Studio 2003
Posted by Dhwanit Shah at 6/1/2006 6:02:01 AM
Hi,
I have one question regarding ASP.NET 2.0.
Question : If i want to use ASP.NET 2.0 along with .Net Framework 2.0 and
Visual Studio 2003 then what shud i do ?
Actually i want to use ASP.NET 2.0 with the help of Visual Studion 2003.
If anyboby is having an idea please reply back to me.... more >>
|