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

C#

 
GeneralRe: Thumbnail image in a checkListBox Pin
Mohamad Al Husseiny11-Aug-05 10:46
Mohamad Al Husseiny11-Aug-05 10:46 
Generalregex expression that crashes regex engine Pin
eggie511-Aug-05 9:08
eggie511-Aug-05 9:08 
GeneralRe: regex expression that crashes regex engine Pin
User 665811-Aug-05 10:23
User 665811-Aug-05 10:23 
GeneralRe: regex expression that crashes regex engine Pin
eggie511-Aug-05 10:55
eggie511-Aug-05 10:55 
GeneralRe: regex expression that crashes regex engine Pin
User 665811-Aug-05 11:54
User 665811-Aug-05 11:54 
GeneralRe: regex expression that crashes regex engine Pin
Guffa11-Aug-05 14:33
Guffa11-Aug-05 14:33 
GeneralCOM and DLL !!!! Pin
blueangel200511-Aug-05 7:51
sussblueangel200511-Aug-05 7:51 
GeneralRe: COM and DLL !!!! Pin
Sivakumar R11-Aug-05 23:09
Sivakumar R11-Aug-05 23:09 
You no need to add key file unless it is to be put in Global Assembly Cache. In the command prompt you just move to your project folder and then to bin\debug. Type the following in the command prompt

>regasm <yourcom>.dll /tlb:<tlbfilename.tlb> /codebase

Here the /codebase switch is important. It will set the code base in the registry.

Now, you will be able to access the component in com client.
GeneralRegular Expression for hour Pin
BECK711-Aug-05 7:14
BECK711-Aug-05 7:14 
GeneralRe: Regular Expression for hour Pin
Anonymous11-Aug-05 8:14
Anonymous11-Aug-05 8:14 
GeneralRe: Regular Expression for hour Pin
Mohamad Al Husseiny11-Aug-05 8:26
Mohamad Al Husseiny11-Aug-05 8:26 
GeneralRe: Regular Expression for hour Pin
BECK711-Aug-05 9:26
BECK711-Aug-05 9:26 
GeneralRe: Regular Expression for hour Pin
User 665811-Aug-05 10:12
User 665811-Aug-05 10:12 
GeneralRe: Regular Expression for hour Pin
OmegaMan11-Aug-05 10:07
OmegaMan11-Aug-05 10:07 
QuestionHow to Update a row in Datagrid Pin
dwark10611-Aug-05 6:28
dwark10611-Aug-05 6:28 
GeneralDataGrid Column Headers Pin
zaboboa11-Aug-05 6:22
zaboboa11-Aug-05 6:22 
GeneralRe: DataGrid Column Headers Pin
rudy.net11-Aug-05 17:19
rudy.net11-Aug-05 17:19 
GeneralRe: DataGrid Column Headers Pin
zaboboa12-Aug-05 2:03
zaboboa12-Aug-05 2:03 
GeneralRe: DataGrid Column Headers Pin
rudy.net12-Aug-05 4:07
rudy.net12-Aug-05 4:07 
GeneralXML Question Pin
matthias s.11-Aug-05 6:12
matthias s.11-Aug-05 6:12 
GeneralRe: XML Question Pin
ChesterPoindexter11-Aug-05 7:41
professionalChesterPoindexter11-Aug-05 7:41 
GeneralRe: XML Question Pin
LongRange.Shooter11-Aug-05 9:57
LongRange.Shooter11-Aug-05 9:57 
GeneralRe: XML Question Pin
StoneTheCrows12-Aug-05 1:33
StoneTheCrows12-Aug-05 1:33 
Generalway to connect c# by flash Pin
malak nour11-Aug-05 5:23
malak nour11-Aug-05 5:23 
GeneralRe: way to connect c# by flash Pin
Judah Gabriel Himango11-Aug-05 6:02
sponsorJudah Gabriel Himango11-Aug-05 6:02 

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.