Click here to Skip to main content
15,915,319 members
Home / Discussions / C#
   

C#

 
Generalfatal error C1004: unexpected end of file found Pin
madref12-Aug-04 20:47
madref12-Aug-04 20:47 
GeneralRe: fatal error C1004: unexpected end of file found Pin
mav.northwind13-Aug-04 3:56
mav.northwind13-Aug-04 3:56 
GeneralRe: fatal error C1004: unexpected end of file found Pin
leppie13-Aug-04 7:12
leppie13-Aug-04 7:12 
GeneralSystem.IO.FileLoadException Pin
draft_ce12-Aug-04 20:30
draft_ce12-Aug-04 20:30 
GeneralRe: System.IO.FileLoadException Pin
Dave Kreskowiak13-Aug-04 9:27
mveDave Kreskowiak13-Aug-04 9:27 
QuestionHow to cancel the ContextMenu! Pin
Colinyin12-Aug-04 15:15
Colinyin12-Aug-04 15:15 
AnswerRe: How to cancel the ContextMenu! Pin
Syed Abdul Khader13-Aug-04 6:27
Syed Abdul Khader13-Aug-04 6:27 
GeneralRe: How to cancel the ContextMenu! Pin
Nick Parker13-Aug-04 11:37
protectorNick Parker13-Aug-04 11:37 
Actually it would be better to do this within the class, that way you don't have to worry about it if you want to do use it again somewhere else.

public class TextBoxEx : TextBox
{
    ContextMenu cm = null;
    public TextBoxEx()
    {
        cm = new ContextMenu();
        base.ContextMenu = cm;
    }
}

- Nick Parker
My Blog | My Articles

GeneralProcess Information Pin
DRVoodoo12-Aug-04 14:34
DRVoodoo12-Aug-04 14:34 
GeneralLimit to one cpu Pin
Mr. Rogers12-Aug-04 13:23
Mr. Rogers12-Aug-04 13:23 
GeneralRe: Limit to one cpu Pin
Arun Bhalla12-Aug-04 13:32
Arun Bhalla12-Aug-04 13:32 
GeneralRe: Limit to one cpu Pin
Daniel Turini12-Aug-04 13:44
Daniel Turini12-Aug-04 13:44 
GeneralRe: Limit to one cpu Pin
parths12-Aug-04 23:58
parths12-Aug-04 23:58 
GeneralRe: Limit to one cpu Pin
Mr. Rogers13-Aug-04 2:41
Mr. Rogers13-Aug-04 2:41 
GeneralThread groups -or- handling singletons in an AppDomain Pin
Arun Bhalla12-Aug-04 13:00
Arun Bhalla12-Aug-04 13:00 
Generalenum to int Pin
Lasse Johansen12-Aug-04 12:50
Lasse Johansen12-Aug-04 12:50 
GeneralRe: enum to int Pin
Arun Bhalla12-Aug-04 13:08
Arun Bhalla12-Aug-04 13:08 
GeneralRe: enum to int Pin
Lasse Johansen12-Aug-04 13:28
Lasse Johansen12-Aug-04 13:28 
QuestionScroll Bar???? Pin
Anonymous12-Aug-04 10:15
Anonymous12-Aug-04 10:15 
AnswerRe: Scroll Bar???? Pin
Nick Parker12-Aug-04 11:35
protectorNick Parker12-Aug-04 11:35 
Generalwx.NET Cross-Platform UI Toolkit - NEW VERSION Pin
t9mike12-Aug-04 9:57
t9mike12-Aug-04 9:57 
GeneralRe: wx.NET Cross-Platform UI Toolkit - NEW VERSION Pin
Nick Parker12-Aug-04 11:36
protectorNick Parker12-Aug-04 11:36 
GeneralLate Binding to Powerpoint and Events Pin
SBolder12-Aug-04 9:36
SBolder12-Aug-04 9:36 
Generalplease help me in DataGrid Pin
ImanMahmoud12-Aug-04 9:09
ImanMahmoud12-Aug-04 9:09 
GeneralJoining Two DataSets Pin
YiannisF12-Aug-04 9:08
YiannisF12-Aug-04 9:08 

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.