Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Wrapping several DLLs in one "virtual" dll?28 Nov 2005 08:54 GMT5
I'm programming some classes in order to be able to import different
text formats (TXT, RTF, HTML, ...) to my own format called RUF.
I've defined one Solution within several Projects, each one is focused
in one specific format, includes from 5 to 15 classes and produces one
inconsistent accessibility error28 Nov 2005 08:49 GMT5
Consider the following code fragment
public class Wrapper {
  protected enum E { IN, OUT };
  public class C {
Deep copy28 Nov 2005 08:22 GMT5
What is the easiest way to make "deep copy" of my Hashtable?
How about with other Collection classes in C#, any documents available?
I don'r actually understand why Framework's Collection classes does not
support deep copy methods
Another problem with SHFILEOPSTRUCT28 Nov 2005 08:21 GMT4
I've been following the example on SHFILEOPSTRUCT here in the group,
but I keep getting the message: 'Cannot read from sourcefile'.
Here's the code:
SHFILEOPSTRUCT shf = new SHFILEOPSTRUCT();
Convert string to int28 Nov 2005 08:11 GMT5
I have tried several methods in converting my string data to an int.  I am
getting a message back 'Input string was not in a correct format'        
strSQL1 = "SELECT [service-cost] FROM [task] WHERE [service-order-number] =
" + Convert.ToInt32(txtSON.Text);
Panel.BackgroundImage problem28 Nov 2005 08:04 GMT12
I’m using a Panel control in my form to display a background image.
So in the Form OnPaint() I wrote:
myPanel.BackgroundImage = m_bmp;
While the m_bmp is the Form Bitmap member.
C# Bit problem28 Nov 2005 06:16 GMT1
In my SQLServer 2000 MyDataBase.MyTable, there's one field MyStatus which
datatype is Bit(1).
So the MyStatus in MyTable is either 0 or 1.
Now I have a ComboBox MyCombo in MyForm, and there're two items "Yes" and
vb to c# conversion28 Nov 2005 02:23 GMT5
i am making client for com dll
in vb i write like this
Dim WithEvents p As CLAMXLib.ClamEngine
Private Sub Form_Load()
How to serialize a DataRow ?28 Nov 2005 02:21 GMT3
I have a DataRow that I need to send it to another process as a XML string by
remoting.
Bu I do not want the other process to be familiar with the schema or
DataTable and DataRow structure, so I tried to serialize it to a XML string
"HINSTANCE hInstance" in C#28 Nov 2005 02:18 GMT6
I am trying to call into some C++ code from C#. One of the functions requires
a handle to the instance (HINSTANCE hInstance) of the C# program. How do I
access this in C#.
Thanks,
Question on Marshal of a unsigned short28 Nov 2005 02:17 GMT2
I need to call into a C++ DLL from my C# code.
The function is expecting a void pointer to an unsigned short.
Which would be more correct?
UInt16 wRegData;
meaning of event handler code28 Nov 2005 00:51 GMT3
in the following:
this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click);
if I saw an equation, such as y +=x;
then y = y+x.
Looking for a good book about C#.NET28 Nov 2005 00:17 GMT2
Hello!!
I looking for a good book about C#.NET but I don't want a beginners book
telling me what a class and an object is because I quite used to standard
C++.
what function does the 'where'  keyword have in this abstract class declaration?27 Nov 2005 23:42 GMT4
public abstract class FormShellApplication<TWorkItem, TShell> : WindowsFormsApplication<TWorkItem, TShell>
where TWorkItem : WorkItem, new()
where TShell : Form
thank you,
Asynchronous callbacks in C#27 Nov 2005 23:08 GMT2
I want to do two types of async callbacks in C#. One involves spawning a
worker thread, and the other does not invlve threads:
Case 1 (Span new thread)
----------------------------
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.