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 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Splitter Container Resize21 Nov 2007 23:02 GMT3
I have a horizontal Splitter, for which I would like the top panel to
remain 20 pixels in height. I do this because I have a containter on
it, and I overide the OnPaint method. It is being painted as a band
similar to that of Disk Defragmentor.
ToString() Formatting Trick21 Nov 2007 23:01 GMT2
Hey Folks,
I have searched "hours" for where this tricky option is documented. I
can NOT find it! So, I am asking assistance on two issues >>
1) What are the formatting switches available for the ToString()
MailMessage question...21 Nov 2007 22:22 GMT1
In the Body of the MailMessage, if I wanted to have a few blank lines
below my message, how would I do that?  I know that if I was in VB, I
could probably get away with CHR(13) & CHR(10).
msg.Body = "The attached text file contains Craft labor.  ";
avoid flickering during sizing form21 Nov 2007 21:13 GMT4
Basically i've read that under C++ we can avoid flickering forms during
sizing (maximize, minimize, restore,...) in SDi/MDI application.
I understood that for that i need to override the WndProc with WM_PAINT
and WM_SIZE messages.
only one MDI Children in MDI'form21 Nov 2007 21:04 GMT1
How would only accept in MDI' form  one window children open at a time.
thanks
passing objects into methods that do database processing?21 Nov 2007 21:02 GMT2
Is it good (or should I say normal) practice to pass an object into a method
for database processing? Or should I stay away from that sort of thing.
How to pass Composite Control messages to the parent Form?21 Nov 2007 20:07 GMT7
I developed a Composite Control with Visual C# (Rocker Button).  The button
detects MouseUp events inside the control.  However I would like these
MouseUp events to be transferred to the parent form of this control so I can
update the form with the new information.
phantom namespace across assemblies21 Nov 2007 19:54 GMT1
I can't find where i have declared ICategoryService as being in the
IVS.WMS.Product namespace.  I have recompiled.  Deleted the obj and bin
dirs.  Removed the reference.  I can't figure out how the Server dll
thinks the ICategoryService interface is in the IVS.WMS.Product
StringBuilder to byte array21 Nov 2007 19:53 GMT16
What is the easiest way to convert StringBuilder to byte array?
Thanks
LINQ and Distinct method and custom IEqualityComparer21 Nov 2007 19:27 GMT1
I am playing with Visual Studio 2008 and LINQ to XML.
When trying to use the Distinct method with a custom class implementing
IEqualityComparer<XElement> I can't compile the project which I do not
understand. Maybe someone here can tell me what I am doing wrong.
multiple criteria switch21 Nov 2007 17:57 GMT2
is it possible to have a multiple criteria switch in C#
switch(name , surname){
case "John","Smith"
break;
Import unmanaged C++ class from dll issue21 Nov 2007 16:54 GMT1
I'm trying to import code from a c++ unmanaged dll in a c# project.
In the dll there's a class named Connection, but the dll exposes only
2 methods (outside the class):
- HBITMAP DownloadIntra(char *host, int port, char *user, char *pwd,
Selecting text in another application and importing it into mine21 Nov 2007 16:39 GMT4
How can select a single word of text, in any application, e.g. Windows
Explorer, Internet Explorer etc. , without double clicking it and instead use
a combination of mouse and keyboard, for example Left Control key +  Right
Mouse Button, and retrieve that word into my application ...
How do I get WebProxy to work in HttpWebRequest?21 Nov 2007 16:32 GMT3
I found an example online and when I tried repeating it with the proxy I
normally use for my browser, I get errors.
What I do is this:
WebProxy proxy = new WebProxy("http://www.autoconfig/pac", true);
bitwise rotation in c#21 Nov 2007 16:19 GMT6
How can i perform bitwise rotation in C#?
 
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.