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

C#

 
GeneralThe difference between . and , Pin
johanhertz29-May-05 2:29
johanhertz29-May-05 2:29 
GeneralRe: The difference between . and , Pin
Colin Angus Mackay29-May-05 3:11
Colin Angus Mackay29-May-05 3:11 
GeneralRe: The difference between . and , Pin
FriendlyFiend29-May-05 20:34
FriendlyFiend29-May-05 20:34 
GeneralRe: The difference between . and , Pin
johanhertz30-May-05 19:34
johanhertz30-May-05 19:34 
GeneralReadOnly GroupBox/Radio Buttons Pin
den2559729-May-05 0:51
den2559729-May-05 0:51 
GeneralRe: ReadOnly GroupBox/Radio Buttons Pin
Christian Graus29-May-05 0:58
protectorChristian Graus29-May-05 0:58 
GeneralRe: ReadOnly GroupBox/Radio Buttons Pin
nemopeti1-Jun-05 0:23
nemopeti1-Jun-05 0:23 
QuestionOutlook Customise Forms? Pin
davebarkshire29-May-05 0:23
davebarkshire29-May-05 0:23 
I am trying to make a form in outlook that I can manipulate to add controls to. I see that each item type is strongly typed and cannot see a generic class that I could inherit from as such. I thought that the OlItemType.olNoteItem would be a simple type and would like to be able to manipulate the form just like it was a windows form. Can anyone point me in the right direction?

I can create this note by doing this...
NoteItem objNoteItem = (NoteItem)applicationObject.CreateItem(OlItemType.olNoteItem);

Now I would like to change the interface of objNoteItem and place buttons and text fields and listen for events.


GeneralStreamWriter not working Pin
Niklas Ulvinge28-May-05 23:42
Niklas Ulvinge28-May-05 23:42 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay28-May-05 23:57
Colin Angus Mackay28-May-05 23:57 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:01
Niklas Ulvinge29-May-05 0:01 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay29-May-05 0:05
Colin Angus Mackay29-May-05 0:05 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:12
Niklas Ulvinge29-May-05 0:12 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:18
protectorChristian Graus29-May-05 0:18 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:21
Niklas Ulvinge29-May-05 0:21 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:47
protectorChristian Graus29-May-05 0:47 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:48
Niklas Ulvinge29-May-05 0:48 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:50
protectorChristian Graus29-May-05 0:50 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:54
Niklas Ulvinge29-May-05 0:54 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:56
protectorChristian Graus29-May-05 0:56 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 1:03
Niklas Ulvinge29-May-05 1:03 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay29-May-05 0:19
Colin Angus Mackay29-May-05 0:19 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:51
protectorChristian Graus29-May-05 0:51 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay29-May-05 1:15
Colin Angus Mackay29-May-05 1:15 
Generala Question regarding serializing using FileMode.Append Pin
Green Fuze28-May-05 22:42
Green Fuze28-May-05 22:42 

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.