all groups > dotnet framework > november 2004 > threads for tuesday november 23
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
SQLdebugger user account
Posted by maxzsim at 11/23/2004 6:29:03 PM
Hi ,
I have this SQLDebugger user account and is it created because i have
installed Microsoft.NET Framwork 1.1 .
I have also installed IIS and that will create IUSR_computername and the
default ASPNET user account but does it create SQLDebugger ?
thks & regards... more >>
serializing a ParamArray???
Posted by Will at 11/23/2004 6:19:30 PM
can anyone tell me if ParamArray's are serializable, and if not what do I
need to do to serialize it?
_Will
... more >>
Date Time Picker
Posted by Charles A. Lackman at 11/23/2004 5:32:06 PM
Hello,
I have a DateTimePicker on my form and I need to make every Even week Red
and every Odd week Yellow.
Any Suggestions will be greatly appreciated (Detailed help is even more
appreciated).
Thanks,
Chuck
... more >>
confusing remark in MSDN Control.BeginInvoke() doc
Posted by Joe Doyle at 11/23/2004 5:09:02 PM
I've read a bit about the differences between delegate's BeginInvoke and
Control.BeginInvoke, and it sounds like Control's BeginInvoke() ensures that
the delegate is invoked in the thread that created the Control's context.
This implies no thread pool threads are involved. A test app bore this... more >>
ANN: Bob Powell's Beginners Guide to GDI+
Posted by Bob Powell [MVP] at 11/23/2004 4:51:58 PM
Many of you use the GDI+ FAQ or Windows Forms Tips and Tricks site every
day. There are also hundreds of people who have mailed me asking for a
totally basic beginners guide that assumes minimal knowledge of .NET to get
started.
In response to these requests I have created a new series of arti... more >>
Starting up application from dll.
Posted by Sebastiaan Olijerhoek at 11/23/2004 3:18:39 PM
Excel can be started up throw automation like:
Excel.Application myExcel = new Excel.Application()
How can I create this functionality for my own application?
Kind regards,
Sebastiaan.
... more >>
storing the username and password information
Posted by MVB at 11/23/2004 3:11:01 PM
I am developing a backup application.
I have a provision where users from different domain can login and then do
backups.
My question is ,once they login I need to store the info,i.e their username
and password should be stored securely somewhere,so that whenever next time
the backup runs it... more >>
.net framework 1.1 installation on Windows NT 4 with SBS
Posted by Zack at 11/23/2004 2:13:05 PM
Hi,
In reading KB815176 it says that you can install .net framework on
systems including NT 4.0, but it says that you need to have IIS 5 installed.
However IIS 5 to my knowledge (and reading posts) can't be installed on NT
4.0. Does having small business server for NT 4 make a differen... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Re-flunk-tion!
Posted by William Sullivan at 11/23/2004 1:41:03 PM
I'm wondering why reflection fails in this instance... I'm trying to do drag
and drop using ListViewItem objects. When I check the DragEventArgs to see
if it has my ListViewItem, I have to use GetDataPresent to test if it's the
data I'm looking for. I have to pass a System.Type object repre... more >>
Monitor (lock)
Posted by Andrew at 11/23/2004 1:33:02 PM
I'm having a tough time understanding the concept of locking "on an object".
If a monitor is used to protect a critial section, then what does any object
reference have to do with it? Does this allow different instances of the
same object to, in fact, run the same critical section and assume... more >>
w3wp.exe locking DLL and PDB files.
Posted by z. f. at 11/23/2004 11:18:32 AM
This is a multi-part message in MIME format.
------=_NextPart_000_063D_01C4D14E.2A5CDE00
Content-Type: text/plain;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
Hi,=20
i have an ASP.NET project that is using a (Class Library Project) VB.NET =
DLL.
for some reason ... more >>
url parameter
Posted by zbcong at 11/23/2004 11:09:47 AM
hello
how can i get the parameter "param" from the url
http://localhost/myapp/webform1.aspx?param=p1 in the serverside c# code?
thank you
... more >>
ASP.NET 2.0 Maintain Scroll Position on PostBack with Mozilla FIREFOX in the works?
Posted by ed at 11/23/2004 10:11:52 AM
Does anyone know if ASP.NET 2.0 is going to incorporate "maintain scroll
position on postback" in non-IE browsers like Firefox?
This seems like an often requested feature on these newsgroups since the
beta version of .NET.
Microsoft heavily advertises it's .NET browser detection advantages, ... more >>
Version of .Net....
Posted by Gill at 11/23/2004 9:51:55 AM
How to identify which version of .Net is installed ?
Thanks,
Gill
... more >>
Application Error
Posted by Heath at 11/23/2004 9:09:05 AM
I have a very simpel application that fills a datagrid with data from a SQL
Server on a local network. The problem is that on one PC the application
loads fine, but on the other I get NullReferenceException in my FormLoad
Event. The connection on the failing application has a valid and worki... more >>
Multithreading and RollBacks
Posted by wdewebserver at 11/23/2004 8:34:12 AM
Hi
I have a multi-threaded application that is of Parent-Child relation. For
example App1 will run and on completion fire App1.1, App1.2 and App1.3 which
can run in parallel. App2 depends on the successful completion of the last
three. If App2 fails or any of the three, I want the whole thing ... more >>
|