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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
C# equivalent to VB expression27 Mar 2008 15:23 GMT4
Can anybody tell me what the C# equivalent to VB's
Err.Clear()
is? As far as I can see, the Err object only exists in VB. But how do you
clear the error collection in C# then?
PresentationFramework Assembly location27 Mar 2008 15:11 GMT1
I am trying to compile a code in command line and I get error messages
stating that I am missing assembly references. One of the assembly it
is complaining about is PresrantionFramework.dll which has Application
namespace. By the way, I am using VS2008 attempting to compile a WPF
Handling null values returned via SQL ExecuteScalar() query27 Mar 2008 15:10 GMT4
How do I test for and handle a return of null in the following code?
               try
               {
                   OleDbConnection connection = new
unboxing problem27 Mar 2008 15:03 GMT11
I am trying to test if my object is a TextBox and I tried:
if (messageOut is TextBox)
But I get an error message:
The type or namespace name 'TextBox' could not be found (are you missing a
compiling to IL code27 Mar 2008 14:11 GMT9
Could someone tell me how to compile a project to IL code? Let me
explain the reason. I have a program which will read a resource file
and creates some output. In this scenario, the program doesn't change,
but every month, I need to do a new release and and only thing it
csc error27 Mar 2008 14:11 GMT5
When I try to compile a C# application using the command line code I
am getting the following error;
App.xaml.cs(line,column): error cs0246: The type or namespace name
'Application' could not be found
RSA and Public Private key27 Mar 2008 13:26 GMT3
I have a project where I need to generate a file and then send it with a
supplied public key. I've done the file generation, now I'm trying to do the
encryption. It looks like I can use RSA, specifically
RSACryptoServiceProvider. The problem is that the public key is supposed to
Generating unique incremental integer ID for database tables27 Mar 2008 13:02 GMT8
I can imagine this question has been brought up before but I've spent all
morning trying to find what I need on google without success.
My application sits on Mysql or MS sql server engines and to date I've just
been using auto-incremental int64 fields to generate my RecID field.
ToolboxBitmap and resources27 Mar 2008 11:26 GMT3
I have created a new control and I need to pt it in the toolbox.
Actually, I have added a bitmap in ma solution and I code:
   [ToolboxBitmap(typeof(OKButton), "button_ok.bmp")]
   public class OKButton : Button
Listview with column item's as tree's27 Mar 2008 11:04 GMT3
How do I add the ability to combine listview with treeview? I want to have a
list view but with some items in some columns to have the ability to act as
a tree instead of just a single item. (like, say, how outlook express does
it with its message headers)
Framework 3.5 and Windows 200027 Mar 2008 10:42 GMT4
Is Windows 2000 compatible with .net Framework 3.5 please ?
Jean-Luc !
LINQ and MS Access27 Mar 2008 10:36 GMT11
I've JUST move to Vista, VS 2008, C# from XP, VS.net 2002, VB & C++ so I'm on
a steep learning curve.
I'm currently developing a C# Web App project in VS 2008. I need to query an
existing MS Access data base. I thought LINQ would be the way to go.
Drag and Drop in a ListView27 Mar 2008 08:16 GMT5
I wrote an C# application that uses drag and drop to copy the contents of
one ListViewItem to another.  I call DoDragDrop() in the ItemDrag event
handler, however, the ItemDrag event is being fired when an item in the
ListView is clicked to select it instead of being fired when ...
Disable DataGridView cell highlighting27 Mar 2008 07:26 GMT1
I have Text box controls and DataGridView control in WinForms form.
DataGridview contains custom ComboBox columns and standard TextBox columns.
Edit mode is EditOnEnter.
When focus is moved out of DataGridView, its current cell is displayed as
search my DataColumn object27 Mar 2008 07:22 GMT1
hey all,
what's the best way to search my DataColumn object to see if a column name
"contains" a certain string value?
thanks,
 
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.