Click here to Skip to main content
15,894,740 members
Home / Discussions / C#
   

C#

 
QuestionBeginning Programmer needs a little help Pin
Nekosohana9-Jan-08 6:04
Nekosohana9-Jan-08 6:04 
GeneralRe: Beginning Programmer needs a little help Pin
Luc Pattyn9-Jan-08 6:54
sitebuilderLuc Pattyn9-Jan-08 6:54 
GeneralRe: Beginning Programmer needs a little help Pin
Nekosohana9-Jan-08 6:58
Nekosohana9-Jan-08 6:58 
GeneralCom DLL file reference access ... Pin
Shahin779-Jan-08 5:37
Shahin779-Jan-08 5:37 
GeneralRe: Com DLL file reference access ... Pin
Dave Kreskowiak9-Jan-08 7:16
mveDave Kreskowiak9-Jan-08 7:16 
GeneralRe: Com DLL file reference access ... Pin
Shahin779-Jan-08 7:27
Shahin779-Jan-08 7:27 
GeneralRe: Com DLL file reference access ... Pin
Dave Kreskowiak9-Jan-08 7:48
mveDave Kreskowiak9-Jan-08 7:48 
GeneralRe: Com DLL file reference access ... Pin
Shahin779-Jan-08 8:19
Shahin779-Jan-08 8:19 
We didnt create this com dll file, we just have to use it and there are just one method call & one event handeling from dll. I tried this:
Type comType = Type.GetTypeFromCLSID(new Guid("{95D4B070-6A73-11D5-95B0-0008C7E92339}"));
object instance = Activator.CreateInstance(comType);

But the second line fails, i dont know why!! might be some dependency, but anyway there should be a way!!

Thank You
GeneralRe: Com DLL file reference access ... [modified] Pin
Dave Kreskowiak9-Jan-08 9:14
mveDave Kreskowiak9-Jan-08 9:14 
QuestionHow Do I Prohibit Users From Sorting In A DataGridView Pin
Joe Marchionna9-Jan-08 5:24
Joe Marchionna9-Jan-08 5:24 
GeneralRe: How Do I Prohibit Users From Sorting In A DataGridView Pin
led mike9-Jan-08 5:33
led mike9-Jan-08 5:33 
GeneralRe: How Do I Prohibit Users From Sorting In A DataGridView Pin
Joe Marchionna9-Jan-08 5:40
Joe Marchionna9-Jan-08 5:40 
GeneralRe: How Do I Prohibit Users From Sorting In A DataGridView Pin
led mike9-Jan-08 6:03
led mike9-Jan-08 6:03 
GeneralRe: How Do I Prohibit Users From Sorting In A DataGridView Pin
Joe Marchionna9-Jan-08 8:42
Joe Marchionna9-Jan-08 8:42 
QuestionHow to delete a row from a dataGrid Pin
Imran Adam9-Jan-08 5:22
Imran Adam9-Jan-08 5:22 
GeneralSerializing ints, enums in hexidecimal Pin
Skippums9-Jan-08 4:50
Skippums9-Jan-08 4:50 
GeneralRe: Serializing ints, enums in hexidecimal Pin
Le centriste9-Jan-08 5:21
Le centriste9-Jan-08 5:21 
GeneralRe: Serializing ints, enums in hexidecimal Pin
Skippums9-Jan-08 8:10
Skippums9-Jan-08 8:10 
GeneralRe: Serializing ints, enums in hexidecimal Pin
Le centriste9-Jan-08 8:24
Le centriste9-Jan-08 8:24 
GeneralRe: Serializing ints, enums in hexidecimal Pin
Skippums9-Jan-08 9:27
Skippums9-Jan-08 9:27 
GeneralRe: Serializing ints, enums in hexidecimal Pin
Le centriste9-Jan-08 9:37
Le centriste9-Jan-08 9:37 
GeneralRe: Serializing ints, enums in hexidecimal Pin
Skippums9-Jan-08 10:17
Skippums9-Jan-08 10:17 
GeneralTo add to my other answer... Pin
Le centriste9-Jan-08 9:40
Le centriste9-Jan-08 9:40 
QuestionHow to invoke SQL Function through SqlCommand class Pin
El'Cachubrey9-Jan-08 4:06
El'Cachubrey9-Jan-08 4:06 
AnswerRe: How to invoke SQL Function through SqlCommand class Pin
led mike9-Jan-08 4:31
led mike9-Jan-08 4:31 

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.