all groups > dotnet general > august 2005 > threads for tuesday august 9
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
Timer.Elapsed on Date Change (millsecs)
Posted by rhaley NO[at]SPAM axys.com at 8/9/2005 10:01:11 PM
ugh. Okay, I need to figure out the number of milliseconds between
DateTime.Now and the end of the day so that I can make changes based on
the date roll-over. I need to implement a Timer so that I can process
things on the Timer.Elapsed event that would happen right at the date
change (unless th... more >>
Get tasks informations just like task manager does
Posted by ThunderMusic at 8/9/2005 9:44:01 PM
Hi,
Is there a way in VB.NET to get the information about a task just like
the Windows' task manager does? I want to get how started the task, the
memory it takes, the cpu it take, the cpu time it has taken, et al. Is
there native classes within the .net framework or will I have to use WMI ... more >>
I have a bug to report in .NET 2.0 beta 2.
Posted by Nev Delap at 8/9/2005 7:38:35 PM
First I'd like to ask, where can I report bugs to Microsoft such that I will
actually be able to see that something is being done with them and what their
status is? - bugzilla style. (I assume I can't, but no harm in asking).
This code...
Hashtable h = new Hashtable();
Console.WriteLine(... more >>
Centralizing the Authentication Process on a Load Balanced Server
Posted by Mohit at 8/9/2005 3:34:03 PM
Hello Friends,
Our department has created a few (6) Web Applications and all these
applications share a common piece of code which does the "User
Authentication".
I would like to isolate the authentication process.
I am thinking of having a common/central server which gets all
authentica... more >>
Baffling .NET Threading issue.
Posted by paul.driegen NO[at]SPAM gmail.com at 8/9/2005 12:05:27 PM
Hi all,
Hopefully some gurus here can offer some insight into possible causes
of this problem..or at least point me in the right direction as to how
to solve it.
Consider:
_transmitThread = new Thread(new ThreadStart(TransmitLoop));
_transmitThread.Priority = ThreadPriority.Normal;... more >>
A namespace defined over several assemblies and visual studio projects?
Posted by thechaosengine at 8/9/2005 11:28:03 AM
Hi all,
Can anyone tell me if it is advisable (or even possible) to define a namespace
across 2 or more assemblies?
For example, consider the namespace SampleApplication.Data.Providers
Would it be possible to have assembly A define a class as part of that namespace
as well as Assembly B... more >>
TypeResolve & GetType()
Posted by ayende NO[at]SPAM gmail.com at 8/9/2005 11:15:46 AM
I've a piece of code which does Type.GetType("full.type, name") on a
type that is located in an assembly that is currently not loaded.
I don't have control over the code that call this and I don't have any
control on the string that get passed.
I wanted to use TypeResolve to handle this, but it ... more >>
How do I use C# to take a .XLS Excel file and make it .TXT Tab-Delimited file?
Posted by Sean Bergam at 8/9/2005 11:08:06 AM
Hi all,
I am trying to convert the first worksheet in an Excel file to a
tab-delimited .TXT file. How do I do that?
- Sean
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
object-relational-mapping, DAL generator
Posted by DraguVaso at 8/9/2005 10:41:27 AM
Hi,
I'm ne to this subject, and has been looking around for some software that
does the Object-Relational-Mapping, and generates the Data Access Layer. I
found alreaddy a lot of application that doesn ice stuff, but none of them
was really exactly what I was looking for. It need to be:
- free... more >>
Error message accessing stored proc with C#
Posted by Jay at 8/9/2005 8:52:42 AM
I hope this is the correct place to post this.
I'm using a stored procedure to simply look up and return a value from a
database. The db key is an integer, everything else is varchar. The stored
proc is:
CREATE procedure SP_IMAGE_NAME(
@MAT_ID varchar(13),
@TYPE varchar(1),
@IMAGE_NM ... more >>
Databinding with Windows Forms?
Posted by Ben R. at 8/9/2005 8:29:08 AM
Hi,
I'm fairly familiar with the databinding model for ASP.NET, but now I'm
trying to do the same with a C# windows forms application. I'm noticing
several differences: Firstly, there never seems to be a call to the
databind() method. What's the reason for this? Second, when looking at the ... more >>
Can't debug web project
Posted by Tom S. at 8/9/2005 8:01:05 AM
VS.Net 2003 V. 7.1.3088
..Net Framework V. 1.1.4322 SP1
Windows XP Pro SP2
I have a web project that I've copied from one machine to another. Both
machines are using the same versions of software and have the same OS
updates. I've placed the copy into the same directory as it is in on the... more >>
LotusScript and its similarity to VB
Posted by CodeRazor at 8/9/2005 7:45:02 AM
Hi,
I have a background as a Lotus Notes Administrator and I want to get into
LotusScript.
Does anyone know if LotusScript is more similar to VB6 or VB.net.
I want to go on a course for one of these to improve my LotusScript, which
is apparantly very similar to VB. ( There is a lack of a... more >>
Getting the process ID
Posted by CLEAR-RCIC at 8/9/2005 7:25:03 AM
Does anyone know how to programmatically get the Process ID of a running
application in .Net? If so, could you share some code or point me to a
resource? Thanks!... more >>
command line arguments for a windows app
Posted by CLEAR-RCIC at 8/9/2005 7:08:04 AM
I want to write a windows app that accepts command line arguments. Does
anyone know if this can be done and if so, how to do it.... more >>
BUG - Controls disappearing.
Posted by Mark at 8/9/2005 4:47:04 AM
I have a project which has some user controls in. These user controls have
other user controls on them which are in the same project. For some reason,
Visual Studio has decided to remove some of the user controls from other
user controls.
This all fits in with the symptoms described in KB a... more >>
Change colour of Toolbar?
Posted by Steve at 8/9/2005 2:31:53 AM
I have some standard toolbars on some of my screens and they are standard
grey. Problem is the rest of our app is light blue, and they look out of
place. Is there a way of changing the colour of the toolbars? Same for
statusbar too, can I change that?
Thanks... more >>
uninstall using installUtil /u doesn't delete the entry in service
Posted by Lucky at 8/9/2005 12:31:02 AM
uninstall service using installUtil /u says it was succesfull, but the entry
is still shown in the services. Tried also deleting from
HKLM\SYSTEM\CurrentControlSet\Services\.., makes no difference. Thanks for
any help... more >>
Progress bar
Posted by Howard at 8/9/2005 12:01:06 AM
I wrote a program that downloads rar files off my ftp server using TCP
client. I would like to display a progress bar that advances while
downloading the files. I tried that, but the program freezes while it's
downloading and the progress bar is not responding as well. I've read
articles on MSDN... more >>
*.sln: starts with 2005 instead of 2003..
Posted by DraguVaso at 8/9/2005 12:00:00 AM
Hi,
I had Visual Studio 2003 installed, and installed also visual Studio 2005
Beta 2.
The problem is, when I am starting now (double click) a solution
(*.sln-file), it always start it with Visual Studio 2005, and not 2003. I'm
trying to change it in the registry, or jsut simply with an "open ... more >>
NonSerialized!
Posted by greenxiar at 8/9/2005 12:00:00 AM
Hi,
When i enumerate fields in class with reflection,
How to know if a field is marked as NonSerialized?
Type c2 = typeof(Class2);
foreach(FieldInfo m in c2.GetFields
(BindingFlags.NonPublic|
BindingFlags.Instance|
BindingFlags.GetField|
BindingFlags.SetField)) {
Conso... more >>
consuming windows service in web application
Posted by Yoshitha at 8/9/2005 12:00:00 AM
HI
Hi
I am working on a ASP.Net web application. I have to build a windows service
which will have functions that returns Current Systems CPUID etc...
I need to consume this Windows service with my ASP.Net web application.
How can I do this? Is it possible to do so?
thanks in advance...... more >>
|