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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
I

Insolence

@Insolence
About
Posts
7
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Export treeview to xml
    I Insolence

    I haven't tried anything else. I will have to try those thanks zopiro.

    C# com sysadmin xml help question

  • Export treeview to xml
    I Insolence

    http://s18.yousendit.com/d.aspx?id=1BV73LUSO19IV1DGQM7SI2RUVO Here is a link to download my project. This is a school project and I've been working on it for a while. I tried a few ways to export my treeview to xml but they haven't quite been right. I need to export my server list as an XML when I close the ServerForm. Will someone please help me out here? Eric W. -- modified at 11:15 Wednesday 18th January, 2006

    C# com sysadmin xml help question

  • IRC-like chat client, handling multiple tabs
    I Insolence

    My friend is making an IRC-like client (I'm making the server), and I was wondering what's the best way to handle the tabs for each channel? Remake each chat window and user list? Here's the code: http://s4.yousendit.com/d.aspx?id=3OQ7SU0PMBCKZ120NWZ2G7SFDV

    C# com sysadmin question lounge

  • Writing a license for my proprietary OSS =\
    I Insolence

    How should this license look? I want to develop some web applications for my teachers, and distribute it to other schools. People should be able to edit the software themselves and contribute to a community of developers that I hope to create. I'm thinking of something like $15 per program, not much but enough to put me through college if I get enough support. "To use this software you must pay a $15 fee. You may not redistribute this software. You are allowed to edit this software however you see fit." Is all I can think of now =\

    IT & Infrastructure question

  • My own little lexer/parser (trouble even getting started)
    I Insolence

    I'm having a VERY hard time finding material I can read to understand this stuff. So far I got a program to evaluate mathematical equations and a basic Lexer that splits a string simply into a stack like so... Example string - FunctionName ( "Param1" ); Stack[5]SEMICOLON Stack[4]CLOSE_PAREN Stack[3]"Param1" Stack[2]OPEN_PAREN Stack[1]FunctionName Basically it tells me when it hits a special character, and after that it tells me what's inside it. I'm having a really hard time explaining this, a bunch of source is available here: www.insolence9.com/downloads/SBN.zip Thanks

    C# com data-structures tutorial

  • Lexer / Parser (my own little scripting language)
    I Insolence

    Anyone?

    C# com data-structures tutorial

  • Lexer / Parser (my own little scripting language)
    I Insolence

    I'm having a VERY hard time finding material I can read to understand this stuff. So far I got a program to evaluate mathematical equations and a basic Lexer that splits a string simply into a stack like so... Example string - FunctionName ( "Param1" ); Stack[5]SEMICOLON Stack[4]CLOSE_PAREN Stack[3]"Param1" Stack[2]OPEN_PAREN Stack[1]FunctionName Basically it tells me when it hits a special character, and after that it tells me what's inside it. I'm having a really hard time explaining this, a bunch of source is available here: www.insolence9.com/downloads/SBN.zip Thanks

    C# com data-structures tutorial
  • Login

  • Don't have an account? Register

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