| Thread | Last Post | Replies |
|
| Get Tables Collection in C# | 14 Jun 2006 11:12 GMT | 1 |
Does anyone know how can I get list of all tables in my mdb file in C#? Regards,
|
| c dll to c# | 14 Jun 2006 11:02 GMT | 12 |
I have a .dll that i want to call from a c# source. But i can't figure out a way... Here are the .dll's input variables and the definition. extern "C" void _stdcall MyFunc(unsigned char var1[100], int length,
|
| launching events from a thread | 14 Jun 2006 10:44 GMT | 2 |
I've been searching for a solution on google for a problem related to creating events from a worker thread, with no luck.. Basically, the problem is when my events are caught by a UI using my class, they get the usual "Control 'blah' accessed from a thread other
|
| Urgent : ASP code for sending email automatically | 14 Jun 2006 10:37 GMT | 2 |
Hello support, I need help to have asp code to send email to the users. My scenario is like this: An Access database is created to look detect whether the database records
|
| How to determine the number of bytes in a string | 14 Jun 2006 10:01 GMT | 2 |
By converting a string in a textbox to a byte array I'll need the byte size of the string - how to determine that? Thanks Ole
|
| XML COmment woes in VS2005 | 14 Jun 2006 10:00 GMT | 3 |
I originally posted this in microsoft.public.xml ... my apologies to those to who read both groups ... Someone please tell me if I'm missing something here. The XML Comment generator in VS2005 seems to be woefully incomplete. I created a test
|
| Generating very large string in C# | 14 Jun 2006 09:48 GMT | 16 |
I need to generate a very large string (1 MB or so) in my C# code, so I can test the code. What is the most elegant way to do so? Thanks!
|
| Threading on FW1.1 | 14 Jun 2006 09:42 GMT | 5 |
I'm quite new to .NET FW programming, and I started just few months ago, on FW2.0, knowing actually _nothing_ about FW1.1, so my question may sound silly... Anyway, what I need to know is: does Threading on FW1.1 behave exactly the
|
| System.Windows.Forms.VisualStyles Error. | 14 Jun 2006 09:20 GMT | 7 |
Whenever I have "using System.Windows.Forms.VisualStyles" in any project, VS2005 tells me that "'VisualStyles' does not exist in the namespace 'System.Windows.Forms.' Any idea what this might be? Thanks.
|
| Using time for scheduling task. | 14 Jun 2006 07:51 GMT | 4 |
I want to develop one windows service in which i want to provide some scheduling facility. What i want is to take start time frm one xml file and then at that specified start time.
|
| How to use Compressed Folder function of XP programmatically? | 14 Jun 2006 07:28 GMT | 2 |
dear Readers, i will be downloading a zip file from the intranet website programmatically and i would like to process some of the files inside them before the user can save it. we have a lot of copies of winzip.
|
| Private vs Non-Public | 14 Jun 2006 06:55 GMT | 5 |
I am new to C# and dot NET in general. The book I am reading uses the term "non-public." I suspect that they don't mean "private", otherwise they would have said so. What is the difference between "non-public" and "private"?
|
| ASP C# - Compiler Error Message: CS0030 | 14 Jun 2006 06:53 GMT | 3 |
When I run my application in Visual Studion everthing works ok. But when I publish to our web server i get the error Compiler Error Message: CS0030 I am trying to open a popUP window with the following code
|
| itextsharp, text not printing | 14 Jun 2006 06:32 GMT | 3 |
Hi Eveyone. I have a problem printing out a generated PDF. I have a single image and the rest of the page is made up of tables of which each cell has Chunks of text. There is no watermark.
|
| Inch / Metric value | 14 Jun 2006 04:18 GMT | 8 |
Hi NG, in a dataset.datatable I have rows, containing metric data as doubles. I need to display/edit these values in textboxes depending on the culture (Metric/Inch). Is there something like a built in conversion functionality
|