Click here to Skip to main content
15,893,486 members
Home / Discussions / C#
   

C#

 
GeneralRe: Inheritance/Polymorphism Pin
Sundeepan Sen5-Feb-10 10:05
Sundeepan Sen5-Feb-10 10:05 
QuestionWindowsAPICodePack GlassForm Question Pin
harsimranb4-Feb-10 17:06
harsimranb4-Feb-10 17:06 
AnswerRe: WindowsAPICodePack GlassForm Question Pin
#realJSOP5-Feb-10 0:17
mve#realJSOP5-Feb-10 0:17 
GeneralRe: WindowsAPICodePack GlassForm Question Pin
harsimranb5-Feb-10 9:14
harsimranb5-Feb-10 9:14 
GeneralRe: WindowsAPICodePack GlassForm Question Pin
#realJSOP5-Feb-10 9:37
mve#realJSOP5-Feb-10 9:37 
GeneralRe: WindowsAPICodePack GlassForm Question Pin
harsimranb5-Feb-10 14:45
harsimranb5-Feb-10 14:45 
GeneralRe: WindowsAPICodePack GlassForm Question Pin
#realJSOP5-Feb-10 22:28
mve#realJSOP5-Feb-10 22:28 
QuestionHow would i get the current Index ID of the currently displayed record Pin
tonyonlinux4-Feb-10 15:51
tonyonlinux4-Feb-10 15:51 
Trying to make an update function for lets say apples
Apple Table contains color and size and ID

lets say i have 10 apples
and i navigate to apple 5, how can i determine what its ID is ?

Basically the bindingnavigator would say 5 of 10 but what if I seeded my identity column starting with 200
obviously simply id = applebindingsource.position +1 will not work...

I thought maybe making a
List<apple>tempapple = null; 
tempapple = db.apple.tolist();
currentapple id = tempapple[applebindingsource.position + 1].ID;


but that doesn't appear to work either cause it's out of range

any help on this would be great...
AnswerRe: How would i get the current Index ID of the currently displayed record Pin
PIEBALDconsult4-Feb-10 16:39
mvePIEBALDconsult4-Feb-10 16:39 
QuestionUsing objects written in C++ Pin
irc07a4-Feb-10 10:38
irc07a4-Feb-10 10:38 
AnswerRe: Using objects written in C++ Pin
AspDotNetDev4-Feb-10 11:35
protectorAspDotNetDev4-Feb-10 11:35 
QuestionUnable to start the remoting service Pin
indian1434-Feb-10 8:31
indian1434-Feb-10 8:31 
AnswerRe: Unable to start the remoting service Pin
Super Lloyd4-Feb-10 16:46
Super Lloyd4-Feb-10 16:46 
QuestionFileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
SCADirector4-Feb-10 8:25
SCADirector4-Feb-10 8:25 
AnswerRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
AspDotNetDev4-Feb-10 11:43
protectorAspDotNetDev4-Feb-10 11:43 
GeneralRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
SCADirector4-Feb-10 13:51
SCADirector4-Feb-10 13:51 
AnswerRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
Dave Kreskowiak4-Feb-10 15:14
mveDave Kreskowiak4-Feb-10 15:14 
GeneralRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
SCADirector4-Feb-10 15:58
SCADirector4-Feb-10 15:58 
GeneralRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
Dave Kreskowiak4-Feb-10 16:42
mveDave Kreskowiak4-Feb-10 16:42 
GeneralRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
SCADirector4-Feb-10 16:54
SCADirector4-Feb-10 16:54 
GeneralRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
SCADirector9-Feb-10 5:12
SCADirector9-Feb-10 5:12 
AnswerRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
gjak18-Feb-10 0:24
gjak18-Feb-10 0:24 
GeneralRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
SCADirector18-Feb-10 4:33
SCADirector18-Feb-10 4:33 
GeneralRe: FileSystemWatcher doesn't notice files downloaded to the watched directory via IE? Pin
gjak18-Feb-10 8:58
gjak18-Feb-10 8:58 
Questionip address Pin
mehrdad3334-Feb-10 6:38
mehrdad3334-Feb-10 6:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.