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
Web Service Error08 Oct 2007 11:45 GMT1
Hi, i have an error when i lunch my Web Service: the error is:" the
'type' attribute must be set to a valid type name.".
someone have an idea?
Why type parameter cannot used to call static method08 Oct 2007 11:00 GMT4
I tried to use type parameter to call static method but got compile error
'T' is a 'type parameter', which is not valid in the given context.
Why this is not allowed ?
Should I really use a lot longer ModelGenericBase<T>.test1() ?
Getting TypeLib ID of a COM dll08 Oct 2007 09:55 GMT2
I need to somehow extract the TypeLib ID from a COM-dll compiled using
VB6. Is is possible or do I have to look it up in the registry somehow
(ie by iterating over TypeLibIDs in HKEY_CLASSES_ROOT\TypeLib\ and
matching the DLL path info?
inherit TextBox control08 Oct 2007 08:43 GMT3
I have a dialog with 2 TextBox controls.
I want to add some functionality to one of the them.
I created a class MyTextBox which inherits from TextBox.
How can I connect one of the TextBox controls to my new class ?
Call Form from Library thru remoting08 Oct 2007 08:39 GMT7
I am trying to see if I can call a Library remotely. The library contains a
Form
that I want to display then pass back some data to user that called this
form remotely.
How to read a word from an other application ?08 Oct 2007 05:14 GMT1
  I am trying to write dictionary application where I want a pass a
selected word from any application by ctrl+right click on the word.
How can I achieve this?
How can I read a selected word from other applications?
Hide a Treeview08 Oct 2007 04:25 GMT1
This is very odd see the code below, it runs through it UNTIL the
condition is set, and what happens then is the treeview (tvNodes) is no
longer active, but is visible. Never once is the Visible property set
false. Any takers?
How to translate form?08 Oct 2007 02:51 GMT4
I'd like to know if there are good ways to let someone translate windows
forms. We're using Visual Studio 7.1 and I've seen the GUI designer lets
you change language very easily. However, I'd like to be able to let
someone else do the translation, and they don't necessarily have ...
Syncronized DropDonwList!08 Oct 2007 00:11 GMT2
Hi boys,
i hope you can help me...i'm italian!
I've 3 dropdownlist in an asp.net web page and c# in the codebehind.
Every dropdownlist have 10 elements.
Calculate Running Total from Array08 Oct 2007 00:02 GMT6
I have a array which contains the totals for each month and from this array
I want to get a running total for each month
decimal[] month = new decimal[12];
month[0] = 254; (Jan)
Please help in converting small section of C++ program in C# progr07 Oct 2007 23:41 GMT2
// this is the code for calling fortran executable
        PROCESS_INFORMATION ProcessInfo;
       STARTUPINFO StartupInfo = { 0 };
       memset((LPVOID)&StartupInfo,0,sizeof(STARTUPINFO));
regex Help07 Oct 2007 21:29 GMT3
looking for regex pattern for validating emailid
emailid can have  a-z 0-9 - _ .  (a to z, 0 ot 9, hyphen,undercore, dot)
here is a sample which I got  from net which doesnt allow hyphen(-)
string
Question that I have debated back and forth on07 Oct 2007 19:52 GMT2
I have a form that displays a list of items.  The user can either click on a
button called "New" to create a new item or double click on a row in the
list to edit that item.  An edit form is displayed for the add or edit and
the changes are made and then the user clicks on a save ...
form with "clear"07 Oct 2007 18:20 GMT2
i have a small form, with 5 labels and 5 textboxes (with 5 field
validators), plus 2 buttons.
Now, one of the buttons is the "CLEAR" one, and so if the user presses
the clear btn all the field should be reset to empty.
.net framework 1.1.432207 Oct 2007 17:38 GMT2
Although i had installed .net framework 2.0 and visual studio
2005,when i want to open an application writen in c#,
an exception occurs: "To run this application you first must install
one of the following versions of .net frawork:
 
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.