Search:

Type: Posts; User: lumin

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    546

    A bit expensive but it looks like what you want.....

    A bit expensive but it looks like what you want..

    http://www.metamorphic.com/html/vb_to_c___0.html

    -Lumin
  2. Replies
    0
    Views
    373

    Anyone know where to get TTOsock ?

    I wonder if anyone know where I can get the latest version of TTOsock ? their website seems to be down and has been down for a long time now (ttosock.2y.net)
    Or if anyone got the latest version if...
  3. Replies
    3
    Views
    575

    Thanks just what I was looking for :) I don't...

    Thanks just what I was looking for :)
    I don't know how that passed me .. maybe next time I should look a bit more into the API tool :)

    Anyway thanks a bunch!

    -Lumin
  4. Replies
    3
    Views
    575

    Trap a form inside a picture box

    I wonder if anyone is able to do the follwing.

    Im trying to trap a from inside another forms picture box so it will be like a MDI, Im not using MDI since it limmits me and what I want to do.

    I...
  5. Replies
    0
    Views
    331

    Hey! Some time ago you helped me with the...

    Hey!

    Some time ago you helped me with the webbrowser controll ..
    I have used it much since but suddenly I have encountered a problem that I hope you can help me with.

    on a webpage im making a...
  6. Replies
    0
    Views
    424

    Hey! Some time ago you helped me with the...

    Hey!

    Some time ago you helped me with the webbrowser controll ..
    I have used it much since but suddenly I have encountered a problem that I hope you can help me with.

    on a webpage im making a...
  7. Replies
    1
    Views
    444

    an easy question: How do I get a filessize...

    an easy question:

    How do I get a filessize from the path in a text box?

    Thanks in Advance!

    -Lumin
  8. Replies
    2
    Views
    311

    an easy question: How do I get a filessize...

    an easy question:

    How do I get a filessize from the path in a text box?

    Thanks in Advance!

    -Lumin
  9. Thread: Winsock

    by lumin
    Replies
    9
    Views
    687

    and a last one :) .RemoteHost =...

    and a last one :)



    .RemoteHost = "STMPServerName" 'should also contain your smtp server as i told you above



    -Lumin
  10. Greetings, I wonder if anyone has ever seen...

    Greetings,

    I wonder if anyone has ever seen sourcode related to games such as Master of Orion 2 (moo2) or Imperium Galactica .. (Turnbased games but related to space. tough IGAL 2 is actually...
  11. Thread: Winsock

    by lumin
    Replies
    9
    Views
    687

    note do not kill the HELO message at: ...

    note do not kill the HELO message at:


    .SendData ("HELO wherever.com" + vbCrLf)


    or else things will stop working.
    you can try without .. it might work.

    -Lumin
  12. Thread: Winsock

    by lumin
    Replies
    9
    Views
    687

    the line is being sendt but as you can see: ...

    the line is being sendt but as you can see:



    sTo = "To:" + Chr(32) + "Joe Bloggs" + vbCrLf 'there is no valid eMail adress here .. try something like mymail@myserver.com (ofcourse changing...
  13. Thread: Winsock

    by lumin
    Replies
    9
    Views
    687

    I asume that this is the line you want to...

    I asume that this is the line you want to change..



    sSubject = "Subject:" + Chr(32) + "Test Subject" + vbCrLf 'you can change Test Subject to anything..


    -Lumin
  14. Replies
    2
    Views
    491

    where ? try set your screen res a bit higher and...

    where ? try set your screen res a bit higher and view again :)

    -Lumin
  15. Replies
    6
    Views
    883

    if you know C/C++ you could do the following ...

    if you know C/C++ you could do the following

    put the VB exe and runtime in you project (inside exe)
    when your C/C++ programs run make it extract the 2 files then execute the VB exe file when VB...
  16. Thread: Operating System

    by lumin
    Replies
    5
    Views
    487

    if you search up "BOS" on planet source code you...

    if you search up "BOS" on planet source code you will find a good shell extension for windows. you might also just want to try to search on "shell replacement" and see what you get .. that site is...
  17. Thread: Operating System

    by lumin
    Replies
    5
    Views
    487

    Im currently making a spinnoff from windows .....

    Im currently making a spinnoff from windows .. call it a shell if you like but it is realy stripped down to only the kernel and some other dll files.
    im making all the gui DLL's my self.
    im keeping...
  18. Replies
    2
    Views
    576

    I experienced that while using the winsock API I...

    I experienced that while using the winsock API I could get about 800-900 connections and it would work fine (I used many of the above precautions to keep my memory fresh)(and its important to know...
  19. Replies
    1
    Views
    622

    Does anyone know if Microsoft has improved...

    Does anyone know if Microsoft has improved anything related to graphics in VB 7?

    I mean its nice with DirectX 8 for VB but better support and faster code would be great!

    -Lumin
  20. Replies
    11
    Views
    717

    well since I work against 1 server to, I know how...

    well since I work against 1 server to, I know how the error pages look like, so I will use the instr() to search for it ..

    Thanks for the help!


    -Lumin
  21. Replies
    11
    Views
    717

    Thanks it did. But is there a way of trapping...

    Thanks it did.

    But is there a way of trapping errors like if I get a 404 error from the web ?


    -Lumin
  22. Replies
    11
    Views
    717

    geoff_xrx: Im not following .. I do I use...

    geoff_xrx:

    Im not following ..

    I do I use the instr(temp,"whatever") ? do I call it or just execute it in a function ?

    and also do I need to put the .Forms(0). in an array ?
    or can I use...
  23. Replies
    11
    Views
    717

    Thanks! It made me move onwards. -Lumin

    Thanks!

    It made me move onwards.


    -Lumin
  24. Replies
    11
    Views
    717

    Greetings, I wonder how I can get the...

    Greetings,

    I wonder how I can get the following things done with the help of a webbrowser controll.

    1. input a username and password in text boxses on a webpage and the click the submit button....
  25. Replies
    4
    Views
    482

    Thanks a lot!!

    Thanks!!

    It realy worked .. ahh finaly some sleep :)
    I said I was tierd and here is the proof.

    Anyway Thanks again.

    -Lumin
  26. Replies
    4
    Views
    482

    Im getting an error that says: "Argument not...

    Im getting an error that says: "Argument not optional". And I use the following code to call it.



    FileOpen (txtTempShtPath.Text)
    tmpShtCont = FileOpen


    Thanks in advance!
  27. Replies
    4
    Views
    482

    Greetings, Im a bit tierd and somehow I can't...

    Greetings,

    Im a bit tierd and somehow I can't use this module as I should .. don't know why ? :)



    Function FileOpen(FilePath As String)
    'Open a text file
    On Error GoTo error
    Dim Directory...
  28. Replies
    7
    Views
    576

    if you have a boot disk bot from it and use DOS...

    if you have a boot disk bot from it and use DOS to delete the folder.. it will be gone when your back in NT unless its a prankster program that is causing the problem.

    -Lumin
  29. Replies
    10
    Views
    967

    you should be able to dial to any device if you...

    you should be able to dial to any device if you intall VPN (Virtual Private Network).

    its located in add/remove programs, in windows setup under communications

    Hope it helps


    -Lumin
  30. Replies
    2
    Views
    544

    I asume we are talking about cracking.. since...

    I asume we are talking about cracking.. since hacking is something completly different..


    -Lumin
  31. Replies
    4
    Views
    675

    Oh dang it.. I didn't read your post entierly .....

    Oh dang it.. I didn't read your post entierly .. sorry gona try your sugjestion now

    Thanks!!


    -Lumin
  32. Replies
    4
    Views
    675

    Thanks, But im trying to avoid using the...

    Thanks, But im trying to avoid using the webbrowser control since its taking space and my program should take as little KB as possible. :)

    So I was wondering if windows has any Dll's I can call up...
  33. Replies
    2
    Views
    529

    hmm thanks, looks like im stucked with that big...

    hmm thanks, looks like im stucked with that big OCX file..

    But arent there a dll file that windows already has that I can call that does the same ?
    Since almoust evry OCX that I have used that...
  34. Replies
    2
    Views
    529

    Greetings, Does anyone know how to Preview a...

    Greetings,

    Does anyone know how to Preview a HTML page with api and then eventualy print it ?
    or just print the HTML page for that sake.

    Thanks in advance!


    -Lumin
  35. Replies
    4
    Views
    675

    Greetings, Does anyone know how to Preview a...

    Greetings,

    Does anyone know how to Preview a HTML page with api and then eventualy print it ?

    Thanks in advance!


    -Lumin
  36. Replies
    2
    Views
    812

    windows actualy have a similar thing built in....

    windows actualy have a similar thing built in.
    its called VPN (Virtual Private Network) and it works almoust like a dialup connection. you can add it if its not already there. trough the add/remove...
  37. Thread: Button on Top?

    by lumin
    Replies
    11
    Views
    615

    This is how to do it in your own program. if you...

    This is how to do it in your own program.
    if you tweak it it might work for evry windows window.

    Module:


    Option Explicit

    '*********************
    '* API Declarations *
  38. Thread: Please help!!

    by lumin
    Replies
    1
    Views
    514

    Greetings, Im in need of your help. I...

    Greetings,

    Im in need of your help.
    I wonder what I should use for the following task, Im not able to use CGI/Perl/ASP.

    Anyway here is my problem.
    Im gona make a survey (thats not the...
  39. Thread: Help!!

    by lumin
    Replies
    1
    Views
    342

    Greetings, Im in need of your help. I wonder...

    Greetings,

    Im in need of your help.
    I wonder what I should use for the following task, Im not able to use CGI/Perl/ASP.

    Anyway here is my problem.
    Im gona make a survey (thats not the...
  40. to do this you will have to do the following. ...

    to do this you will have to do the following.

    You will have to have a program running in the background on the remote computer, listening to a local port (I.E 223344)
    Establish a connection to...
Results 1 to 40 of 144
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width