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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
AscW Equivalent23 Oct 2007 21:49 GMT6
VB has the AscW function. There is no corresponding C# function. How can I do
this in C#? I do not want to reference the Microsoft.VisualBasic namespace
for just this function.
ArrayList ToArray() throwing exception (concatenate double[])23 Oct 2007 21:36 GMT3
I have many double[] that each have a few thousand numbers in them.
 I need to concatenate groups of these double arrays into a new set of
double[].
 I don't know the total # of points.
reading ColumnAttribute data23 Oct 2007 21:30 GMT2
  How can ColumnAttribute data be read from xxDataClasses.cs Columns
like this?
        [Column(Storage="_Name", DbType="VarChar(256) NOT
NULL", CanBeNull=false)]
Localisation - satelite assemblies23 Oct 2007 21:09 GMT2
Hey guys n gals
I am using resource file to localise my user interface. But i have an
issue with it. When i use assembly key file does not become strong!!
and localisation does not work... When i take out the assembly key
XML Node Retrieve23 Oct 2007 20:30 GMT2
Hi, I am trying to retrieve a value from a node in an XML document and
cannot.. .any ideas?
Here is my code:
string isDBConfig =
Datagridview23 Oct 2007 20:20 GMT5
I have a really stupid question about DataGridView.
how dynamically create and display it on the form ?
i tried :
DataGridView myGrid = new DataGridView();
create nullable type with string23 Oct 2007 20:01 GMT1
i need to get an object of type Type when i have a string.  That is the
easy part (Type.GetType("int")).  What if i want that type to be
nullable?  This doesn't work Type.GetType("int?").  It returns null.
This does work but i don't know how to know all that information at runtime ...
Framework 1.1 apps in VS2005... Runs???23 Oct 2007 19:24 GMT4
Hello All...
Actually, I use Framework 1.1 and VS2003... I'm migrating to Framework
2.0 and VS2005. My doubt is following:
Can I open My old apps that runs over Framwork 1.1 in VS2005 or I need
Multicolumn Listbox23 Oct 2007 18:49 GMT5
I want to have a multicolumn listbox. I never used one before
so I looked at a  Help example. I set the multicolumn property and
the column width and tested with this example...
      this.listBox3.Items.AddRange(new object[]
Can i decompile * All * the .NET applications ?23 Oct 2007 18:47 GMT6
Can i decompile * All * the .NET applications for extract original source ?
Can i recompiler the source ?
PInvoke Marshalling....23 Oct 2007 18:00 GMT11
I'm trying to call this method in a c# app...
   SNAPIDLL_API int __stdcall SNAPI_SetCapabilitiesBuffer(HANDLE
DeviceHandle, unsigned char *pData, long max_length);
So far I've got this:
ComboBox Paste23 Oct 2007 17:59 GMT2
How can i disable Paste on ComboBox?
ComboBox DropDownStyle is DropDown.
ComboBox must accept only numbers.
I know how to handle keypress event to accept only digits, but how to
COM MessageBox in need of Closing23 Oct 2007 17:53 GMT1
I am creating an application that utilizes a COM application. In certain circumstances, the COM app will create an inaccessible message box which will prevent the first application from working (a deadlock). How do you monitor the COM message loop and dismiss the messagebox when ...
NOOB QUESTION: How can I access an element in nested classes23 Oct 2007 17:46 GMT3
Here is a sample to explain my problem
class Foo
{
   int a;
How to Get MachineName at Compile Time?23 Oct 2007 17:34 GMT4
How can I get the machine name on which the C# code is compiled and
then reference that value within the executable code, as in a "Help --
> About" MessageBox?
Preferably embed the answer in a .dll.  Worst case would be some pre-
 
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.