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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
A question in c#23 Jun 2007 19:23 GMT2
I used all the examples found in www.codeproject.com for Video capture
using C# and get a still image from this stream
Any one please have an idea in how to do that using C# Please
Opening Other Application23 Jun 2007 18:23 GMT3
Is it possible to run other applications like start MS word, or turn
off the system, or run an antivirus program SCAN etc.. using .NET
Question about handling form resizing events.23 Jun 2007 17:41 GMT6
I have a WinForms based application written for the .NET Framework 2.0
and in this application I need to be able to be able to take some
action in code when the user finishes resizing the form.
I can easily create an event handler for the SizeChanged form level
Streams contents23 Jun 2007 17:20 GMT3
Do the stream objects in .NET support any tipe of content i'd like to put in
them?, like memorystream...can i put a table in there? or a stream inside
another stream?
How do I use Generics with interfaces?23 Jun 2007 16:04 GMT9
I want to have an object with a method that accepts a List of interfaces, for
example:
List<IMyInterface> myInterfaces
Then in another object I have a List of objects which implement that
How to ? out argument in managed c++23 Jun 2007 15:20 GMT6
Hello gurus,
I have the following C# function signature:
void TheFunction(Dictionary<string, MyClassObj> dicName, out int nOne, out
int nTwo, out int nThree, out int nFour);
IDataReader closed on return from proc23 Jun 2007 12:10 GMT2
Whenever I try the following, the reader that is returned is always
closed. What am I missing ?
When I look at the reader in the ExecuteReader, it is fine. THen it
gets closed on the returm.
Encapsulation philosophy question23 Jun 2007 12:00 GMT1
I have run into a design question that I don't have strong feelings about  
one way or the other, so I'm curious what the OOP gurus think about it.  :)
A recent post led me to suggest using a state graph, which got me to  
wanting to fiddle with a state graph implementation in .NET. ...
Form level MouseDown and MouseUp events don't seem to be working....23 Jun 2007 11:21 GMT1
It appears the WinForm MouseDown and MouseUp event handlers are not
working properly. In the "bare bones" sample application below,
Form1_MouseUp gets called even through the mouse button remains
pressed while dragging the Form window to resize it.
using icomparable23 Jun 2007 09:36 GMT2
I have a class called orders, which has a DateTime dateCreated
property, telling me when each order was created.  I get the orders
returned to me in a collection, as an array.  but now i need to sort
them by datecreated.  i've tried the following:
Ascertain CTRL+SHFT keys pressed during MouseDown event23 Jun 2007 09:15 GMT1
Within a mousedown event, can you please show a code sample of how to
ascertain whether the CTRL and/or ALT and/or SHIFT keyboard key is pressed?
Thank you
obtain ref to assembly from created class instance23 Jun 2007 08:57 GMT7
It does not seem possible to compare instances of assemblies from which
instances of controls/classes are created.
In other words, if I have
Assembly myAssembly Assembly.LoadFrom(path);
SQL sp error23 Jun 2007 08:31 GMT7
When ever I try the follwoing I get an error message saying too many
arguments specified:
...connection...
sqlCmd.CommandText = "NewCCInf0";
Wizard Control Challenge23 Jun 2007 08:10 GMT1
I am using a Wizard control with 5 steps. On step 2 the user is
present with a radiobuttonlist with two listitems in it. If the first
radiobutton is selected I want to take the user to step 3, if the
second is selected I want to take the user to step 4. I have the
Get field info of base class with reflection23 Jun 2007 07:39 GMT10
I have a class that exist in my UI assembly that inherits from a class
in a referenced assembly like this.
class EmployeesDC
{
 
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.