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
S

Stijn Goris

@Stijn Goris
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • IE vs. Firefox
    S Stijn Goris

    Lot's of sites are designed with IE in mind. Since Microsoft doesn't bother to follow the HTML standard a lot of those sites (unintentionally) don't use the HTML standard either. This is not a fault of the Firefox browser but a fault of the arrogance at Redmons. I design sites myself using notepad and try to stick to the HTML specifications. IE has certain render error due to wrong interpretation of the HTML code. Saying that Firefox doesn’t show pages correct is turning the world upside down. I hope that with an increasing Firefox share, sites using correct HTML will increase and Microsoft will be forced to implement a correct HTML interpreter. Greetings Stijn PS: > I want Proper PNG Support for IE<

    The Lounge visual-studio com question discussion announcement

  • count number of rows in query
    S Stijn Goris

    Hi all, What is the easiest way to count the number of rows in a SQL query? I have been looking for a methode but wasn't able to find one?! regards Stijn

    C# database question

  • variable scope
    S Stijn Goris

    Hi all, A beginners question: I define SqlCommand myCommand; in a function I then do try { myCommand = new SqlCommand(mySelectQuery,mySQLConnection); } catch(System.Exception e) {} I get an errormessage

    Use of unasigned local variable myCommand

    I see why I get the message but have no real clue on how I can use the try - catch without casting the errormessage. regards Stijn

    C# question

  • variable scope
    S Stijn Goris

    Hi all, A beginners question: I define SqlCommand myCommand; in a function I then do try { myCommand = new SqlCommand(mySelectQuery,mySQLConnection); } catch(System.Exception e) {} I get an errormessage

    Use of unasigned local variable myCommand

    I see why I get the message but have no real clue on how I can use the try - catch without casting the errormessage. regards Stijn

    C# question

  • Form: best way
    S Stijn Goris

    Hi all, I'm creating this small tool and need some help on the form I ll be using. The tool consist out of a form that contains 3 buttons. When a button is clicked 'another' should be opened. The form needs to have the same sice and place as the previous one only the content (buttons, ...) need to change. Is there a proper way to do this? Do I best use a new form for each button clicked or do I use the same form and Hide or Show elements when needed? Maybee there is a better way? I hope someone can help me out. Regards Stijn

    C# help 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