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# / August 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
C# and MSSQL (image type column)16 Aug 2006 03:07 GMT3
I need to load an rtf file to my sql database (into image type column). now I
am using external tool textcopy.exe (launched within my application)
Is it possible (how to do that) to write my own application that will load a
file into image type column in sql db?
Drawing in a picturebox16 Aug 2006 02:16 GMT5
I'm new to C# and want a simple app to display a bitmap that is in
bayer format. I searched the group and have an app that can draw pixels
in a picturebox using Pset. My problem is that Pset uses x,y,color,
where color is predefined. I need to draw my pixel based on the value
Listbox SelectedIndex set to -116 Aug 2006 01:33 GMT3
I populate an unbound ListBox on a WebForm with the following C# code.
SqlDataReader oDr = sqlCommandGetTableList.ExecuteReader();
ListBoxTableName.DataSource = oDr;
ListBoxTableName.DataValueField = "TABLE_NAME";
TreeView.GetNodeAt problem16 Aug 2006 01:04 GMT4
I have a dragdrop event to capture the treenode that trigger  that event.
However, I always get the returned node is null.
private void trvEmployee_DragDrop(object sender, DragEventArgs e)
{
Convert C# project to vb.net16 Aug 2006 00:38 GMT7
Is there any application that convert C# project to vb.net project?
Thanks =)
Office 2007 Style Forms16 Aug 2006 00:36 GMT2
I would like to use a control which change the standard Windows Form
Style to the Form Style used in Microsoft Office 2007.
DevComponents has developed a component which do the job
(http://www.devcomponents.com/dotnetbar/ - see number 21) but I don't
A question about ShowDialog() form15 Aug 2006 23:26 GMT3
I have a modal dialog lets call it TestDialog that is shown by using method
showDialog().
This TestDialog has three controls it's one richtextbox and two buttons.
The buttons is one Ok button and one Cancel button.
Copy Reference Type?15 Aug 2006 23:15 GMT15
Ok, this should be simple, but how do I copy a reference type by value?
Meaning
SomeComplexObject s1 = new SomeComplexObject ();
SomeComplexObject s2 = new SomeComplexObject ();
Display problem with my treeview and listview getting chopped off15 Aug 2006 23:07 GMT6
My container with 2 panels containning Treeveiw and Listview controls are
chopped off on the top by the toolstripmenu when I dock the these 2 contols
in the parent container and the container is also docked to the parent, and
the container at this poit enlarges and covers up the ...
How to get the string passed by SendMessage?15 Aug 2006 22:53 GMT2
1. I am using SendMessage (HWND_BROADCAST, WM_FONTCHANGE, 0,
(LPARAM)pFileName); in C++ side
2. In WndProc, I wanted to get the fileName from m.lparam, which is a
IntPtr. How can I convert it to a string in C#
levles of performance15 Aug 2006 22:39 GMT1
heres one for ya....
what measures can be put into place in order to bring a system back up
to its expected levels of performance, when numerous instances of
paging to and form the hard disk used for paging file, making the
enumerating and using fonts installed by AddFontResourceEx15 Aug 2006 21:55 GMT2
1. I've installed a bunch of fonts in main application, which is in native
C++ code using AddFontResourceEx
2. A C# application is launched from this main application, but failed to
enumerate those installed fonts.
ORA-12154: TNS:could not resolve service name -- WebServices15 Aug 2006 21:04 GMT5
I just installed ODP.net 10.2.02 on my local machine (Windows XP Pro)
running IIS.
I have created a sample webservice in VS2003, connecting to localhost.
I am getting:
Changing border color?15 Aug 2006 21:00 GMT1
Is there a simple way to change a UserControl border color?
I'm creating a UserControl that will have a border, using the
UserControl.BorderStyle property. The standard border is black; I'd like to
change the color to something a little more appealing. I've tried overriding
StackTrace constructor on other threads15 Aug 2006 20:33 GMT2
There is a StackTrace constructor that can take a target thread.  This
requires that the target thread be Suspended.  However, the Suspend() method
of Thread is now deprecated.  Is there an alternative?
 
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.