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
O

osto

@osto
About
Posts
10
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • mousewheel!!!
    O osto

    Hey is there a way to have mousewheel panning in a custom UserControl? I meen like in Internet Explorer when you click the middle mouse button you enter in panMode. or can you give me a link to information on how to make a implementation of this!! :~

    C# tutorial question

  • Video Editing Component?
    O osto

    well for something small microsoft made a tool that you can cut/paste AVIEDIT.EXE i think is on one version on vc++ or better yet check the web for free avi editor or on sourceforge.net anyway you probably need some better to do what you asked!

    C# com question

  • Lock the mouse to my application
    O osto

    i thought this was a big developer NO-NO!:mad:

    C# help question

  • This is not really a programming question
    O osto

    :doh: hum algorithm analysis...FUN FUN FUN

    The Lounge question algorithms

  • ListView and Inserting Subitems
    O osto

    ListViewItem item = lstProducts.Items.Add("Column1");//<-first item.SubItems.Add("Column2"); item.SubItems.Add("Column3"); item.SubItems.Add("Column4"); item.SubItems.Add("Column5"); easy? ;P and if you want to update a previously created column listName.Items[index].SubItems[subIndex].Text = "";

    C# tutorial question

  • C# with MFC
    O osto

    why are you using win32 for a dialog box anyway? show us WndProc and the one that create the dialog!

    C# help csharp c++ question

  • C# with MFC
    O osto

    Show us some code!

    C# help csharp c++ question

  • Web control
    O osto

    well i as wondering witch one as best for viewing a generated html report!

    C# question

  • Web control
    O osto

    hey anybody try to use MSHTML.ShowHTMLDialog? or everybody using AxWebBrowser! X|

    C# question

  • statusbar UI
    O osto

    just wondering what methods do i need to override to be able to change bankground color of the status bar? set for exemple a gradient fill backgroung like with iexplorer/explorer. so far i got just been able to have the devider but no bg :( private void statusbarDrawItem(object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent) { StatusBarPanel ssb = sbdevent.Panel; Rectangle rect = sbdevent.Bounds; sbdevent.Graphics.DrawLine(new Pen(Color.White), rect.Right-1,rect.Top,rect.Right-1,rect.Bottom-2); sbdevent.Graphics.DrawLine(SystemPens.ControlDark, rect.Right-2,rect.Top,rect.Right-2,rect.Bottom-2);}

    C# graphics design 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