Click here to Skip to main content
15,905,875 members
Home / Discussions / C#
   

C#

 
GeneralCall constructor of parent class Pin
Jordanwb20-Jan-08 12:54
Jordanwb20-Jan-08 12:54 
AnswerRe: Call constructor of parent class Pin
Guffa20-Jan-08 13:13
Guffa20-Jan-08 13:13 
GeneralRe: Call constructor of parent class Pin
Jordanwb20-Jan-08 13:27
Jordanwb20-Jan-08 13:27 
Questionhow to convert access to sdf ? Pin
E_Gold20-Jan-08 10:40
E_Gold20-Jan-08 10:40 
GeneralGet *complete* XML from XDocument or convert to XMLDocument [modified] Pin
DaveyM6920-Jan-08 5:25
professionalDaveyM6920-Jan-08 5:25 
GeneralRe: Get *complete* XML from XDocument or convert to XMLDocument Pin
Paul Conrad20-Jan-08 9:01
professionalPaul Conrad20-Jan-08 9:01 
GeneralRe: Get *complete* XML from XDocument or convert to XMLDocument Pin
DaveyM6920-Jan-08 23:45
professionalDaveyM6920-Jan-08 23:45 
QuestionICaptureGraphBuilder2's FindPin() returning -tive value Pin
B!Z20-Jan-08 4:44
B!Z20-Jan-08 4:44 
hye,
(Using DShowNET)When i call this FindPin(), it returns nagative value.I m calling it like this;
ICaptureGraphBuilder2 capGraph;
IPin pin;
Guid pc = PinCategory.Capture;
Guid pt = Guid.Empty;
int hr = capGraph.FindPin(
Device(which i found attachd),
1,
ref pc,
ref pt,
false,
0,
p);

and it returns negative value(-214...). I checkd the parameters during debugging, no problem in them then Whats wrong m i doing?

B!z

GeneralRe: ICaptureGraphBuilder2's FindPin() returning -tive value Pin
Gareth H20-Jan-08 5:24
Gareth H20-Jan-08 5:24 
GeneralRe: ICaptureGraphBuilder2's FindPin() returning -tive value Pin
B!Z21-Jan-08 6:08
B!Z21-Jan-08 6:08 
QuestionListview focus Pin
eyalbi00720-Jan-08 3:38
eyalbi00720-Jan-08 3:38 
GeneralRe: Listview focus Pin
DaveyM6920-Jan-08 5:00
professionalDaveyM6920-Jan-08 5:00 
QuestionListview vertical location - please help Pin
eyalbi00720-Jan-08 2:38
eyalbi00720-Jan-08 2:38 
AnswerRe: Listview vertical location - please help Pin
TJoe30-Jan-08 11:17
TJoe30-Jan-08 11:17 
AnswerRe: Listview vertical location - please help Pin
Orzer9-Sep-09 17:13
Orzer9-Sep-09 17:13 
GeneralSyncFramework Error: The column name is not valid. [ Node name (if any) = ut0,Column name = __sysInsertTxBsn ] [edited] Pin
Mustafa Ismail Mustafa20-Jan-08 2:23
Mustafa Ismail Mustafa20-Jan-08 2:23 
GeneralListView backstage items Pin
eyalbi00719-Jan-08 22:54
eyalbi00719-Jan-08 22:54 
GeneralRetrieving Manufacturer's Flash Drive (USB MASS STORAGE) SERIAL Pin
Ian Uy19-Jan-08 20:06
Ian Uy19-Jan-08 20:06 
GeneralRe: Retrieving Manufacturer's Flash Drive (USB MASS STORAGE) SERIAL Pin
eggsovereasy19-Jan-08 20:08
eggsovereasy19-Jan-08 20:08 
GeneralRe: Retrieving Manufacturer's Flash Drive (USB MASS STORAGE) SERIAL Pin
Ian Uy19-Jan-08 20:09
Ian Uy19-Jan-08 20:09 
GeneralRe: Retrieving Manufacturer's Flash Drive (USB MASS STORAGE) SERIAL Pin
Paul Conrad20-Jan-08 9:03
professionalPaul Conrad20-Jan-08 9:03 
GeneralRe: Retrieving Manufacturer's Flash Drive (USB MASS STORAGE) SERIAL Pin
Ian Uy20-Jan-08 23:27
Ian Uy20-Jan-08 23:27 
QuestionAny smart way to do this?? (object manipulation) Pin
Muammar©19-Jan-08 19:51
Muammar©19-Jan-08 19:51 
GeneralRe: Any smart way to do this?? (object manipulation) Pin
eggsovereasy19-Jan-08 20:05
eggsovereasy19-Jan-08 20:05 
GeneralRe: Any smart way to do this?? (object manipulation) Pin
Muammar©19-Jan-08 21:04
Muammar©19-Jan-08 21:04 

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.