Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to generate a beep sound Pin
donkaiser12-Jul-06 8:56
donkaiser12-Jul-06 8:56 
QuestionHow can I disable a listBox item? Pin
AngryC12-Jul-06 6:12
AngryC12-Jul-06 6:12 
AnswerRe: How can I disable a listBox item? Pin
Not Active12-Jul-06 6:55
mentorNot Active12-Jul-06 6:55 
QuestionRead DiComm Headers Pin
jrandomuser12-Jul-06 5:56
jrandomuser12-Jul-06 5:56 
QuestionTooltip for a TrackBar control Pin
Jon Hulatt12-Jul-06 5:53
Jon Hulatt12-Jul-06 5:53 
AnswerRe: Tooltip for a TrackBar control Pin
alexey N12-Jul-06 21:22
alexey N12-Jul-06 21:22 
QuestionInstaller Project, Registry and Regasm Pin
Ranjan Banerji12-Jul-06 5:46
Ranjan Banerji12-Jul-06 5:46 
AnswerRe: Installer Project, Registry and Regasm Pin
Ranjan Banerji11-Sep-06 17:21
Ranjan Banerji11-Sep-06 17:21 
I should reply to my own post. I found the answer to this long ago, but never came back to update this. So here goes. Regasm comes with Visual Studio. So a machine with no visual studio and just the .Net framework will NOT have regasm on it.

Hence, you cannot rely on
[ComRegisterFunctionAttribute]
public static void Register( Type t )

For this is called by regasm. You need to find other ways to register your DLL and make otehr registry entries.
QuestionComboBox lock/suppress DropDown Pin
--Ian12-Jul-06 5:26
--Ian12-Jul-06 5:26 
AnswerRe: ComboBox lock/suppress DropDown Pin
Not Active12-Jul-06 5:33
mentorNot Active12-Jul-06 5:33 
GeneralRe: ComboBox lock/suppress DropDown Pin
--Ian12-Jul-06 6:38
--Ian12-Jul-06 6:38 
GeneralRe: ComboBox lock/suppress DropDown Pin
Not Active12-Jul-06 6:46
mentorNot Active12-Jul-06 6:46 
GeneralRe: ComboBox lock/suppress DropDown Pin
--Ian12-Jul-06 7:13
--Ian12-Jul-06 7:13 
GeneralRe: ComboBox lock/suppress DropDown Pin
VB 8.05-Feb-09 1:01
VB 8.05-Feb-09 1:01 
QuestionComboBox Custom OnPaint Pin
--Ian12-Jul-06 5:15
--Ian12-Jul-06 5:15 
AnswerRe: ComboBox Custom OnPaint Pin
leppie12-Jul-06 7:01
leppie12-Jul-06 7:01 
GeneralRe: ComboBox Custom OnPaint Pin
--Ian12-Jul-06 8:10
--Ian12-Jul-06 8:10 
GeneralRe: ComboBox Custom OnPaint -- CODE Pin
--Ian13-Jul-06 3:18
--Ian13-Jul-06 3:18 
QuestionGDI - filling color in a region Pin
Imtiaz Murtaza12-Jul-06 5:03
Imtiaz Murtaza12-Jul-06 5:03 
AnswerRe: GDI - filling color in a region Pin
Not Active12-Jul-06 5:13
mentorNot Active12-Jul-06 5:13 
GeneralRe: GDI - filling color in a region Pin
Imtiaz Murtaza12-Jul-06 5:33
Imtiaz Murtaza12-Jul-06 5:33 
GeneralRe: GDI - filling color in a region Pin
Not Active12-Jul-06 5:43
mentorNot Active12-Jul-06 5:43 
AnswerDrawArc Pin
Ennis Ray Lynch, Jr.12-Jul-06 6:18
Ennis Ray Lynch, Jr.12-Jul-06 6:18 
QuestionHow to avoid popup window during USB detection. Pin
sai_akkina12-Jul-06 5:01
sai_akkina12-Jul-06 5:01 
QuestionQuestion on dealing with output parameters Pin
leckey12-Jul-06 5:00
leckey12-Jul-06 5:00 

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.