User Profile

Collapse

Profile Sidebar

Collapse
hamster
hamster
Last Activity: Dec 14 '07, 09:56 AM
Joined: Mar 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hamster
    replied to reading email from outlook
    in .NET
    hi does anyone have any ideas?
    thanx
    See more | Go to post

    Leave a comment:


  • hamster
    replied to reading email from outlook
    in .NET
    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);...
    See more | Go to post

    Leave a comment:


  • hamster
    started a topic reading email from outlook
    in .NET

    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);...
    See more | Go to post

  • hamster
    replied to Printing a Form
    in .NET
    Hi nathan thanks for the assistance
    I need to print a windows form though the web thing is just confusing me a bit.
    thanks
    See more | Go to post

    Leave a comment:


  • hamster
    started a topic Printing a Form
    in .NET

    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
    See more | Go to post

  • hamster
    replied to Duplicate declaration of member 'Location'
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • hamster
    replied to Duplicate declaration of member 'Location'
    in .NET
    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 mil
    See more | Go to post

    Leave a comment:


  • hamster
    started a topic Duplicate declaration of member 'Location'
    in .NET

    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
    See more | Go to post

  • hamster
    started a topic printing a form
    in .NET

    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
    See more | Go to post

  • hamster
    replied to printing a form
    in .NET
    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!...
    See more | Go to post

    Leave a comment:


  • hamster
    started a topic printing a form
    in .NET

    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
    See more | Go to post

  • hamster
    started a topic Database issues
    in .NET

    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!!
    See more | Go to post
No activity results to display
Show More
Working...