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
M

Marco Stinger

@Marco Stinger
About
Posts
57
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help on Smart Phone sms Application
    M Marco Stinger

    what language/tools are you willing to use, native C++ or Managed code C#? in both cases all you need to do is download and install the Windows Mobile 6 SDK. Once you've install it you'll find a specific sample that demostrates how to intercept sms and send sms: For Managed C#: \Windows Mobile 6 SDK\Samples\Smartphone\CS\SmsIM For native C++: \Windows Mobile 6 SDK\Samples\Smartphone\cpp\Win32\SIMMgr Good luck !

    Ciao Marco

    Mobile help tutorial

  • .Net C.F. 2.0: Sent SMS don't get stored in the PocketOutlook "SMS\Sent Items" container
    M Marco Stinger

    I apologize for the repost, I originally posted the following question in mid August, when (probably) most of you were in vacation ;) Hi, I developped a small app using VisualStudio 2005, CF 2.0 C# that targets the Windows Mobile 6.0 Professional operating system. It tries to send sms in 2 different ways: Direct:

       string NumTelefono = textBox1.Text;
            string Messaggio = textBox2.Text;
            if (Messaggio.Length > 255)
                Messaggio = Messaggio.Substring(0, 255);
    
            SmsMessage sendMsg = new SmsMessage();
            Recipient recpt = new Recipient(NumTelefono);
            sendMsg.Body = Messaggio;
            sendMsg.To.Add(recpt);
            sendMsg.RequestDeliveryReport = true;
            sendMsg.Send();
    

    Using Pocket Outlook:

            string NumTelefono = textBox1.Text;
            string Messaggio = textBox2.Text;
            if (Messaggio.Length > 255)
                Messaggio = Messaggio.Substring(0, 255);
    
            using (OutlookSession session = new OutlookSession())
            {
                SmsAccount smsAccount = session.SmsAccount;
                SmsMessage smsMessage2 = new SmsMessage(NumTelefono, Messaggio);
                smsAccount.Send(smsMessage2);
    
            }
    

    I tried both with the emulator and a real device, the sms gets sent but it's not stored in the "SMS\Sent Items". Is there a way to implement such functionality ?

    Ciao Marco

    Mobile csharp question docker

  • .Net C.F. 2.0: Sent SMS don't get stored in the PocketOutlook "SMS\Sent Items" container
    M Marco Stinger

    Hi, I developped a small app using VisualStudio 2005, CF 2.0 C# that targets the Windows Mobile 6.0 Professional operating system. It tries to send sms in 2 different ways: Direct:

       string NumTelefono = textBox1.Text;
            string Messaggio = textBox2.Text;
            if (Messaggio.Length > 255)
                Messaggio = Messaggio.Substring(0, 255);
    
            SmsMessage sendMsg = new SmsMessage();
            Recipient recpt = new Recipient(NumTelefono);
            sendMsg.Body = Messaggio;
            sendMsg.To.Add(recpt);
            sendMsg.RequestDeliveryReport = true;
            sendMsg.Send();
    

    Using Pocket Outlook:

            string NumTelefono = textBox1.Text;
            string Messaggio = textBox2.Text;
            if (Messaggio.Length > 255)
                Messaggio = Messaggio.Substring(0, 255);
    
            using (OutlookSession session = new OutlookSession())
            {
                SmsAccount smsAccount = session.SmsAccount;
                SmsMessage smsMessage2 = new SmsMessage(NumTelefono, Messaggio);
                smsAccount.Send(smsMessage2);
    
            }
    

    I tried both with the emulator and a real device, the sms gets sent but it's not stored in the "SMS\Sent Items". Is there a way to implement such functionality ?

    Ciao Marco

    Mobile csharp docker question

  • Windows Security
    M Marco Stinger

    Not sure if it's real, seems pretty old interface (win98 ? ) but still. FIVE !!!

    Ciao Marco

    The Lounge com security

  • Ginger or Maryann
    M Marco Stinger

    Mary Anne

    Ciao Marco

    The Lounge question

  • Guitar Heros
    M Marco Stinger

    Actually there's no Shredding in Free Bird, just a very well done solo on basic blus pentatonic scale. so here's my list: Stevie Ray Vaughan - Tirerobe, cound't stand the weather etc etc Clapton - Crossroads, White room etc etc Jimi Hendrix - Woodoo Chile, purle haze, Foxey lady (live version) etc etc Van Halen - Mean Streets, Eruption Jeff Healey Band - See The Light (full album) - cover To Cover (full album) Gary Moore - Walking by Mysef, Still got the blues Santana - Europa, Oje como và, black magic woman etc etc Led Zeppelin - Heart Breaker Mark Knopfler - Sultans of Swing, tunnel of love Guns And Roses - sweet child of mine Eagles - Hotel California (you can laugh but I still think it's a remarcable solo) I don't know mutch 'bout "Guitar Heroes" (but I've been playing guitar for the last 20 years) and I supposed it's more focused on Solos rather than all around playing..so no AC/DC (a pitty)

    Ciao Marco

    The Lounge game-dev question

  • WTF! You're not going to believe this!
    M Marco Stinger

    Yes, I don't believe it ! :laugh:

    Ciao Marco

    The Back Room

  • Poll: How much total HD Storage do you personally own?
    M Marco Stinger

    Only 920 Gb

    Ciao Marco

    The Lounge

  • Laptop suggestions? (posting here as it is most visited board)
    M Marco Stinger

    Two weeks ago I bought the following: ACER 5684WLMi Intel Core 2 duo T5600 15.4 WXGA CrystalBrite LCD NVIDIA GeForce GO 7600 PCI Express 128MB DEDICATED Ram 120GB HD 2GB DDR2 RAM 802.11 a/b/g WIFI VERY good Laptop, fast on office, fast on VS2005, even runs games (tried PES 6 and HL2) very good Ciao Marco

    ;)

    The Lounge graphics game-dev json question

  • Connect to an access DB remotely
    M Marco Stinger

    Yes

    The Lounge database sysadmin question

  • Is it Pocket PC or iPhone?
    M Marco Stinger

    YouTube video REMOVED [^]due to copyright claim by Apple Inc. PITA Ciao Marco

    ;)

    The Lounge php ios com question discussion

  • Job Applicants
    M Marco Stinger

    Hooo, now I understand why I'm asked to supervise interviews (6'2" and 90 Kg.):laugh: Damn, I thought it was because I'm smart ..... ;) Ciao Marco

    The Lounge career adobe game-dev

  • A new name for Delphi32
    M Marco Stinger

    Sad but true Used to be one of the best IDE in the market (and VCL was a damn good Framework) Ciao Marco

    The Lounge delphi com question learning

  • XP vs Server 2003
    M Marco Stinger

    2003 server does help a little if you develop lots of asp.net and/or lots of WebServices (AppPools etc). On the other hand I have no idea on how it performs with games I stick with XP (+Vista) and I'm able to develop anything ciaoCiao Marco

    The Lounge question visual-studio com sysadmin discussion

  • Windows Vista
    M Marco Stinger

    Used to use Ultimate. Now I've got a new PC with XP Pro and will install in dual boot Vista Ultimate (as soon as I find some spare time) Ciao Marco

    The Lounge com question announcement

  • Fixed the NO ICONS on SYSTRAY problem with WinXP MC
    M Marco Stinger

    Remember the Tray ICON Problem I had in this Article ?? Many thought that it was related to NAV 2006, but I fond this page witch gave me all the infos required to solve the problem (I had to google it a little better) Just posting the page so it might be helpfull to others Ciao Marco

    The Lounge com help question

  • damn I hate it when it happens
    M Marco Stinger

    Sure ? Removing the AntiVirus SW doesn't seem as a SIMPLE option...but if you 2 are SURE I'll give it a try Ciao Marco

    ;)

    The Lounge question windows-admin tools help

  • damn I hate it when it happens
    M Marco Stinger

    ..ok, probably this is the WRONG place to post this and everyone will get upset .. ..so forgive me ! I've got this brend new ACER Aspire 5684WLMi Notebook with XP M.C. Everything workked smoothly for a few days, then 1 hr ago I installed the latest Norton Antivirus 2006 updates, rebooted and ...bang lost 90% of the notification tray icons !!!! (plus it takes far to much to complete boot) I even get a "Error 0" from Daemon Tools I did check the Events registry but found absolutelly nothing Does anyone have a idea of the reasons for such a strange behaviour ? Ciao Marco ps: this obvioussly is NOT a PROGRAMMING QUESTION !!

    ;)

    The Lounge question windows-admin tools help

  • Microsoft Update 784 Megs...
    M Marco Stinger

    Not surprised a bit ... I HAD to buy a brand new Notebook Friday (the older one DIED :(( ) with Windows XP Media Center SP2 preinstalled. I later installed Office 2003, VS 2003, VS 2005, SQL 2005 ...and....STARTED DOWNLOADING patches.. Can't really tell the exact amount ok Mb I had to download in 2 DAYS, but it had to be over 2 GB Ciao Marco

    The Lounge com question announcement

  • SOTD: Prefered Storage
    M Marco Stinger

    I Third

    ;)

    The Lounge visual-studio com question
  • Login

  • Don't have an account? Register

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