all groups > dotnet general > january 2004 > threads for sunday january 4
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
DotNet Jobs
Posted by Trey at 1/4/2004 11:40:47 PM
Where is the best place, on the web, to look for DotNet Jobs?
How does the market look?
Trey
... more >>
MSMQ Programming
Posted by Himali at 1/4/2004 9:56:05 PM
I am trying to implement MSMQ 2.0 on Win 2K through VB.NET. Can anyone tell me whether there are any events that are fired when any queue is added on message queue?? I came across methods in Platform SDk.Are any events available through VB.NET??
... more >>
HIGHLIGHTTTTTTTTTT a
Posted by Hari at 1/4/2004 9:40:05 PM
Thank you, it is working fine.
but i want the row which i clicked to be highlighted
for example if i click 1 row it should get highlighted
then if i click 2 row 1st row should be in the default
format and 2nd row should get highlighted.
How can i achieve this?
Thank you
>-----Origin... more >>
Microsoft certificates?
Posted by Hari at 1/4/2004 9:26:31 PM
What is the process of gretting Microsoft certificates?
Like i am a developer now so which exam should i write
first, what are the contents for that exam, which books
should i refer?
Can you give me the details?
or
give some urls where i can find this information?... more >>
Command line arguments
Posted by Hari at 1/4/2004 9:12:25 PM
can i have command line arguments in VS.NET applicatio?
if yes how?
Can i have some code snippets of the above functionality?
I know we can acjieve this in console application form
command prompt but how can i achieve it in an application
in VS.NET?
Thank you... more >>
getElementById with edit mode of datagrid control
Posted by Gilles T. at 1/4/2004 9:12:21 PM
How I can get element ID in the edit mode of datagrid control?
If I not in the edit mode, there are no problem.
<asp:TemplateColumn ItemStyle-CssClass="grid_column_width_3"
ItemStyle-HorizontalAlign="center" ItemStyle-VerticalAlign="top">
<ItemTemplate><%#
CType(Container.DataItem("D... more >>
HLP: Start Day of Week for a DateTimePicker?
Posted by Mr. B at 1/4/2004 6:39:29 PM
Is there some way I can 'easily' change the start day for a DateTimePicker
other than screwing around with Region Settings (I only want this while my
application is running).
The default start day of the Week (Canadian/USA) is Sunday. I'd like to
change it to Saturday. Again... just while my... more >>
Create ActiveX control using .NET
Posted by Craig Pennington at 1/4/2004 6:19:47 PM
I have many ASP pages that I cannot immediately convert to
ASP.NET. I would like to make use of .NET, particularly
C#, to develop new code that I would need to access from
those unconverted pages. The new code would not use any
control objects and would only be used in server-side ASP
Jav... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Show files from diferent directories in Windows Explorer
Posted by bioerklund NO[at]SPAM hotmail.com at 1/4/2004 5:01:52 PM
How do I show files from different directories as the Windows Search
function does in a VB.NET application.
Have already found the files that I graphically wants to display in
Windows Explorer!
Thanks Mattias Sjögren for your earlier advice that I probably have to
create a shell extension f... more >>
A VB.NET Critique
Posted by ericmuttta NO[at]SPAM email.com at 1/4/2004 3:59:58 PM
There is a VB.NET critique on the following page:
http://www.vb7-critique.741.com/
for those who are interested. Feel free to take a look and share your
thoughts.
Cheers, Eric.
Ps: for those on comp.programming, this may be off topic, but I've
posted there because the critique was part of ... more >>
Launch Windows Explorer from VB.NET
Posted by bioerklund NO[at]SPAM hotmail.com at 1/4/2004 2:06:16 PM
Do anyone have any idéa of how to launch Windows Explorer from VB.NET.
When I launch the explorer I also want to show files from diferent
directories as the Windows Search function does.
Thanks for support / Mathias... more >>
Moving folders with solutions ?????
Posted by KS at 1/4/2004 1:58:30 PM
I have found out that VB.NET is NOT capable of working on solutions located
on the local net - it totaly brakes down and must be reinstalled.
I therefore worked on the solution locally and when finish I placed it on
the local network.
I will now again work on the solution and copied the fold... more >>
About Calculed Fields
Posted by Irakli Lomidze at 1/4/2004 1:48:07 PM
Dear Sirs.
I Have Question About Calculed Fields.
i have 5 Fields From Database Query And Want add 6-th Field6 that is
Calcued Based on that 5 fields. but it calculation reque call function
(method).
how i can do it ?
in MSDN
System.Type myDataType;
myDataType = System.Type.GetType... more >>
How *exactly* does Smart Navigation work?
Posted by anon at 1/4/2004 1:39:29 PM
How *EXACTLY* does Smart Navigation work? (I would really really really like
for this Smart Navigation to work in Mozilla.)
The inner workings and the code is what I am looking for.
Does it use JavaScript? If so, is there any code that someone can point to.
And can the ASP.NET 2.0 team get... more >>
New ASP.NET 2.0 Terminology: "CROSSPOST" is a very BAD name to use
Posted by anon at 1/4/2004 1:18:30 PM
Dear Microsoft:
In your new ASP.NET 2.0 page model of being able to crosspost to another
page, it would seem that if you were to type that word in Google,
"crosspost" or "cross post", you will get endless amount of results from the
newsgroup police complaining about posters cross posting to ma... more >>
Corrupt Directory and DirectoryInfo
Posted by Pete at 1/4/2004 11:31:32 AM
Sory if this is in the wrong group but wasn't exactly
sure where to post.
I am using the DirectoryInfo class in VB.NET 2003 to
enumerate a filesystem and calculate different statistics
on the file distribution and size, however if there is a
directory or file that is corrupt a mesage box ... more >>
DotNet 2003 MSDN Library
Posted by Rich Fayko at 1/4/2004 10:36:45 AM
I am having trouble installing th MSDN for .NET 2003 that
is on the MSDN Subscriptions Download. I've tried both
ISO 9660 extraction and CD copy. I get the same "Error
1309 - File Not Found" except that it appears at a
different point depending if I install using CD or the
extract. Help?... more >>
form instances!!
Posted by Tonya at 1/4/2004 9:54:45 AM
Hi,
I am having trouble when trying to open up form instances.
When i currently click on a button (button1) in form1 i
open up form2,
However when i go back to my homepage (form1) and click
button1 again i get another instance of form2 opening
instead of the same form!!
I have tried t... more >>
The Joke Is On Them...
Posted by Justin Timberlake at 1/4/2004 3:13:53 AM
I was thinking about all those /Indian Outsourcing/ companies getting
those .Net shops set up.
0. Nobody uses .NET in the real world, it's all java.
1. MSFT is about to collapse as witnessed by Bill Gate$ selling his
stock in droves.
2. Linux marketshare is eating up windos.
So when all ... more >>
|