[c#] In WinMo 6.5 Bilder laden? [c#] In WinMo 6.5 Bilder laden?
Danke Danke:  0
Ergebnis 1 bis 4 von 4
  1. 27.06.2010, 19:04
    #1
    ich dreh einfach nur durch, ihr müsst mir helfen!

    sicher wisst ihr das und habt es 100 mal veröffentlicht und erklärt. Leider bin ich zu dumm sowas zu finden und zu verstehen , ...

    ich versuche bilder zu laden:
    Image img = Image.FromFile("kreuz_kreis.gif");

    So läd jedes normale Windows-Programm was ich programmierne kann das bild. nur bei winmobile 6.5 ned? was mache ich falsch?
    ich blick es einfach ned

    ig.Images.Add(new Icon("FLGUSA01.ICO"));
    Genau möchte ich die Icon in die Listbox laden! daran verzweifel ich total!
    0
     

  2. wo liegt denn die datei? was für eine umgebung? im emulator oder auf dem gerät?
    0
     

  3. 28.06.2010, 07:35
    #3
    Die Datei liegt direkt im gleichen verzeichnis! Im Emulator!
    Was meinst du mit Umgebung? Programmiersprache : c#
    0
     

  4. sorry, war etwas umständlich. also ImageFromFile gibt es nicht auf dem CompactFramework. Nimm
    Code:
    Image img = new Bitmap("bild.gif/bmp/jpg");
    icons jedoch sind anders zu handhaben, da brauchst du einen FileStream
    Code:
    FileStream str = new FileStream("icon.ico");
    Image img = new Icon(str);
    0
     

Ähnliche Themen

  1. Facebook-Profil-Bilder auch als Anruf-Bilder?
    Von Schlipfhunter im Forum Touch HD Interface
    Antworten: 2
    Letzter Beitrag: 24.02.2010, 15:14
  2. WinMo 6.6
    Von Megaliner im Forum HTC HD2 ROM Upgrade
    Antworten: 12
    Letzter Beitrag: 25.01.2010, 17:06
  3. Facebook bilder laden nicht
    Von ChrisXP im Forum HTC HD2 Programme
    Antworten: 4
    Letzter Beitrag: 10.01.2010, 10:47
  4. Microsoft Office Mobile auf D2,Bilder in Mails laden
    Von bondo im Forum Software (Touchscreen)
    Antworten: 2
    Letzter Beitrag: 18.06.2009, 18:44
  5. WinMo 6.5 - 4 icons
    Von skilledBOB im Forum Touch HD Interface
    Antworten: 0
    Letzter Beitrag: 29.05.2009, 11:54

Besucher haben diese Seite mit folgenden Suchbegriffen gefunden:

windows mobile 6.5 c#

code: image img = new bitmap(bild.gifbmpjpg);

winmo image url

c# windows mobile 6.5

c# pocket image programmierung

bmp oder jpeg auf mobile 6 anzeigen c#

c mobile emulator filestram verzeichnis

win mobile 6.5 image aus datei

windows mobile 7 c# bild laden

c# windows phone bild in image laden

c# windows mobile image.fromfile

c# wm 6.5 foto

c# grafik windows mobile 6.5

csharp image file mobile

.net c# windows mobile bild anzeigen

C# windows mobile image

c# bilder laden

windows mobile c# bilder zu klein

c# winmo

bild nur einmal laden c#

c# mobile 6.5 listbox

pocket pc c#

FileStream c# windows mobile emulator

c# programmieren bild

c# gif bild laden

Stichworte