all groups > c# > may 2005 > threads for sunday may 29
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
Help With Error
Posted by Adam at 5/29/2005 10:07:36 PM
Hey Guys,
I’m trying to create an application that uses an OLEDBConnection.
Every time I try to run my app when I get to the opening of the
connection I get this error.
"The .Net Framework Data Providers require Microsoft Data Access
Components (MDAC). Please install Microsoft Data Acces... more >>
C# Newby Image Question
Posted by Fred Nelson at 5/29/2005 8:43:13 PM
Hi:
I have programmed in VB.NET for about a year and I'm in the process of
learing C#. I'm really stuck on this question - and I know it's a "newby"
question:
In VB.NET I have several routines that upload and process images. I can't
get past "square one" with images in C#:
This stateme... more >>
Constifier
Posted by Bonj at 5/29/2005 6:06:12 PM
Modifies code files in a C++ project to make as many class member methods
'const' as possible. It parses the methods in all the files, tries making
them 'const', tests whether the build succeeds and if not reverts to the
previous state.
The more methods that are const, the faster the C++ prog... more >>
terminal services virtual channel client part in c#
Posted by me at 5/29/2005 5:34:22 PM
I need to write the client part of a virtual channel for terminal
services in c#. I have already done the server part and it works just
fine in c#. My problem is exporting the function is requires me to
export on the dll, I have no idea how to do that from c#.
http://msdn.microsoft.com/librar... more >>
call a function from a class
Posted by iWrite at 5/29/2005 8:52:01 AM
i want some of the functions to be in dbsample.cs and call it from form1.cs,
and want to know which is the right way to do so. If i create [public string
SomeFuction()] it works but [public static OleDbDataAdapter DbStatusWrite(
OleDbConnection connection)]. this is doesn't work.
... more >>
Threads so darn hard to understand
Posted by Arafangion at 5/29/2005 12:00:00 AM
Hello, recently I've been trying to figure out how the heck to just
destroy a thread.
I have since rewritten the code in question, but what I was trying to do
was to use the .Abort() method, but that would fail if the thread was in
a Suspended case.
Now, my book doesn't even hint (Deitel... more >>
How do i convert unicode string to ansi string in C#?
Posted by Julia at 5/29/2005 12:00:00 AM
Hi,
I need to convert unicode string to ansi string
Thanks in adavance.
... more >>
How to dertimate if a xml file is valid
Posted by ad at 5/29/2005 12:00:00 AM
I have a xml, with a DTD to valid it:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE MyHealthData SYSTEM "Health.dtd">
How can I dertimate if a xml file is valid by program?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|