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

Search:

Type: Posts; User: kogan31

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thread: cap bandwidth

    by kogan31
    Replies
    0
    Views
    421

    cap bandwidth

    hi guys~!

    do u all know of any programs to cap bandwidth or can anyone help me with writing a program to cap bandwidth?

    thanks
  2. oh.. sorry i misunderstood ur question i'm not...

    oh..
    sorry i misunderstood ur question
    i'm not quite sure how to
    but the coding u did seems weird to me..
    y did u use Me instead of textbox since u wanted the textbox to change its back colour?...
  3. Replies
    3
    Views
    752

    i think it can be done using a childform

    i think it can be done using a childform
  4. ermm.. y do u have to do so much coding when u...

    ermm..
    y do u have to do so much coding when u can just change the backcolour of the textbox from the properties windows?
  5. i think its a bug.. its happens to me also on...

    i think its a bug..
    its happens to me also on 2002 version during design time.it does not always happen (only occassionally)..
  6. adjust the opacity of the picturebox to ur liking

    adjust the opacity of the picturebox to ur liking
  7. ermm.. i really dun quite understand u.. sorry...

    ermm..
    i really dun quite understand u..
    sorry
    but u i think u can try on form2

    me.dispose

    so it closes only form2
    and when u click on button again form 2 will show
  8. not sure wat ur question really is.. if u...

    not sure wat ur question really is..

    if u wanna show form 2
    u can use a button click
    and under button click event
    type
    dim form2 as new form2
    form2.show

    so when ever u click on that button...
  9. ermm.. actually u can right click during design...

    ermm..
    actually u can right click during design time and click send to front?
  10. Replies
    2
    Views
    901

    hi, is ur image in ur bin folder dim S as new...

    hi,
    is ur image in ur bin folder
    dim S as new image
    PictureBox1.Image = S.FromFile(Application.StartupPath & "/file name.jpg")

    it should look like this and u should do some modification urself...
  11. Replies
    20
    Views
    2,777

    yeap.. it worked perfectly.. thanks alot!!

    yeap..
    it worked perfectly..
    thanks alot!!
  12. Replies
    20
    Views
    2,777

    sorry i mean.. if i put label4.text="0" then in...

    sorry i mean..
    if i put label4.text="0"
    then in run time i will just show a 0 on label 4
  13. Replies
    20
    Views
    2,777

    error.. input string was not in a correct format

    error..
    input string was not in a correct format
  14. Replies
    20
    Views
    2,777

    ok did that code but now.. lots of error msg...

    ok
    did that code but now..
    lots of error msg pop use saying value is to large for int32
    and input string is invalid..

    and my label4 does not show the points..
    i'm going bald thinking of this.....
  15. Replies
    20
    Views
    2,777

    err.. but there is a error with the lastvalue.....

    err..
    but there is a error with the lastvalue..
    do i need to dim it?
  16. Replies
    20
    Views
    2,777

    whoa! i think its going to far.. i dun expect...

    whoa!
    i think its going to far..
    i dun expect such difficult codings so do my lecturer..hehe
    if u read top post..
    i just wan to increase the points in my label4 whenever a number is remove from...
  17. Replies
    20
    Views
    2,777

    thank you so much for the reply.. but as a...

    thank you so much for the reply..
    but as a newbie....
    i dun quite understand wat ya mean..
    could u do me a favor and paste the whole coding out for me..
    including which event its under?
    and i...
  18. Replies
    20
    Views
    2,777

    help correct my coding please(me=newbie) :)

    hi guys..
    i wanna do a coding whereby whenever a number is removed from label1(label1 has codings to generate numbers),label4 will indicate a +1 point(for ex. if 5 numbers is removed from...
  19. Replies
    0
    Views
    462

    Help Pls Help!!!

    hi guys!!

    i did a coding to generate numbers from 1-9 in a textbox
    and i did the coding to display the number when i press T or D in a label.

    now i need the coding so that the number that...
  20. Replies
    3
    Views
    467

    hi thanks for the reply.. but i still cant...

    hi
    thanks for the reply..
    but i still cant figure out wats wrong..
    when i press the T button the number only increases to 1 and not until 9.
    any idea?
    pls help
    i'm using visual studio.net 2002
  21. Replies
    3
    Views
    467

    URGENT!!pls Help Me!!

    z
  22. Replies
    7
    Views
    1,059

    hi i did the code but it has errors on it ...

    hi
    i did the code but it has errors on it

    Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
    Dim iinput As Integer

    If KeyCode = 38 Then 'UpKey
    If...
  23. Replies
    5
    Views
    641

    sorry but where is the menu editor tool? is it...

    sorry but where is the menu editor tool?
    is it under properties windows?
  24. Replies
    9
    Views
    7,948

    go to properties windows set the image size to...

    go to properties windows
    set the image size to "stretch"
  25. Replies
    5
    Views
    641

    how do i add this?

    hi..

    i would like to add a file menu to my form..
    anyone can help me?
    in case u do not know wat i mean i will attach a picture

    edit:
    err..
    sorry..
    do not know how to insert a picture..
Results 1 to 25 of 30
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured