| Thread | Last Post | Replies |
|
| Get a file from my resource file and write it to disk | 13 Nov 2007 05:41 GMT | 9 |
Here's my problem. I am using an obscure font in my Windows Form application, so I want to ensure that people using the application will have the text displayed as intended. I've included the ttf font file in my resources file and I want to write it to disk so that I can
|
| c# NNTP =?utf-8 issue | 13 Nov 2007 05:23 GMT | 5 |
I'm attempting to build a basic NNTP client in C# using a networkstream and a streamreader. I'm having an issue where some peoples from: information is being returned like '=?Utf-8?B?UmFodWwgUGF0ZWw=?= <email@domain.com>'. What would be the best way to convert this back to ...
|
| Com Interoperabilty | 13 Nov 2007 04:29 GMT | 3 |
Am new to this topic & am stuck in the following. Any help is greatly appreciated. I have a unmanaged Dll written in vc++ 6.0 & it has an interface which can be used for call back.
|
| C# and ADO RecordSet | 12 Nov 2007 23:56 GMT | 6 |
How do I pass a result of a stored procedure from a C# assembly to a VB 6 so VB can see the result as RecordSet? Thanks, Gilgamesh
|
| Heap Memory of a Windows Process | 12 Nov 2007 22:29 GMT | 3 |
how can i get heap memory of a windows process with C#? For example, I would like to see the value of the heap memory allocated for my "java.exe" process. thanks in advance.
|
| Count | 12 Nov 2007 22:01 GMT | 1 |
I have a multi Valued field in table. These values are repeated in many rows. I want to count each value in all rows. Could you please provide me query to do that. e'g in the following table I want to know the count of Baseline = 2,
|
| How to get HttpApplication from Windows Form | 12 Nov 2007 21:38 GMT | 4 |
Any one know "How to get HttpApplication from Windows Form" by using C# on Windows 2003 server? Thank for the help!
|
| How to duplicate TabPage during run-time ? | 12 Nov 2007 20:44 GMT | 6 |
Hello gurus, I want to have a Form with a TabControl, this TabControl will contain TabPage that has controls in it, this TabPage is prepared at design time. I want in runtime to duplicate the TabPage that wad made during the design
|
| Question about array copy performance. | 12 Nov 2007 20:37 GMT | 8 |
Which one is faster or any other better way to do it. I have an array of byte with name: sendBuffer, and i will like to make some thing like that the value started from index of the array in realDataSent is now copy
|
| Long activity indicator control | 12 Nov 2007 19:59 GMT | 10 |
I have a winforms application developed in c# v1.1. The application has a form that calls a webservice method. The call is performed from inside the GUI thread and may take up to a minute. Meanwhile, I want to provide to the user some sort of visual indicator
|
| Asynchronous Process Question | 12 Nov 2007 19:41 GMT | 11 |
I have a process that takes a while to run so I have it running asynchronously so that the user can continue working. My question is that I want to killl the process if the user changes the search parameters before the callback method is called. Any ideas of how to do this or if ...
|
| Get last two characters of a string | 12 Nov 2007 18:39 GMT | 3 |
I store current year in string format. I want to get the last two values of the year. For example: if year is 2007, I want 07. Which string function to use ?
|
| C# Classes with members that implement IDisposable | 12 Nov 2007 17:32 GMT | 4 |
For any class I write in C# that has a member variable that implements IDisposable my class implements the IDisposable pattern. I do this to guarantee the reference to the member is explicitly released and the object is eligible for garbage collection when my class is disposed or
|
| Check null | 12 Nov 2007 16:58 GMT | 4 |
I have a member variable of a class of type "int", and while assigning value to it in a constructor, I want to check whether it is a null. I am using following code: if (NewMember.BPLNo == null)
|
| Date Time Picker control | 12 Nov 2007 16:49 GMT | 2 |
Hi to all, I'd like to set initial value to DateTimePicker Control programmatically, How I can do that? I had tried following:
|