hi does anyone have any ideas?
thanx
User Profile
Collapse
-
Hi i tried that code but im not getting any output this is mot i used now:
Outlook.Applica tion app = new Outlook.Applica tionClass();
Outlook.NameSpa ce oNameSpace = app.GetNamespac e("MAPI");
Outlook.MAPIFol der objFolder = oNameSpace.GetD efaultFolder(Ou tlook.OlDefault Folders.olFolde rInbox);
Outlook._MailIt em objMail;
objFolder =oNameSpace.Get DefaultFolder(O utlook.OlDefaul tFolders.olFold erInbox);...Leave a comment:
-
reading email from outlook
Hi there
im writing a program that has to read email from outlook. does anyone know how?
I managed to read all the subjects in my inbox but i'd like to read the 1st 1 in the inbox. here's the code i used to read the subjects..
Outlook.Applica tion app = new Outlook.Applica tionClass();
Outlook.NameSpa ce NS = app.GetNamespac e("MAPI");
Outlook.MAPIFol der inboxFld = NS.GetDefaultFo lder(Outlook.Ol DefaultFolders. olFolderInbox);... -
Hi nathan thanks for the assistance
I need to print a windows form though the web thing is just confusing me a bit.
thanksLeave a comment:
-
Printing a Form
Hi there
Im struggling to print a form control using C#.net (VS2003)
Does anyone know of a good example?
the only thing on the form will be lables and textfields
I know it's a bit complicated
Thanks,
Eustace -
Hi thanks
Here's my code you asked for.. I dont think there are any duplicates though.
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeCompo nent()
{
System.Resource s.ResourceManag er...Leave a comment:
-
Hi thanks for the assistance.
I am using VS2003 though and i cant seem to find any of the (.suo) files
Where can i find the Servicepack1?
thanks a milLeave a comment:
-
Duplicate declaration of member 'Location'
Hi there
Can anyone help.. Im getting this error : Duplicate declaration of member 'Location'
and on my form all controls is on the left top corner.
Is there anyway to fix this?
When i run the program it looks ok, but once i make a change or try to then it stays that way.
Im using VS2003 and C#.net
thanks -
printing a form
hi i'd like to how to print a control form using C#.net
I can print a richtexbox but printing a form would make it much easier
thanks -
Hi thanks for your help.. I'll try it jus now.. Im sorry I didnt mention Im using C#.net i hope it works....
Cheers!...Leave a comment:
-
printing a form
Hi
Does any1 know how I can print a form.
My program developes a report with lables and textboxes and i'd like to have it printed.
I know how to print a ritchtextbox though, It's kinda lots of work to copy it into one.
And I would like to know how I can make an installation file rather thatn jus giving the .exe
please assist guys.. or girls
thanx -
Database issues
Hey peeps
Me a lil new at this stuff...
I would like to know how to how to put values from the database into a combox. I know how to do it in the dataGrid... and have tried to set the DataSouce property to the DataSet but bo values displays
If there's any1 out there pls pls help this little hampster...
O and im doing C#.net btw...hehe
cheers!!
No activity results to display
Show More
Leave a comment: