all groups > dotnet framework > august 2005 > threads for august 8 - 14, 2005
Filter by week: 1 2 3 4 5
Client-Server & Standalone Using Same Code Base
Posted by rob at 8/14/2005 7:38:21 PM
I have to write an app that can be offered as both a client-server
solution as well as a standard solution.
For the server-client solution here are multiple users all of them
working with the same data. The solution might be deployed on an
intranet or internet. The client has some complex func... more >>
System.Web.Mail
Posted by Andrew at 8/14/2005 3:36:02 PM
Hello, friends,
I installed .net Enterprise Architect version 2003 (Fraimework 1.1, version
1.1.4322) in my machine, and tried to run sample C# source code that has
statement: using System.Web.Mail
However, when I compiled it, I got erros, saying "Mail" does not exist in
the class or na... more >>
Looking for a better licensing technology
Posted by Stephen Walch at 8/14/2005 9:11:15 AM
We have a .NET class library with a built-in license-control system that
checks for the presence of a digitally signed license file AT RUNTIME. This
is a fairly standard technique that distinguishes between "trial" licenses
(which only allows only limited functionality) and "full" licenses.
W... more >>
How to draw a focus rect?
Posted by Johnny H at 8/14/2005 8:45:58 AM
Using: ms framework 1.1
How to mark a selected region in a picturebox control?
Thanks IA
JH
... more >>
Find your solutions with real Free eBOOKS!
Posted by TopCoder at 8/14/2005 7:32:02 AM
http://www.ebook5.com The Best free eBooks community! All these books posted
by Internet
Users!
Borland C++ Builder: The Complete Reference
C++: The Complete Reference
Core Java 2, Volume 1: Fundamentals (5th Edition)
Core Java 2, Volume II: Advanced Features (5th Edition)
Core J2EE Patte... more >>
Problem with Sockets
Posted by Alejandro Serrano at 8/14/2005 12:00:00 AM
Hi, I'm developing a program who needs that user communicate via TCP
over the net. One will be the listener and the other one the client, as
usual. I've implemented the code as two classes deriving from a common
interface. Everything seems to work OK until I use the Close() method.
I've tried... more >>
regex syntax
Posted by jg at 8/13/2005 10:12:24 PM
I am new to using both dotnet and regex. I have done the basic reading to
the point I thought I know how to use regex to extract date string. But I
ran into problems.
what is the best regex expression to look for month names or date string for
that matter?
from my testing, I could u... more >>
finally is not always being executed...
Posted by cmullins at 8/13/2005 8:01:01 PM
Hi,
I was under the impression that the finally block always got executed no
matter what. Well I ran into a situtation that I can duplicate from a
console app as well as a web application.
For the console app if the try block is executing/processing its clode and
the console app is clos... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS2005: where to put resources
Posted by Nicolas Guinet at 8/13/2005 7:38:42 PM
I was wondering what is the difference between
- putting resources in Formxxx.resx (form level) ? (my prefered)
and
- putting resources in Resources.resx (app level) ?
Thanks
Nicolas Guinet
... more >>
Large images in comparison with VB6
Posted by Erik at 8/13/2005 12:00:00 AM
Hi all,
Our software need to work with large bitmaps (approx. 3 to 6 megabytes). Our
previous versions were all build with VB6 and used the PictureBox control to
load, zoom and pan the bitmap. It all works without a problem, and it is
pretty fast. We are rebuilding our software in .Net and exp... more >>
client certificates and private keys.
Posted by duwayne NO[at]SPAM gmail.com at 8/12/2005 7:01:02 PM
Hi,
I will be writting a web application that will accept certificates from
clients. What I really need is to get the private key from the client
and decrypt some data and display it. Clients that do not have the
private key will not encrypted data. Is this possible? Can someone
point me to t... more >>
Debugging startsup slow
Posted by skg at 8/12/2005 2:45:02 PM
I am debugging managed and unmanaged code in C++ DLL
When ever i start debugging debugger hangs for 30secs or so at the last
line below at the last line and then continues
as normal.
How can i overcome this problem?
'Tester.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll', No symbols loaded.... more >>
Misbehaving COM object?
Posted by Borco at 8/12/2005 12:38:05 PM
We have a .NET project that makes pretty regular use of a COM object
that appears to be misbehaving. Am I correct in understanding that
setting a COM object to nothing should act the same way that it would
have in VB6? By this I mean it is actually destroyed and not marked for
GC. We have an obj... more >>
Implementing / using the IExpando interface
Posted by Matt Adamson at 8/12/2005 10:55:47 AM
Guys,
Does anyone know much about the IExpando interface?
I have a business object I've created and I'd like to add support for
methods / attributes at runtime so that scripting clients ( e.g. ASP /
VBScript / Java script ) can call the .NET object through a RCW and invoke
methods which ... more >>
SQL + Dreamweaver
Posted by Dam6 at 8/12/2005 10:16:27 AM
Hello,
I seem to be running into a problem with regards to data size etc:
Explanation:
A person opens a .aspx page and posts and writes an article of a few
thousand words. When they click Insert Record they get this message:
System.Data.SqlClient.SqlException: String or binary data would ... more >>
Socket data out of order
Posted by Lee Gillie at 8/12/2005 8:17:07 AM
I am using asynchronous socket receives and writing the data to a disk
file. I am finding all of the data makes it to the file, but it is
SLIGHTLY out of order.
The approach is to create a pool of contexts, each which has a 1K byte
buffer. Then I start it all by getting a buffer from the po... more >>
Icon in the tray for a service app
Posted by mike at 8/12/2005 8:13:54 AM
Hello.
I'm creating a windows service and would like to add a tray icon for it.
Can this be done from a windows service app, or do I need to create a
controller app?
Thanks in advance,
Mike
... more >>
Determining the path to the .NET framework
Posted by andreas.baus NO[at]SPAM meta-level.de at 8/12/2005 1:32:54 AM
Is there a canonical way to determine the path to the folder where the
runtime environment is installed? The reason I am asking is that I have
created a small Office Add-In in C# which needs to be registered as a
COM component using regasm.exe during installation. So I need a way for
the install... more >>
Drag and Drop Question
Posted by Bagger at 8/12/2005 1:01:04 AM
I've been looking around for info on this, but not finding much. What I'm
trying to do is allow a user to drag and drop objects between two forms in my
app. The objects are classes that I've built and I want the target form to
be able to recognize what kind of type is being dragged over it a... more >>
Date format question
Posted by Olivier Matrot at 8/12/2005 12:00:00 AM
Hello,
I would like to define a date format that displays a datetime according to
the current culture like this :
if locale is 'fr' then date format would be "dd/MM HH:mm"
if locale is 'en' then date format would be "MM/dd HH:mm"
and so on....
But I do not want to manage each locale sep... more >>
Collection - DataStructure.
Posted by Prasad Dannani at 8/12/2005 12:00:00 AM
hi,
We have 1 lakh records with row size 3kb
These records are palced by a service and another service will pickup these
records and process.
Because of this a huge burgen is there on the server and it has to do very
fast hence, we decided to put this in ram itself.
Can anyone sugges... more >>
How to position message box?
Posted by Altramagnus at 8/11/2005 11:22:00 PM
How to position message box programatically using C# .NET?
Thanks.
... more >>
A Question about Control.Invoke
Posted by ozbear NO[at]SPAM bigpond.com at 8/11/2005 10:30:40 PM
I have a code sequence that goes something like this:
1. Start an asynchronous i/o with a completion callback of /cb/
Now when the i/o completes we end up in the /cb/ routine....
note that we are in a pool thread during the callback, not the
main form's thread.
2. call the Endxxxx(ar) to ... more >>
process.WaitForExit() problem on framework 2.0 beta
Posted by Berni at 8/11/2005 7:42:56 PM
Hello
I have a programm that executes other processes. Everything was fine with
framework 1.1.
Now i have tested the assembly (still build with VS2003, framework 1.1) on
the framework 2.0 beta.
Unfortunatly in some cases, the method "process.WaitForExit()" waits
infinite. When the pro... more >>
Monitor.Wait, with timeout
Posted by Jon Shemitz at 8/11/2005 7:04:06 PM
The (beta 2) dox say "The time-out ... moves the thread to the ready
queue, bypassing other threads ahead of it in the wait queue, so that
it can reacquire the lock sooner."
To me, this directly states that when I Pulse a locked object that has
threads waiting, a thread that is waiting with a ... more >>
Is serialport functional in beta2 on .NET CF?
Posted by LarryS at 8/11/2005 3:51:02 PM
We're trying to do serial comm with the new serialport object in the VS
Beta 2/.NET Beta 2 system (using C#, but I don't think that's terribly
important).
I'm using a slightly cranky GPS receiver, and it works fairly well
under Windows, but when hangs hard in the PocketPC 2003 emulator, and
o... more >>
Delphi 4 & VB.NET, don't play nice??
Posted by Arthur Dent at 8/11/2005 2:40:07 PM
Hello all, Im stumpped.
I have a small app i wrote in VB.NET which takes in a file name, and a bunch
of other params, runs the file with the params, and then exits.
At the end of the program, it can optionally echo back all the params it
received in a msgbox.
When the app is run from a co... more >>
How to shut down my windows service
Posted by mike at 8/11/2005 2:36:00 PM
Hello.
I've created a windows service application. I am also creating a UI for it.
I want to add a "Stop Service" button in my UI app, but am unsure how to
code the shut down within the service app. Call Dispose()?
Thanks in advance,
Mike
... more >>
Application.Run not creating Main Form
Posted by rettigcd NO[at]SPAM bigfoot.com at 8/11/2005 1:32:33 PM
Sometimes my main form appears and sometimes it doesn't. VS.NET acts
as if the process is running and I can click the "stop" button but I
get no windows or forms.
Here is my code:
static void Main() {
try{
MainForm frm = new MainForm();
Application.Run( frm );
} catch( System.Exce... more >>
Implementing a namespace over more than one assembly?
Posted by thechaosengine at 8/11/2005 12:32:44 PM
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 >>
Can't get IIS to run ASP 1.1
Posted by kempshall at 8/11/2005 11:07:05 AM
Every time I open up a web application in Visual Studio, I get the
following error message: Visual Studio .NET has detected that the
specified web server is not running ASP.NET version 1.1. You will be
unable to run ASP.NET Web applications or services.
Not surprisingly, I'm unable to run any ... more >>
Too many pending asynchronous disk write causes spurious errors
Posted by Lee Gillie at 8/11/2005 9:19:59 AM
I am using the asynchronous I/O model to receive data over a socket, and
asynchronously write the incoming data to a disk file using FileStream.
So long as the pending writes have not yet completed I continue to
allocate more read buffers. As a result I can get a backlog of about 250
disk wr... more >>
Disk file write performance
Posted by Lee Gillie at 8/11/2005 9:12:47 AM
Seeking some hints from a real framework asynchronous I/O ru of gu.
I am trying to find the absolute fastest way to write binary data to
disk files in VB.NET.
I am working on an FTP server. In my development testing I have found
that I can receive about 60 mbits/sec over the socket data co... more >>
Exception on Machine Without Visual Studio .Net Installed
Posted by sunrat at 8/11/2005 8:41:32 AM
I have created a mixed mode (managed + native) application that links to a
mixed mode dll. It runs fine on all XP machines with Visual Studio .Net
installed, but on other machines with the .Net framework installed but not
Visual Studio, it displays a pop-up window entitled "Common Runtime Debu... more >>
General GDI+ Error.
Posted by Philip Wagenaar at 8/11/2005 7:37:09 AM
I have the following code and when I use it to split a tiff file in seperate
tiff files I receive a general gdi+ error. I have no clue what is going wrong.
From http://www.codeproject.com/csharp/TiffManager.asp
Code:
using System;
using System.IO;
using System.Drawing;
using System.Dra... more >>
Custom Class - Different Instances
Posted by Grigs at 8/11/2005 5:28:59 AM
Hello,
I have a custom component class that I created that will basically save x
amount of "objects." Once x + 1 object pops in, the oldest one falls off.
It works great as I have it. In my test web page I create a Static object
and use the New to create a new instance of it. If I don't... more >>
Passing Array using Reflection
Posted by Vignesh at 8/11/2005 4:55:04 AM
Hi ,
Can anybody help me why this code is failing?
I am passing an array using reflection.
using System;
using System.Reflection;
using System.Collections;
namespace ReflectionTest
{
public class M
{
public void Method(string[] x)
{
Console.WriteLine(x[0]);
... more >>
Imports VS Namespace.Namespace2.Class1
Posted by Jon Gonzales at 8/11/2005 12:27:02 AM
Item #1:
Project Reference > DLLClass1
Project Properties > Imports > Namespace.Namespace2
- In Code Behind:
* Dim NewClass1 As New Class1
Item #2:
Project Reference > DLLClass1
- In Code Behind:
* Dim NewClass1 As New Namespace.Namespace2.Class1
* What will be better? Item #1 or #2?, D... more >>
Finding out if an exception occurred in a finally block. (.NET 2.0)
Posted by Peter Strøiman at 8/11/2005 12:00:00 AM
Hi.
Since my situation is a little complex I have simplified it for this post.
I start a database transaction. Do some work with it in a try-finally block,
and in the finally block I dispose resources. I would like to in my finally
block detect if we are leaving because of the code actually ... more >>
Uninstall 2005 Beta 2 and reinstall 2003
Posted by Ivan Debono at 8/11/2005 12:00:00 AM
Hi all,
I've uninstalled Visual Studio .Net 2005 Beta 2 and need to reinstall Visual
Studio .Net 2003 but I get an error that the .Net Framework 1.1 and J#
redistributable packages cannot be installed.
Is there a tool to clean up the mess the Beta leaves behind?
Thanks,
Ivan
... more >>
GC problem
Posted by Madhu Gopinathan at 8/11/2005 12:00:00 AM
Hi,
I am setting System.Threading.Thread.CurrentPrincipal to a Windows
pricipal before I go ahead call methods to process, sometimes cross
assembly.
The problem I am facing is that intermittently the WindowsPrincipal
object within seems to be garbage collected because I get "Handle is... more >>
N Tier Architecture ?
Posted by Silent Ocean at 8/10/2005 8:22:55 PM
Hi
1. I am in process of designing N-Tier Application using ASP.NET. Can
anyone guide me the right material or microsoft guidelines document
which I can used in designing the N-Tier application.
2. I would also like to know whether to use Web Services or .Net
Remoting in designing N-Tier... more >>
HttpWebRequest and Multi Threaded apps Question
Posted by Mark Fletcher at 8/10/2005 2:25:22 PM
Hi,
Im in the process of writing a program that crawls a website. Im using the
HttpWebRequest and HttpWebResponse classed to get content. To make my
application more scalable, my application is multithreaded, with each thread
making a different request.
One problem Ive ran into is that w... more >>
reverse polymorphism
Posted by Marco Rego at 8/10/2005 1:48:05 PM
Class A extends Control and creates a "new" Size property hiding Size from
the Control class.
A method M from another class (not related to A or Control) has a parameter
of type Control.
Question: If an A object is passed to M, is there a way to call Size from A
instead of Size from Control ... more >>
Convert BinaryString into int?
Posted by Keith at 8/10/2005 12:25:06 PM
Hello,
I have some binarystrings in the registry (from an older j++ app) that I
need to convert at runtime to ints. What is the best practice for this? In
J++ you could just call Integer.ParseInt(val, 2); I've tried
Convert.ToUInt32(object, int) but I can't get the compiler to believe t... more >>
Issue with MMC in VS.NET
Posted by varkey.mathew NO[at]SPAM wipro.com at 8/10/2005 10:42:13 AM
Dear all,
I am facing a frustrating problem in trying to make sense of an
existing MMC Snapin developed using Visual Studio .NET by You-Know-Who.
Well, the project type for the Snapin is a Class Library. Once I build
the solution from visual Studio .NET, the solution consisting of the
Cla... more >>
Java Null VS .NET Null
Posted by David Jessee at 8/10/2005 9:48:04 AM
In Java, creating a class that represents a tuple in a database is relatively
simple because if you have a field for, lets say, "Quantity" that is an
integer, you can set it to null. Since .NET uses a stack for these Value
Types, the integer (Int32) has an initial value of 0 and you can't set... more >>
How to Learn .net and vb.net
Posted by Venkat at 8/10/2005 7:18:04 AM
i want to learn .net and vb.net in a propare steps, How to proceed in this.
If you can provide learning steps for .net it will be really helpful for me
Thanks in advance
Venkat... more >>
Why is the ArrayList IEnumerator so much slower than it's IList in
Posted by nickdu at 8/10/2005 7:04:02 AM
From the tests that I have done it appears the ArrayList IEnumerator is about
three times slower than using it's IList indexer. I would think they should
be roughly the same. Is there a reason they're not?
--
Thanks,
Nick... more >>
Versions of .NET runtime
Posted by O.L. at 8/10/2005 12:00:00 AM
Hello,
I've installed the .NET framework v2.0 beta 2 on my computer, but when
I try to install SharpDevelop or other softwares, I still get a message
"You must have .NET framework v1.1" ...
Does someone know why ? Can't the 2.0 runtime execute 1.1 apps ?
Thank you :)
Olivier
--
Ceci... more >>
.NET Framework 1.1 Service Pack 2
Posted by Marcel van Laar at 8/10/2005 12:00:00 AM
Hi,
Can someone tell me when .NET Framework 1.1 Service Pack 2 will be
available?
Cheers.
... more >>
MyClass2 = MyClass1 -> ByRef????
Posted by DraguVaso at 8/10/2005 12:00:00 AM
Hi,
I have 2 instances of a user-defined class. When I do a cls2 = cls1, and I
change a property of cls2, this property is also changed in my cls1!!
Does anybody know what the reason of this is? and how I can prevent it?
Thanks,
Pieter
I'm using VB.NET 2003.
This is my sample co... more >>
Icon problem
Posted by Lloyd Dupont at 8/10/2005 12:00:00 AM
I'm developping an apps which would manage 2 file type (I could foresee so
far).
I would like to provide each of them with its icon.
Now, in the "Good Old Win32 days" (which I never practice ;-) I could just
embed Icon resource in my app, with a negative index, and register with
windows sh... more >>
Trace
Posted by schoenfeld1 NO[at]SPAM gmail.com at 8/9/2005 8:30:43 PM
I can't seem to get Trace to write to a file unless I explicitly call
Trace.Close() at the end of my app. My log files don't flush until I
close this. Is there a way to view the trace output files during
application running without needing to call Trace.Close()?
Or does it auto-flush after a... more >>
deleting a subkey
Posted by aaronfude NO[at]SPAM gmail.com at 8/9/2005 5:01:17 PM
Hi,
I have the following code (from a project I found on the web) that
deletes a subkey.
RegistryKey root = Registry.ClassesRoot;
root.DeleteSubKey("AllFilesystemObjects\\shellex\\ContextMenuHandlers\\CleanVS");
It throws the following exception:
Void DeleteSubKey(System.String, Bool... more >>
Regular Expression Issue/Question
Posted by Stephen Costanzo at 8/9/2005 2:00:58 PM
I have inherited an application that uses Regular Expressions to find items
out of a data string and I am getting an odd result. It appears the regular
expression engine is grabbing the wrong value. For ease of the post I have
simply grabbed the relevant pieces of code without comments.
Dim... more >>
A namespace implemented over several different assemblies?
Posted by thechaosengine at 8/9/2005 11:29:24 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 >>
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 >>
Delete elements in .NET collections
Posted by headware at 8/9/2005 10:12:43 AM
A common issue that I see in the
microsoft.public.dotnet.framework.adonet group is that if you want to
delete a DataRow from a collection of DataRows (e.g. myTable.Rows), you
can't do this using a foreach loop like this:
foreach(DataRow row in myTbl.Rows)
if(someCondition)
row.Delet... more >>
How to Translate the Code?
Posted by JoseTA at 8/9/2005 8:52:48 AM
Hi
The following source is written in VB. Now I want to covert this source code
to VC++ .NET. Could you please try to do this translation someone who have
knowledge in VB and C++?
Function Convert(ByVal MyNumber)
Dim DecimalPlace, Temp
DecimalPlace = InStr(MyNumber, ".")
Te... more >>
Cybersitter incompatible with .Net Framework?
Posted by ssejohn NO[at]SPAM netscape.net at 8/9/2005 7:01:53 AM
Actual trouble ticket follows. Reference DEJ-83192 to
support@cybersitter.com I'm not a programmer, I've rudely crossposted
this, and I apologize for all of that. I'm quite sure anyone here can
point out many inconsistencies etc. I'm asking for folks here to
download cybersitter and determine... more >>
Are shared methods slower ?
Posted by Craig HB at 8/9/2005 3:38:03 AM
I use shared methods for all my business logic classes to save typing when
calling them (because I would not need to instantiate the object). So I would
use them like this : "dim ds as dataset = Employees.List".
Is this ok or does this affect performance ?
Thanks, Craig... more >>
strange error from win forms application (Failed to load resources
Posted by Nadav Popplewell at 8/9/2005 2:48:25 AM
Hi everybody,
I've got a strange problem with my application (a windows application):
I've got an application that is running on a client's production.
(the system is dotnet v1.1 on windows XP sp2)
Today the application suddenly displayed a message box with this error:
Setup Error
Faile... more >>
How to get the value of a const using reflection?
Posted by Neo The One at 8/9/2005 12:01:33 AM
If I have the following class:
class dummy
{
public const string L_NAME = "Neo";
};
How can I get the value of L_NAME using reflection?... 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 >>
One weird thought - May be possible.
Posted by Atul at 8/9/2005 12:00:00 AM
Hi,
Can I use .NET Framework 2.0 using VS.NET 2003 IDE?
My be possible, but just curious to ask. Is it possible?
Thanks
Atul
... more >>
SendKeys to a differnt application from System tray App
Posted by Manoj Nair at 8/9/2005 12:00:00 AM
Hi,
The problem :
Have a system tray application.This has a menu item 'Exit'.
On click of this a differnt application with a UI which runs in the
background should close.
The other application requires a Keyboard combination of Ctrl + Shift + Alt
+ X to close it properly.
After closing the ... more >>
Stream speed
Posted by Roshawn Dawson at 8/8/2005 4:36:33 PM
Hi,
How fast and efficient are streams in the .NET Framework? Do they
consume large amounts of server resources (cpu usage, memory, etc.)?
Thanks,
Roshawn... more >>
Asynchronous Socket Events
Posted by Borco at 8/8/2005 2:05:37 PM
We have an application that is using sockets in a multithreaded
environment. We are seeing a situation arise where the Connected event
is firing and the DataArrival event fires so quickly afterwards that we
cannot complete our connection processing logic and are forced to drop
the data and there... more >>
how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sit
Posted by Daniel at 8/8/2005 12:15:33 PM
how to detect who redirects traffic to a aspx page? is this info passed
along in request object or can sites anonymously redirect traffic to other
sites?
... more >>
Within which MS aplications is installed .NET Framework to PC
Posted by Pavko at 8/8/2005 7:54:14 AM
Hello,
I couldn't find within which MS aplications is installed .NET Framework to PC.
Is installed .NET Framework with MS Office, IE, WinXP or with their service
packs ?
Thanks
Pavko... more >>
DirectoryServices.DirectoryEntry - Creating virtual directories in
Posted by paul at 8/8/2005 6:26:12 AM
I'm using the DirectoryServices class to try and create new virtual
directories in IIS.
Here's the code I'm using:
System.DirectoryServices.DirectoryEntry oDE;
System.DirectoryServices.DirectoryEntries oDC;
System.DirectoryServices.DirectoryEntry oVirDir;
string sIISPath = @"IIS:\\localho... more >>
MyClassCollection = MyDataTable
Posted by DraguVaso at 8/8/2005 12:00:00 AM
Hi,
I want a fast way to use assign a tha values in a DataTable to a
collection/Array/List of Classes. Each record in my DataTable should be new
Class, and tha Class would have property's for each Field in the DataTable.
Is something like this possible? Or how should I do something like this... more >>
gdiplusflat.h ?!?!
Posted by Lloyd Dupont at 8/8/2005 12:00:00 AM
In my managed C++ code I would like to call the GDI+ text function directly.
I'm refering to this document:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/GDIPlusreference/flatapi.asp
Which tolds me about a <gdiplusflat.h> header.
However, although I have VS.NE... more >>
WaitForMultipleObjects equivalent in .Net?
Posted by Madhu Gopinathan at 8/8/2005 12:00:00 AM
Hi,
I need to implement my own ThreadPool class because I want to have
control over the threads and their lifetimes. The ThreadPool class will take
care of thread recovery in case threads lock up and the implementation
provided by .Net does not provide for the same.
My question now is... more >>
|