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
S

spaceus

@spaceus
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Starting a process from a Windows Service
    S spaceus

    you'll need to allow the service to interact with desktop How terrible is wisdom when it brings no profit to the wise

    Visual Basic winforms help question announcement

  • Windows Forms Error
    S spaceus

    you need more RAM. Most likely you have som repetion statement that dosn't exit giving you the exception when it has run for some time How terrible is wisdom when it brings no profit to the wise

    C# csharp visual-studio winforms graphics game-dev

  • Using designer to fill an ArrayList
    S spaceus

    public string Liste { set { liste.Clear(); char[] seps = { ';'}; String[] values = value.Split(seps); liste.AddRange(values); } this seems to solve my problem but is there no other way? How terrible is wisdom when it brings no profit to the wise

    .NET (Core and Framework) design data-structures

  • Using designer to fill an ArrayList
    S spaceus

    What I wanna do is to be able to fill an ArrayList from my designer... what I got is this public class WebCustomControl1 : System.Web.UI.WebControls.WebControl { private ArrayList liste = new ArrayList(); . . public ArrayList Liste { set { foreach(string ele in value) { liste.Add(ele); } } get { return liste; } } .... If I fill the Array 'hardcode style' I can see the elements but I can't add new elements in the designer... How terrible is wisdom when it brings no profit to the wise

    .NET (Core and Framework) design data-structures

  • JavaScript + dll howto...
    S spaceus

    I know this is possible, but currently have no time to look into it, so hoping somebody out there will give me the answer ;) What Im wanting to do is to call a .dll from a .js Say I've made some HelloWorld.dll with a hello() system.Console.write("hello") then in a .js want to call this function how do I do this?? function hello(){ var helloDll = new ActiveXObject("HelloWorld"); helloDll.hello(); } Would this work if i put it in system32 folder or something..?? apreciate any help Spaceus How terrible is wisdom when it brings no profit to the wise

    Web Development javascript question help

  • Winamp - howto
    S spaceus

    thx a bunch just what i was looking for... guess I'm getting lazy ;)

    Visual Basic csharp help question

  • Winamp - howto
    S spaceus

    I'm looking for some documentation on howto manipulate winamp via vb.net I have no knowledge on the area so any help would be appreciated... Isn't there some documentation on the subject if there is where can I find it? How terrible is wisdom when it brings no profit to the wise

    Visual Basic csharp help question

  • Treeview and regex
    S spaceus

    I'm new to vb.net and I was wondering if it would be possible to use regex on a treeview? I haven't got any code but at least that makes for a quick read.. what I would like is to be able to traverse a treeview for a regex, then building a new treeview with the nodes found maintaining the original structure of the tree (parent - child) inputs are extremely welcome peace How terrible is wisdom when it brings no profit to the wise

    Visual Basic csharp data-structures regex 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