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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Creating a "base" button18 Jul 2007 11:46 GMT6
Can I create a "base" button that all the buttons in my Windows Forms can
inherit from?
Thanks.
VS2005
can't using System.Management;18 Jul 2007 11:10 GMT1
When I add:
using System.Management;
it can't pass complier, anything wrong?
Is it because C# express limitation ?
Compilation of C code in Visual Studio .NET18 Jul 2007 10:30 GMT1
Can anyone please tell me whether it is possible to compile C code
into a DLL using Visual Studio .NET?
Thanks,
An
Persisting Application Scoped Settings18 Jul 2007 10:14 GMT2
What what I have read, Application Scoped settings in the setting file
are read only.  Why is this?  Is there a good reason for this
restriction?
I understand that some settings will be different for each user of the
Beginner question: How do I position controls in a GroupBox?18 Jul 2007 09:52 GMT3
I'm trying to add TextBoxes in a square 'array' into a GroupBox. It
looks like I have to, for each TextBox, get the size of the GroupBox,
calculate position of each TextBox, set the Location of the TextBox to a
new Location object with the calculated coordinates and the TextBox
Rogue CR/LF in Myfile.Designer.cs code18 Jul 2007 09:29 GMT1
I'm collaborating on a project with a colleague, sharing files through
SourceSafe.
So, I run GetLatestVersion and suddenly I have 264 build errors - all
"Unexpected character"
string.remove doesn't18 Jul 2007 08:16 GMT4
string s = "G618964";
if (s[0] == 'G')
{
   s.Remove(0,1);
How to use regular express to get the abbreviation of a string?18 Jul 2007 07:45 GMT1
for example,
Aaaa Bbbbb Ccccc Dddddd Eeeee
to ABCDE
string length may vary
How to import function from C++ dll and use them in c# code ?18 Jul 2007 06:38 GMT3
How cann I import & use these function from an old C++ dll ?
Only this, I've got are these two signatures of function I wannt use in
my C# app.
DllExport int DLLAPI drawImage( char *chemBuffer, char *queryBuffer,
Equivalent of FIleSystemObject in C#18 Jul 2007 06:13 GMT5
I am try to convert the following routine into C#
dim oFSO
set oFSO = CreateObject("Scripting.FilesystemObject")
dim sHomePath
Create symbolic links..18 Jul 2007 06:03 GMT1
        I am using .NET FW 1.1. Trying to create symbolic link(like
in Linux)/file shortcut in the Windows sense across files
programmaticaly using C#, could someone give me an idea if this
feature is supported?
Adjust two control's size in a form.18 Jul 2007 03:34 GMT2
Please see my form in below link:
http://bp3.blogger.com/_m_ooc6yYOQ8/RpWZhIZI7-I/AAAAAAAAAAg/ZRgFB7e7RWg/s1600-h/
quick+reply.PNG

Due to there is a textbox and a webbrowser, I have to let user
adjustable.
Word doc not opening in ie18 Jul 2007 02:58 GMT1
C#,   .net1.1,   plain old aspx page with nothing on it.
The aspx page is named ViewComments.aspx
I read a clob column from an Oracle db.
then I send it to the Response out like this:
Generic Interface and casting from object at runtime problem17 Jul 2007 23:05 GMT1
Let's say that I would like a generic type that supports Min/Max
properties and can be double or integer or even datetime if need be,
something flexible.
So I go about creating the following generic interface :
adding a stored procedure17 Jul 2007 22:02 GMT1
I'm trying to add a stored procedure to my Visual C# Express project, but it
won't add, I try to drag it from the database explorer and drop it onto the
form like I've seen done before and it won't work.   Can someone tell me a
manual way or a better method of referencing a ...
 
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.