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 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
how to sort a generic list of a structure10 Sep 2007 19:02 GMT9
Hi I have a generic list that is populated with a structure.  I would like to
be able to sort on values in the structure.  I have
public struct mergoutstruct
{
Mixed language programming10 Sep 2007 18:41 GMT3
I am looking for specific documentation on how to call C# Windows Forms or
DLL's from say Delphi for example.
Thanx in advance,
Greg
C# .Net Keyboard problem10 Sep 2007 18:31 GMT7
=====
I am trying to do a simple exercise using Visual Studio C#.
I have a form with one picturebox and some buttons.
I want to be able to control a picture box graphic using the keyboard
Windows.Form help10 Sep 2007 17:14 GMT2
Well, this is my first foray into Windows forms and I've hit a snag
already. I'm using a borderless form as a dialog box of sorts and I
have a web browser control inside of it. When the user clicks on a
link label, it pops up the the windowless form which will show some
hosting a c# custom control in webbrowser10 Sep 2007 15:26 GMT4
this prob isnt the right forum but i got no response from the other
forums so i hope someone can point me in the right direction.
I know you can write a custom control in C# and host that control in a
web browser, but it requires that control be served from a actuall
TCP connection to MAC address10 Sep 2007 14:53 GMT6
I would like to convert to following process to code. Any advice is
welcome.
I have a hardware device which requires the this procedure to set it's
IP address.  First create an static ARP entry for the device's MAC
Interesting results in speed comparison with C++10 Sep 2007 13:14 GMT13
I wrote two trivial test programs that do a billion iterations of a
virtual method call, first in C# (Visual Studio 2005):
   Thing t = new DerivedThing();
   for (System.Int64 n = 0; n < 10000000000; n++)
Exchange cdoex problem10 Sep 2007 12:30 GMT2
Hi I'm trying to save a mail to a file but it doesn't create any and doesn't
come with errors, can anyone tell what is wrong with the saveto option ?
I can't seem to find anything on this.
using System;
dock fill control with a menustrip10 Sep 2007 11:31 GMT1
When you have a control on a form with Dock.Fill and you
also have a menustrip, the top of the control is
under the menustrip.
Is this by design?
Value comparison in sorting a generic list class10 Sep 2007 11:03 GMT3
I have created a small program that illustrates the problem. I would know how
to address the fields that I want to sort on in the greaterThan comparison.
Anybody who knows??
using System;
How to open my gridview to a google spreadsheet10 Sep 2007 09:51 GMT1
Hi Friends,
I have a webpage, which has a gridview. I want to export my gridview
to a google spreadhseet. I want this urgently. Can you pls give any
solution.
Playing FLV file?10 Sep 2007 09:10 GMT10
Can anybody get me started on how to play an FLV file? Like you play e.g.
mpeg files using the wmplayer control, I want a box on my form where the FLV
is played and the playback is controlled byt the user.
Cheers,
Problems Updating label Value10 Sep 2007 09:04 GMT5
hey guys,
I've got a weird one for ya....i have a form which takes user input in
the form of textbox's etc. It then grabs some details from a file and
updates some of the labels with some info like numbers etc.
Find text within HTML file10 Sep 2007 08:43 GMT7
Having a keyword i need to search HTML file for keyword dismissing all
the tags, and checking only plain text.
Is there an easy way to do it in C#?
Thanks
Double vs double10 Sep 2007 07:34 GMT8
Is there a difference between:
       private Double[,] B = new double[2, 2];
and
       private double[,] E = new double[2, 2];
 
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.