all groups > dotnet faqs > december 2004 > threads for december 8 - 14, 2004
Filter by week: 1 2 3 4 5
Visual studio .net setup project and registry values?
Posted by johnny NO[at]SPAM liquidzone.net at 12/14/2004 12:41:14 PM
How can i add a programs installation path in the registry keys in a setup
project?
since i dont know where the user installed the program i need to set a
registry key
containgin a string value of the path the user chose for the program...
I cant find any real documentation for this anywhere.... more >>
How to I do a http post from within a webform
Posted by Phillip N Rounds at 12/13/2004 4:11:00 PM
I have a webform, from which I have to submit info to another site. Their
instructions are to have a html form, with the following as the submit:
<form method="post" action="http://www.theirsite.htm">
<input type=hidden name="field1" value="value1">
<input type=hidden name="field2> value="valu... more >>
ebook on Software Design Patterns (C#.NET)
Posted by Siz at 12/13/2004 2:03:07 AM
Hi,
I am searching for some good free ebooks on design patterns.
Looking for useful links.
Regards,
Siz.
... more >>
What is 'boxing' and 'unboxing' process?
Posted by Siz at 12/13/2004 1:13:02 AM
Hi,
Can anyone explain what is boxing and unboxing processing?
Thanks in advance.
Siz.
... more >>
Runnig at Native speed...Dream or reality ?
Posted by main\(\){}; at 12/12/2004 8:09:17 AM
I can't ignore the speed of .NET managed applications in manipulating
string, I/O and arithmetic operations. However, we can never compare the
speed of a C/C++ program with its .NET counterpart when it comes to some
heavy operations, like long loops, graphics, load time and many other
issues.
T... more >>
GDI+ performance issue
Posted by **ham at 12/12/2004 8:08:36 AM
I know that's an old dirty issue; GDI+ almost -the slowest part of the
framework - has bothered many developers using it in animations. Even in
managed C++ the performance is awful.
Now, any dude out there does know any thing about this issue in VS 2005 +
..NET 2.0 ? Has Microsoft solved this pe... more >>
IIS on Windows XP Home
Posted by Al Wilkerson at 12/9/2004 7:13:39 PM
Does anyone know if there's a way to install IIS on Windows XP Home Edition,
other than upgrading to Windows XP Professional ?
Thanks,
--
Al
... more >>
My Pictures and Setup Project
Posted by Charles A. Lackman at 12/9/2004 6:35:28 PM
Hello,
How do I place pictures in the My Pictures Folder from a Setup Project? I
do not see anything that resembles this directory inside Custom Folders
within the Setup Project.
Thanks,
Chuck
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Terminating a thread from the main thread
Posted by Charles A. Lackman at 12/8/2004 4:33:40 PM
Hello,
I have created a thread that writes data from a memorystream to the
harddrive. If the user, during the write decides to cancel the operation, I
call Abort on the thread.
i.e.
Private Sub WriteToDiskButton_Click
MyThread= New Threading.Thread(AddressOf WriteToDisk)
MyThread.Sta... more >>
Streaming with System.IO and System.Net
Posted by Charles A. Lackman at 12/8/2004 10:33:43 AM
Hello,
I have an app that has a process bar on it and it sends and retrieves data
back and forth to a web page using WebRequest and WebResponse. The stream
is received from the web page and written into a memorystream then written
to a file on the hard drive. When the app's start button i... more >>
|