Search:

Type: Posts; User: ravcam

Page 1 of 4 1 2 3 4

Search: Search took 0.10 seconds.

  1. Thread: file sharing...

    by ravcam
    Replies
    8
    Views
    1,022

    no one... I am just saying...

    no one... I am just saying...
  2. Thread: file sharing...

    by ravcam
    Replies
    8
    Views
    1,022

    Ok... I am tired of this disception.... for those...

    Ok... I am tired of this disception.... for those of you who use i-mesh and believe it is better than kazaa... hers what I have to say to you...

    THEY USE THE SAME DARN NETWORK!!!!

    so how can...
  3. Thread: file sharing...

    by ravcam
    Replies
    8
    Views
    1,022

    file sharing...

    Just wondering what file sharing apps you ppl use.... any i-mesh users?
  4. Thread: limit of array

    by ravcam
    Replies
    6
    Views
    397

    Why not just keep track of the elements in the...

    Why not just keep track of the elements in the array via some counter... then the loop is not neccessary...
  5. Yes... it is a problem with your loop... ...

    Yes... it is a problem with your loop...

    if(count == size)

    this is incorrect.... because prior to this line the count = 0 and size equals 3... I can find out no other point in your program...
  6. Replies
    3
    Views
    362

    Told you it was simple.... thanks.

    Told you it was simple.... thanks.
  7. Replies
    3
    Views
    362

    Simple question!

    How do you run an outside application in VB?
  8. Thread: exponents

    by ravcam
    Replies
    3
    Views
    398

    Ok... so it may... but not as a power operator

    Ok... so it may... but not as a power operator
  9. Thread: exponents

    by ravcam
    Replies
    3
    Views
    398

    add this code #include then later...

    add this code

    #include <cmath>

    then later add...

    pow(x,y);

    C++ doesn't recognize the ^ operator
  10. Replies
    11
    Views
    644

    I have had this same problem... the solution i...

    I have had this same problem... the solution i deduced was to give it a few seconds... for some reason no data will be recieved until about 2 seconds after the connection is made... any way of...
  11. Thread: why skipping?

    by ravcam
    Replies
    8
    Views
    365

    seems ok to me too... dropped it into my vc++ as...

    seems ok to me too... dropped it into my vc++ as a console app with some necessary syntax... and it worked...

    #include <iostream>
    using namespace std;

    int main(void)
    {

    int menuOpt;
  12. Thread: Can vb do this?

    by ravcam
    Replies
    6
    Views
    702

    almost anything is possible in vb... and i am...

    almost anything is possible in vb... and i am sure this is one of them... just don't know how... sorry
  13. Replies
    8
    Views
    567

    SP5 = service pack 5 for visual studio ... you...

    SP5 = service pack 5 for visual studio
    ...
    you can download the ocx off the net and extract it to c:\windows\stytem...

    then

    type in run

    regsvr32 c:\windows\system\MSWINSCK.OCX
  14. Replies
    9
    Views
    443

    I am not sure... but i think all you have to...

    I am not sure...

    but i think all you have to do to overload the constructor function is to create another prototype...
  15. Replies
    4
    Views
    308

    Not sure where your 'num' name is coming from......

    Not sure where your 'num' name is coming from... but anyway fstream works like cin for the most part... you would most likly need a deliminating character between each char input... or you could...
  16. Replies
    74
    Views
    1,963

    I just noticed.. and you can call me crazy but I...

    I just noticed.. and you can call me crazy but I think that Arbiter and Behemoth are the same person... just call it intuition.
  17. Thread: Help... Please?

    by ravcam
    Replies
    15
    Views
    602

    Am I understanding you right NeoBlade? ...

    Am I understanding you right NeoBlade?

    Establish the connection and leave it open on both ends then send and recieve without closing until the program ends?

    I will try this tommorow, cause...
  18. Thread: Help... Please?

    by ravcam
    Replies
    15
    Views
    602

    I know you can only run one instance on any...

    I know you can only run one instance on any computer...

    I have it running on two different computers.

    And as for the rest of what you said Chris...

    Can you please explain what this meens and...
  19. Thread: Help... Please?

    by ravcam
    Replies
    15
    Views
    602

    Ok... send a few meesages to one computer with...

    Ok... send a few meesages to one computer with one end... then goto the other computer and try to send a message back... you will get an address in use error.

    If you go to "netstat -a" in the...
  20. Replies
    3
    Views
    461

    Not quite sure what you meen If you click one...

    Not quite sure what you meen

    If you click one it will have a index property... you can tell whick one was clicked or called using this property, if you call one make sure you set an index property...
  21. Thread: Help... Please?

    by ravcam
    Replies
    15
    Views
    602

    Thanks Chris, I plan on doing that but for...

    Thanks Chris,

    I plan on doing that but for right now I am just playing around with it to learn it... I want to simulate all the steps with one control for learning purposes, once that is done I...
  22. Thread: Help... Please?

    by ravcam
    Replies
    15
    Views
    602

    Ok... those two segestions were great... they...

    Ok... those two segestions were great... they solved one of my problems, but it still refuses to close the socket when I tell it...

    To make sure it is not my stupidity I have enclosed the project...
  23. Thread: Tcpip

    by ravcam
    Replies
    7
    Views
    552

    The winsock ocx is very helpful... I would...

    The winsock ocx is very helpful... I would recomend the tutorial on this site under the internet section however it doesn't work to well... good for getting an idea of how to use it, but you have...
  24. Thread: Help... Please?

    by ravcam
    Replies
    15
    Views
    602

    Basically it is not closing the socket when I...

    Basically it is not closing the socket when I tell it to, and it also refuses to go back into its listening state.
  25. Poll: Anyway. If you think about it, most every GUI...

    Anyway. If you think about it, most every GUI design will have a menu, and many with the same Names ; like File or Help. Using a familiar interface only helps the users with your program, they...
  26. Poll: A lot of things have already been done... what...

    A lot of things have already been done... what may be a new "idea" to you may already have been done. Never hesitate to incorporate others designs or even concepts. After all you know what they...
  27. Thread: Help... Please?

    by ravcam
    Replies
    15
    Views
    602

    Ok, this is a repost of a question I asked...

    Ok, this is a repost of a question I asked yesterday... so could someone please help me with it.Ok, I am working on a chat program (two way). Anyway, heres what I know and think...

    1. I can send...
  28. Replies
    0
    Views
    370

    Ok, I am working on a chat program (two way). ...

    Ok, I am working on a chat program (two way). Anyway, heres what I know and think...

    1. I can send as many messages as I want to from the computer to first send. It sends the message and closes...
  29. Thread: ...

    by ravcam
    Replies
    4
    Views
    634

    And that would be... ?

    And that would be... ?
  30. Thread: ...

    by ravcam
    Replies
    4
    Views
    634

    I know this has been asked a million times but...

    I know this has been asked a million times but how do you ping through vb?
  31. Thread: Winstock

    by ravcam
    Replies
    1
    Views
    421

    Forget it... I figured it out with a friend who...

    Forget it... I figured it out with a friend who knows alot!!!
  32. Thread: Winstock

    by ravcam
    Replies
    1
    Views
    421

    Ok. So I decided to play around with winstock,...

    Ok. So I decided to play around with winstock, since I had no clue I figured that the Internet section of this site would help. I went through the first part ogf the winstock tutorial and kida got...
  33. Replies
    2
    Views
    402

    Ok, so I was messing around with win95 in my...

    Ok, so I was messing around with win95 in my computer class... booted up and got my normal login screen, but when I went to type the password in I acidentaly hit the windows key, that brought up a...
  34. Thread: Sugestions

    by ravcam
    Replies
    4
    Views
    713

    THANK YOU!!!!

    That was the just the sugestion I needed Mr. Gates . I will try that.

    That is the type of critical thinking I need more of in my life.
  35. Thread: Sugestions

    by ravcam
    Replies
    4
    Views
    713

    any other not so obvious sugestions?

    any other not so obvious sugestions?
  36. Thread: Sugestions

    by ravcam
    Replies
    4
    Views
    713

    Well I sort of have a delema... You see I have...

    Well I sort of have a delema... You see I have this command button.. and the text that is inside of it is just small enough to fit inside. But when you run the project and click the command button,...
  37. Replies
    26
    Views
    1,208

    Call me slow... but I just noticed that Megatron...

    Call me slow... but I just noticed that Megatron has passed the 4096 marker... which as stated in the FAQ's is

    new member 0-15
    junior member 16-31
    member 32-63
    lively member 64-127 ...
  38. Thread: Do you know...

    by ravcam
    Replies
    1
    Views
    519

    Do you know what I hate... I hate it when you...

    Do you know what I hate...

    I hate it when you work on code for 3 days... then you realize that your approach was all wrong so you have to redo it all...
  39. Thread: BitBlt

    by ravcam
    Replies
    0
    Views
    366

    Can you BitBlt with JPG's?

    Can you BitBlt with JPG's?
  40. Thread: Another QQ

    by ravcam
    Replies
    6
    Views
    498

    With a little adapting it does what is...

    With a little adapting it does what is required... thanks to all.
Results 1 to 40 of 154
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width