Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

daniel99

@daniel99
About
Posts
18
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Addressbook from Outlook 2003
    D daniel99

    I want to get the email form my Outlook addressbook. Now, I can only get the name. I have no idea, how I can get email.

    Outlook.AddressList addressList;
    for (int i = 3; i <= addressLists.Count; i++ )
    {
    addressList = addressLists[i];
    Console.WriteLine("Name: {0}", addressList.Name);

                Outlook.AddressEntries addressEntries = addressList.AddressEntries;
    
                foreach (Outlook.AddressEntry addressEntry in addressList.AddressEntries)
                {
                    
                    Console.WriteLine("{0}", addressEntry.Name);
                    Console.WriteLine("{0}", addressEntry.Address);
                    addressEntry
                }
            }
    
    C#

  • Adressbook from outlook
    D daniel99

    Hy, I want to use the email from my outlook adressbook. Now, I can only read the name but not the email. Who can help me?

    IT & Infrastructure help question

  • Compilerfehler CS0553
    D daniel99

    Object obj = new Object(); Test test = new Test(); test = (Test)obj; Now I have an InvalidCastException System.InvalidCastException wurde nicht behandelt. Message="Das Objekt des Typs System.Object kann nicht in Typ MyApplication.Test umgewandelt werden." Source="MyApplication"

    C#

  • Compilerfehler CS0553
    D daniel99

    How it is possible to convert from a base-class: public class Test : Object { .... } .... Object obj = new Object(); Test test = (Test)obj;:confused:

    C#

  • Finding the Lost Identity
    D daniel99

    Give me an example please:-O

    ASP.NET question

  • Finding the Lost Identity
    D daniel99

    The tblHoliday has two columns. The Name and the Key ID. timeCardDataSet.tblHoliday.NewtblHolidayRow(); holidayRow.Name = "Name"; timeCardDataSet.tblHoliday.AddtblHolidayRow(holidayRow); How can I get the value of the (from Access) generated key.

    ASP.NET question

  • table like excel
    D daniel99

    I need some help. I´m looking for a table with labeled rows and clomuns (like excel).

    C# help

  • Differen t Resource.resx and Settings.settings.
    D daniel99

    I use the Visual Studio 2005. Now I want to use different Resource.resx and Settings.settings. With the configmanager I want to select the Resource.resx and Settings.settings.

    C# csharp visual-studio learning

  • Switch between two properties [modified]
    D daniel99

    For each design I build on code.

    C#

  • Switch between two properties [modified]
    D daniel99

    I want to build two programs with the same code but different designs.

    C#

  • Switch between two properties [modified]
    D daniel99

    Have anyone an idea how can switch between two properties(Resources.resx, Settings.settings) :confused:

    C#

  • calculate the sun-up
    D daniel99

    Rigth, I need fucntion to calculate when sunrise is.

    Algorithms algorithms help

  • calculate the sun-up
    D daniel99

    I´m looking for a algorithm to calculate the sun up. Who can help me.

    Algorithms algorithms help

  • Updater Application Block v.2.0
    D daniel99

    Hy, I have Problems to use the Updater Application Block. Have anyone an an example how to use it? Thanks Daniel

    C# tutorial question

  • List<string>
    D daniel99

    I want use the metod public T Find (Predicate match) to find an string in myList. But I have no idea how can I find a string as a parameter. I know only this way: List mylist = myList.FindAll(demo); Is this way possible: List mylist = myList.FindAll(demo(object x)); Edit/Delete Message -- modified at 3:51 Thursday 7th December, 2006

    C# regex question

  • Email
    D daniel99

    How can I send a email with the standard email-program in windows. Who can help me with an example

    C# help tutorial question

  • publish my project
    D daniel99

    I have no idea how I can publish my project. (Visual Studio 2005) Who can help me with an example.

    C# csharp visual-studio help tutorial

  • CListView with a Timer
    D daniel99

    How can I use a Timer in a CListView? (With the Timer I want to update the view)

    C / C++ / MFC question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups