Search:

Type: Posts; User: Mystikal

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Re: How can I Intercept network connection requests, and alow/deny premission

    I was actually looking for the same thing..can anyone help us out?
  2. Replies
    58
    Views
    2,468

    Re: Search Fuction

    Heyy...I'm neither good nor experienced with database queries, so the way for me is loops.

    Before I go on explaining, I use the DAO database - access technique (yes i'm a classic), so you might...
  3. Replies
    4
    Views
    760

    Re: Embedding sound/music

    Heyy..i suggest using the "Microsoft Multimedia Control 6.0". Just go to components and check it. It is very simple to use and understand.

    If you're going to use it, it is recommended that in...
  4. Replies
    1
    Views
    313

    path of file in Network Connections

    Hi, I'm trying to create a very simple program in Visual Basic 6.0, which on a click of a button would launch the "Connect to the internet" window. I use an ADSL Connection, with an external USB...
  5. Replies
    2
    Views
    353

    Re: MS WORD help

    lol its so simple it makes me feel stupid..thanxx RobDog..you're the man!
  6. Replies
    2
    Views
    353

    [RESOLVED] MS WORD help

    Hey all..

    i dont have a problem with regards to VB in relation with MS WORD, but i have a problem in MS WORD itself and I hope someone can help me.

    I mistakenly pressed a combination of keys on...
  7. Replies
    13
    Views
    798

    Re: Find location of laptop

    You may be right randem, however that does not make it any less of a good idea. Plus, the technique could be used for other purposes, not just the one I have mentioned. Therefore, I still think it...
  8. Replies
    13
    Views
    798

    Re: Find location of laptop

    i was searching on the internet for sites that can help me identify location using IP address, and I found this freeware on http://www.mytoolpad.com/open/iplookup/#screen

    My program can get the ip...
  9. Replies
    13
    Views
    798

    Find location of laptop

    Hey all...

    My friend came up with this good idea, that is to create a program which can find the location of a person when he/she connects to the internet (using IP address i believe), and have...
  10. Replies
    8
    Views
    686

    Re: Dealing with ascii...i think!

    Thanx guys for all the help!
  11. Replies
    8
    Views
    686

    [RESOLVED] Dealing with ascii...i think!

    Hii all..
    I'm using an InputBox to get input from the user. However, I need to ensure that the user can only input digits and not alphabets or characters. How would I do that?
  12. Replies
    9
    Views
    575

    Re: Temporary files is created

    hey amigo..im no expert..but why is it a problem?? anyway i suppose its the files it needs to run...just a wild guess
  13. Replies
    3
    Views
    418

    Re: Name of program using the port

    any suggestions???
  14. Replies
    3
    Views
    418

    Name of program using the port

    Heyy all..

    i was wondering...

    when i try to connect using my application (using winsock) through a port which is already engaged to another program on my computer, i get an error message saying...
  15. Replies
    2
    Views
    503

    Re: Scanning a text file

    got the solution...thanxx anyways;)
  16. Replies
    2
    Views
    503

    [RESOLVED] Scanning a text file

    heyy guys..

    im very new to working with text files, i only have the basic concept.

    What i wish to do is..create a technique by which i can scan each line of a text file whether it contains a...
  17. Thread: File Sending?

    by Mystikal
    Replies
    9
    Views
    719

    Re: File Sending?

    its my pleasure pal!
  18. Thread: File Sending?

    by Mystikal
    Replies
    9
    Views
    719

    Re: File Sending?

    ohh well in that case...

    for an instant messenger...you need not store what the person at the other end is writing and then send it (unless you purposely want to create a chat log)...

    you can...
  19. Thread: File Sending?

    by Mystikal
    Replies
    9
    Views
    719

    Re: File Sending?

    heyy dude...im creating such an application..which i called "Online Database"...

    Im using winsock to do that...and the concept is that the client (computer requesting the file) sends a 'handshake...
  20. Replies
    13
    Views
    1,194

    Re: Flex gird key press

    heyy man...

    yeah its possible i guess...but for a particular text matrix though...i didnt spend much time on it...but here ya go and u can further develop it


    Dim t As String
    t =...
  21. Re: access password protected access database

    works great Shuja :D

    thanxx Shuja and Shakti for your prompt replies :)
  22. [RESOLVED] access password protected access database

    heyy all..just a small question..

    i use DAO to manipulate my access database. When i protect my database with a password, i cannot access it with my code. I get an error message saying "Invalid...
  23. Re: newbie question; recognising different file types and displaying the file; plz help!

    a wild ideas just struck me..but it is impractical i think..but ill post it anyway...

    its basically the same concept i used for my password cracker...create a series of loops which will rotate...
  24. Re: newbie question; recognising different file types and displaying the file; plz help!

    heyy Carlos

    well...first of all..reference the FileSystemObjects

    then...


    dim ext as string
    dim fso as new filesystemobject
    ext = fso.GetExtensionName ([path]) '--> example: "C:\me.txt"
  25. Re: Prevent user from entering values into combo box

    thatz another way 2 do it ;)...thanx for the tip!!:D
  26. Re: Prevent user from entering values into combo box

    n0...just sharin some "potentially" useful code
  27. Prevent user from entering values into combo box

    hey all...i designed this code a couple of months back while doing my IT school project, in order to prevent the user from entering any values into the combo box other than the values in the list. I...
  28. Re: RemoteHost instead of RemoteHostIP

    thanxx man :D
  29. Re: RemoteHost instead of RemoteHostIP

    after connection takes place..i can get the RemoteHost's IP and use it for file transfer for example
  30. Re: RemoteHost instead of RemoteHostIP

    yeah
  31. [RESOLVED] RemoteHost instead of RemoteHostIP

    heyy all..

    just a simple question..can i totally substitue RemoteHostIP by RemoteHost?? Since the IP address of a machine changes, but the LocalHostName doesnt, so it would be much better. So this...
  32. Re: winsock glitch gettin on my nerves!

    thanxx alot guys for ur help :D The application worx fine and i managed to fix some emerging glitches along the way.

    @ CVMichael: Just a tip, dont know whether u know that or not, but your file...
  33. Re: winsock glitch gettin on my nerves!

    hehehe sorry bout that rorry...its a deceiving nik :D...apart from the ip thing..another factor was the "winsock1.close" at the form load..thatz excellent too...boy d0o i learn more n more all the...
  34. Re: winsock glitch gettin on my nerves!

    OHHH MAAN...l0ol guess what the error was:p

    the problem was with specifying the "RemoteHost" in the client as localhost or the ip loop back 127.00. sumthin like that :S...when i saw that rory had...
  35. Re: winsock glitch gettin on my nerves!

    thanxx all of u :):D ill try em all out
  36. Re: winsock glitch gettin on my nerves!

    thanx for the tip..yeah i do have Nortons Internet Security..but iv never had any problemz with ports, works always fine with me (well, in most cases lol). I dont know if the problem is with only my...
  37. Re: winsock glitch gettin on my nerves!

    i am using Windows XP and do have a software firewall, but my Windows XP firewall is off and i disabled my firewall while running the program, still wont work. Did you download the project and give...
  38. Re: winsock glitch gettin on my nerves!

    it didnt generate any errors. I just got the message i set in the error event saying that it cant connect.
  39. Re: winsock glitch gettin on my nerves!

    well..i did all what u said CV...and i removed the timer1 and any form of reconnecting. Reconnecting is secondary..so im just focusing now on trying to connect initially. I did all the necessary...
  40. Re: winsock glitch gettin on my nerves!

    i tried connecting other winsock applications i have and they connected successfully.
    Strangely..i tried connecting both the client and server to other clients and servers (ie. client with another...
Results 1 to 40 of 98
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width