CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MusicGuy

Search: Search took 0.03 seconds.

  1. Replies
    20
    Views
    16,914

    Re: Why does not 'int' work? (Type casting)

    Hey,
    Thanks for replying!

    I agree, in this case "more flexibility" will probably never be needed, but its a habit I built up after working for some morons who kept changing their minds about what...
  2. Replies
    20
    Views
    16,914

    Re: Why does not 'int' work? (Type casting)

    Well, I'm new to C#, I'm more used to PHP/MySql and usually when using php/mysql if i have a "on/off" value and am using something small as a 0/1 value i use a tiny int.
    It usually gives me more...
  3. Replies
    20
    Views
    16,914

    Re: Why does not 'int' work? (Type casting)

    Nope, already established that SplashDisabled is a tinyint:
    http://img517.imageshack.us/img517/724/31661690.png

    Edit:
    Looks like my edit button has been enabled! Yay!
  4. Replies
    20
    Views
    16,914

    Re: Why does not 'int' work? (Type casting)

    That IS strange, because this is what i get when i change it to int
    http://img52.imageshack.us/img52/3331/90341105.png

    Shared with ImageShack...
  5. Replies
    20
    Views
    16,914

    Re: Why does not 'int' work? (Type casting)

    oops,
    looks like the last pic didnt come out too well, heres that snapshot again:
    http://img682.imageshack.us/img682/166/37698623.png

    If any of the snapshots are hard to read or too small, just...
  6. Replies
    20
    Views
    16,914

    Re: Why does not 'int' work? (Type casting)

    Here you go:
    First my db table:

    http://img28.imageshack.us/i/62745765.png/

    more db:
    http://img517.imageshack.us/i/31661690.png/

    My form, and checkbox selected, i took a large screen...
  7. Replies
    20
    Views
    16,914

    Re: Why does not 'int' work? (Type casting)

    Ok, hold on, will post some more details ;)
  8. Replies
    20
    Views
    16,914

    Why does not 'int' work? (Type casting)

    Hi!

    I'm new here, so forgive me if this is in the wrong place...

    heres the 'problem' (not really a 'problem', its just something i dont understand even though i got it working)

    Basically, I...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured