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# / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
xml vs xsd13 May 2008 14:32 GMT2
What is the best way to implement in c# xml validation with a given xsd?
Thank u!
Question on Enum flags13 May 2008 13:03 GMT6
I have the following defined.
enum DisplayEventType{DISPUTE  = 0x0001, ACTION = 0x0002, QUESTION =
0x0004);
DisplayEventType dEventType;
Texture.FromBitmap is slow runing from debugger13 May 2008 12:13 GMT7
Ive written a 3dmodel editor, and it works fairly well
it harldy uses any cpu exept when its loading a texture from bitmap
in the debugger, at all other times it hardly uses any cpu
but from the debugger even in release mode it takes a second or so
Send cookie with WebRequest13 May 2008 11:13 GMT3
string m_request = some_web_page;
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(m_request );
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
Which works fine, but I need to set and send a cookie with the WebRequest.
Code Snippet Respository13 May 2008 11:07 GMT6
All,
I'd like to hear how other developers/architects keep track of old
scripts, code snippets, relevant URLs, etc.  I think most developers
have an area where they keep reusable code they would like to use
inheritance  vs xml13 May 2008 09:32 GMT5
I have inheritance between classes which are the result of xml
serialization.
My question is how can I insure in serializaion stage that the hierarchy
in xml is according to inheritance hierarchy in classes?
Passing DBTransaction between functions in Bus Layer13 May 2008 08:21 GMT3
I have a function setup in my Bus Logic Layer similar to the following
function ProcessOrders
function InsertOrder
function InsertOrderItems
fundamental web services question13 May 2008 02:48 GMT5
I have an asp page (please don't ask me why), I would like to consume
a .net web services. What is the best way to consume the web service?
Is it using com component or using vbscript? Could the experts shead
some light into this dark area for me?
Best practice13 May 2008 02:43 GMT1
I´m starting with C# and .NET. So, I have some difficulties with some codes.
I´m already a programmer and I´m migrating from Delphi to C#. My questions
are:
1) Into a form I´ve made my connection string and my SqlConnection variable.
hex type values13 May 2008 02:28 GMT5
If I assign an attribute using property name/value pairs such as
[MyAttr(stringVal="joe")]
where stringVal is a string C# generates the name\value pair using hex values
01 00 01 00 54 0E 09 73 74 72 69 6E 67 56 61 6C 03 6A 6F 65.
Get Email from Exchange Server13 May 2008 01:24 GMT2
I am looking to get emails from a Public Folder on our internal server using
a filter from exchange server 2007
extract attachments
tag or set the status on each email so I don't process it again next day
DataGridView and Selected Row13 May 2008 01:03 GMT2
If I can explain it.
I have a DataGridView with say 100 rows, 30 of which will display on the
screen.
If I drag down the vertical scroll bar so that say row 50 is the centre
Get image from MessageBoxIcon12 May 2008 23:16 GMT6
I want use icons available in MessageBoxIcon to use them in a PictureBox
control.
How can I do this?
There are a way to get this icons from MessageBoxIcon, or I need to have
How to add new attribute to XmlNode12 May 2008 22:34 GMT4
I am reading an XmlFile using XmlDocument and traverse through the
XmlNode, as I read I need to append an attribute to the XmlNode on
some conditions.
I tried xmlNode.Attributes.Append()
Associate menu item with type12 May 2008 21:55 GMT1
In WinForms Menu designer I need to associate type with menu item.
In properties window for Customer menu item I entered  
=typeof(Customer)
but designer creates code
 
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.