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# / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Correct way to resize a control when form is resized16 Sep 2005 19:57 GMT8
Is this the correct way to resize the controls on a form when the form
is resized?
        protected override void OnResize(EventArgs ea)
        {
Initializing a HashTable like arrays16 Sep 2005 19:54 GMT4
Considering the fact that we can initialize an two dimensional array like
the following syntax:
int[] myIntArray = new int[5] { 1, 2, 3, 4, 5 };
Can I initialize a HashTable like an array?
use of unassigned local variable - object can't be null though16 Sep 2005 19:44 GMT2
I am trying to work with an object and create it like so:
EXTRA.Sessions oSessions = new EXTRA.Sessions();
This doesn't work because I get this error:
'Cannot create an instance of the abstract class or interface
Can I have enum of strings?16 Sep 2005 19:43 GMT5
Can I have enum contain strings?
Thank you,
Alan
Interogating Quick Launch Items16 Sep 2005 19:08 GMT3
hi, I want to interogate the Quick Launch folder, looking at each icon and
getting the image, and target that it fires when clicked. I can get to the
folder and create a filelist of the icons, but cannot seem to find where to
go from there, can anyone help ?
How do I change to a different form that runs when the appl starts16 Sep 2005 18:48 GMT7
Hi, I just found out that I need a different form to run at the start of the
application.  How can I change the current form to not start and the new form
to start?
Thanks, Alpha
Freeing Memory allocted in unmanged C code16 Sep 2005 18:44 GMT1
I am passing the address of pointer like char** from managed extension and
getting the
its initialized value from a C library dll.
How can i free the memory from the code in Managed Extension ?
How do I set only certain levels of a TreeView to have checkboxes?16 Sep 2005 17:54 GMT2
The only property I can find to enable checkboxes on a TreeView affect the
whole tree - all levels.
What if I only want a certain level to have checkboxes?
passing array of structures from C dll to C#16 Sep 2005 17:34 GMT4
I am trying to pass array of structures from a C dll to C# as msdn
sample does(outarrayofstructs sample) but PtrToStructure function gives
error :
--> "structure must not be a value class"
Reading from standart input stream using BinaryReader16 Sep 2005 16:48 GMT1
// Open input file and create the BinaryReader.
     br = new BinaryReader(new FileStream("Test.dat",
                           FileMode.Open,
                           FileAccess.Read));
Can we upload folder as it is from client to server in .NET16 Sep 2005 16:45 GMT1
Can we upload folder as it is from client to server in .NET
Please give me link of sites or any other information regarding this
how to retrive client side file information16 Sep 2005 16:44 GMT1
how to retrive client side file information through .NET
Any link or information please ?
Streaming multiple pages into one page16 Sep 2005 16:15 GMT2
I have couple of ASPX pages that I want to display on one page.
This is sort of printing multiple ASPX pages to one ASPX page.
(then may be I can convert it to PDF file).
Is there a way that I can attach Response bodies and attach to one body
GUI Interface design16 Sep 2005 15:45 GMT2
Hey folks...  
Does anyone know if there is a Microsoft doc out there that give guidelines
on developing a GUI interface?  i.e. The look and feel of it, and how it's
supposed to flow?
threading question16 Sep 2005 15:41 GMT7
I have a c++ program NumberCruncher that I wroteto do some heavy number
crunching, it's a single threaded console app which takes command line
arguments (input file, paramters, output file) .
I wrote a c# program which runs the c++ program with all the correct
 
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.