all groups > dotnet general > august 2005 > threads for sunday august 14
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
VS 2005 C# DataGridView.UserAddedRow Event
Posted by msmith at 8/14/2005 9:26:02 PM
When I try to add this event handler, I get an error:
this.dgScheduleCamera.UserAddedRow += new
System.Windows.Forms.DataGridViewRowEventHandler(this.dgScheduleCamera_UserAddedRow);
Error:
No overload for 'dgSchedule_UserAddRow' matches delegate
'System.Windows.Forms.DataGridViewRowEventHan... more >>
Starting up SDK doco from the command line?
Posted by Javaman59 at 8/14/2005 8:42:12 PM
Hi,
This is a question for DOS programmers, if there are any here... :)
I'm successfully using the command line for c# programming, except for one
thing - I can't startup the SDK documentation from it. To get the SDK doco I
have to startup IE on the "...\SDK\StartHere.htm", and then click ... more >>
when can .NET Framework be assumed?
Posted by Geoff Cox at 8/14/2005 8:31:40 AM
Hello,
The .NET Framework is about 20MB which is large compared to some apps.
Can I assume that the Framework is on modern PCs? Does modern mean PCs
sold in the last 6 months, 12 months, etc??
Cheers
Geoff... more >>
Permutation
Posted by lucotuslim at 8/14/2005 8:03:02 AM
Hi,
Need help to permutate all the posible combination of string for example
Dim arr(2) As String
arr(0) = "A"
arr(1) = "B"
arr(2) = "C"
I need the list of posible combination like "ABC" , "ACB", ... etc
Thanks.
--
Lucotus... more >>
Find your solutions with real Free eBOOKS!
Posted by TopCoder at 8/14/2005 7:29:01 AM
http://www.ebook5.com The Best free eBooks community! All these books posted
by Internet Users!
Borland C++ Builder: The Complete Reference
C++: The Complete Reference
Core Java 2, Volume 1: Fundamentals (5th Edition)
Core Java 2, Volume II: Advanced Features (5th Edition)
Core J2EE Patterns:... more >>
NEWBIE Q re binding a textbox to a dynamically created datset fiel
Posted by Suzie at 8/14/2005 5:16:02 AM
Hi!
I am new to Vb.net, so pls excuse if the Q seems silly! It is to illustrate
a problem i am having with navigating through a dataset table, and having the
bound text fields not showing the current record, but only showing (being
stuck) on the first record permanently!
[If I create the... more >>
|