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# / February 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Creating a UI as an ActiveX/Com19 Feb 2007 18:14 GMT2
Could I create a nice interface using C# forms and compile it as an
ActiveX control to be using in other languages?  The interface options
in C# are much nicer (and most importantly less work) than the
language the core of my application is written in (VFP 9) and I would
Trial versions of MS software require to buy programs just to extract?19 Feb 2007 18:14 GMT11
I downloaded 90-day trial version of Visual Studio 2005 but this
thing
is only in .img file format
and Microsoft does not provide any extraction utility for .img files.
Persistemt https session?19 Feb 2007 17:52 GMT2
Hi, I am trying to connect to an https server and download a file. The server
requires a client side certificate, which I have loaded successfully using
the X509Certificate class. I then add this certificate to the HttpWebRequest
class and connect to the server.
need aero theme in ElementHost19 Feb 2007 17:48 GMT1
I'm currently using the ElementHost (from Integration) to show some
WPF controls on my .NET 2.0 form. It works fine, but they don't match
the other .NET 2.0 controls (3rd party) on my form that are built to
Aero look and feel. How can I load the Aero.normalcolor.xaml theme
XML element addition19 Feb 2007 17:12 GMT4
I used
XmlDocument to load from a file.
Then how do I append an element to the end?
<files>
Changing the drawing cordinates19 Feb 2007 16:55 GMT1
I need to change how a image and text appear on a screen.  So instead
of using the Top/left X/Y position to draw the image, I need to set
the drawing origin to be the bottom/right.  When I am drawing images
only, I use the rotateat property, but when i include text, this does
Why does .NET raise_XXX proxy code lock on a mutex.19 Feb 2007 14:56 GMT3
Maybe I'm not understanding things.
I have a multi-threaded callback producer (Unmanaged C++), which fires
into a managed proxy class, which in turn calls into a managed C++
consumer (mixed mode DLL). From the managed C++ class I have defined
Redirecting File input to Memory19 Feb 2007 14:46 GMT13
Here is a head scratcher for you all:   We were wondering if it is possible
to redirect file input to a place in memory (say a byte array for example).  
More specifically, if a function were to take only an input string directed
to a file path (physical hard drive location), is ...
How to scroll two Richedit in parallel?19 Feb 2007 14:27 GMT1
Is there any way of scrolling to rich edit in parallel in C#?
Thanks
Signature

La ventaja de ser inteligente es que así resulta más fácil pasar por tonto.

SQL Statement in C#19 Feb 2007 14:21 GMT20
I always have trouble writing a SQL statement when it comes to the handling
of the quotes. Can someone please help me with this line of ocde?  I know I
need to have "Armed Away" in quotes too (I believe)
string sCommand = "SELECT CommandString FROM Commands WHERE CommandName =
Collection property does not update control19 Feb 2007 14:13 GMT1
I have a collection property in my custom control like this one :
[Category("Behavior")]
[Browsable(true)]
[Description("Column Collection")]
Need a combobox with typed items19 Feb 2007 13:12 GMT6
I need a combobox where the items are typed as string - not object.
And another where the items are from a class I generated.
Can one make such comboboxes from System.Windows.Forms.ComboBox?
If that is not practical I appreciate you telling me that?
Merge sort on Linked List19 Feb 2007 12:29 GMT7
I have to write program in C# to merge sort a linked list (doubly
linked). Is it true that the best way to do it is copy it into an
array, sort it and then convert back ?
I'm new to C#, but I tried to develop a merge sort program myself, but
How to create an instance of a class from a variable?19 Feb 2007 10:45 GMT10
I need to create an instance of a class whose name I have in a string
variable, let's say that:
string myTypeName = "MyType";
and in a result I need the equivalent of:
[Newbie] SqlDataReader - What is the best or proper way to gain access to the field value?19 Feb 2007 10:01 GMT1
Many thanks in advance!
...
SqlDataReader reader = cmd.ExecuteReader();
...
 
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.