Search:

Type: Posts; User: Dominator

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    14
    Views
    808

    Re: Searching for server among my LAN

    thanks a lot. i will try it.
  2. Replies
    6
    Views
    651

    Re: [2.0] sockets class?

    hi

    I made a good socket class in C#, i use it to make a file explorer over network
    here is the link to my site
    ...
  3. Replies
    14
    Views
    808

    Re: Searching for server among my LAN

    Hi,

    Thanks for ur post, but what is the use of this SW, i think its a tracer SW.
    i didn't figure out the relation between my app and that sw.

    thanks
  4. Replies
    14
    Views
    808

    Re: Searching for server among my LAN

    thanks a lot for ur advice :)
    but is there a chance to implement my idea, as searching LAN for a server is needed, many LAN applications don't need to setup the client to know server address it...
  5. Replies
    14
    Views
    808

    Re: Searching for server among my LAN

    thanks a lot for ur advice :)
    but is there a chance to implement my idea, as searching LAN for a server is needed, many LAN applications don't need to setup the client to know server address it...
  6. Replies
    14
    Views
    808

    Re: Searching for server among my LAN

    I do the following code in VB6.
    Its work for the 1st time but if i repeat the code again it dosn't work. untill i restart both the server and the detector.



    Private Sub Command1_Click()
    ...
  7. Replies
    14
    Views
    808

    Re: Searching for server among my LAN

    thanks,

    but pathping and ping, just take as a param the ip
    i need to know if my app running there or not so i need a port too
    so ping 192.168.1.2 on port 198
    if result returned then server is...
  8. Replies
    14
    Views
    808

    Re: Searching for server among my LAN

    i don't figure it out,

    my LAN contain 30 computers the fixed part of their ip is 192.168.1 the dynamic part start from 1 to 30

    my server placed in any computer, i need to find it. so i will...
  9. Replies
    14
    Views
    808

    Re: Searching for server among my LAN

    what u mean?
  10. Replies
    14
    Views
    808

    Searching for server among my LAN

    Hi,

    I built a network application that do desktop monitoring and many other actions, I'm trying to improve the connection possibility, how the client will find the server, i know that LAN IP...
  11. Replies
    6
    Views
    3,952

    Re: Programming relay board

    Hi, i do have an application i used in my graduation project, we was controlling the house devices through relays and the Velleman K8000 KIT, this SW, will help you turn off or on any data channel of...
  12. Re: [2.0] Help improve my applications, Thanks

    Well, thanks for your post,

    I post the complete projects list, I'm asking to improve my applications, not a single one, so i post the link of all my projects, each project have a screenshot...
  13. Replies
    3
    Views
    647

    Re: [2.0] Textbox Question

    Hi, try this.


    public Form1()
    {
    InitializeComponent();
    textBox1.KeyPress+=new KeyPressEventHandler(textBox1_KeyPress);
    }
    private void...
  14. Replies
    14
    Views
    1,496

    Re: string manipulation

    OOOps, I code it in C#!!!

    Here is the VB6 code below.


    Private Sub Form_Load()
    Dim X As String: X = "C:\Program Files\VS\Tools\" ' Create a sample string and intialize it
    If...
  15. [2.0] Help improve my applications, Thanks

    Hi,

    Thanks for interest, I'm trying to improve my applications, and also my knowledge by sharing applications I code as open source, please take a look at project list below download any project,...
  16. Replies
    0
    Views
    389

    Please Help Improve My Applications

    Hi,

    Thanks for interest, I'm trying to improve my applications, and also my knowledge by sharing applications I code as open source, please take a look at project list below download any project,...
  17. Re: Attaching executable file to another its Virus?

    If i can do it i will, the dlls not created by me, I'm using it compulsion,
    In C# .Net 1.1, doesnt contain web browser control, so i have to use SHDocvw, which generate 2 dlls, those dlls allow me...
  18. Re: Attaching executable file to another its Virus?

    what if just try to extract a dll or pdf?

    thanks for ur help guys :D
  19. Re: Attaching executable file to another its Virus?

    thx lol ;)

    I saw the project, my question do u right in the end of the exe file, where the image data goes in the exe file, in midle in end?

    and is that a susbtion act, i.e can be prevented...
  20. Re: Attaching executable file to another its Virus?

    sorry, how you include it inside the test.exe
    I mean what structure u follow to attach a binary to binary file, and how u i get it back, can u explain it please.

    thanks
  21. Re: Attaching executable file to another its Virus?

    Can the image replaced with a pdf file

    So instead of injecting image to test exe, i inject pdf file, and when open the test.exe, extract that pdf to disk

    thanks
  22. Re: Attaching executable file to another its Virus?

    Hi

    I don't mean by path independent App.path, i mean i can move it from folder to another without caring about dlls, i mean one standalone exe files, that able to extract its dependany, INSTALLER...
  23. Re: Attaching executable file to another its Virus?

    any comments? ;)

    thanks
  24. Re: Attaching executable file to another its Virus?

    :D thanks lol

    I'm not trying to make a backdoor or somthing, my exe actually depend on dll file, i wana make my app path independent, as calc even if its depend on that dll, it can include it...
  25. Re: Attaching executable file to another its Virus?

    If that the case ok, but the exe should be portable i.e. will not installed using installer, it will copy and pasted from pc to another, and this is a main issue to me,

    any way to prevent it...
  26. [RESOLVED] Attaching executable file to another its Virus?

    Hi

    I'm trying to attach an executable file used by my app. and dlls and extract them if needed, this make my exe portable, if dll needed then extract it and then run the app.

    Is this considered...
  27. Re: [1.0/1.1] Find and Display computers in the network

    I think u need to use Socket class
    the software must have the IP map i.e. if ur pc IP is 192.168.1.2, put the IP Map to 192.168.1.XXX

    while the XXX will be counter of for loop, the Socket object...
  28. Re: Binary Data & .Net Sockets, {URGENT}{NO SOLUTION}{NO CHANCE}

    Finally i got the solution,
    the problem was that i use a buffer of 1024, so when data coming may be its fill the whole 1024 buffer, i.e. it may contain nulls after the real data, this is the bug, I...
  29. Re: [RESOLVED] [2.0] Dynamic Compilation using CSC.exe and Binary Resources

    Hi

    I got the solution, and i'm going to share it.

    First compine the resources togther in *.Resources File using resource manager class "Resource.Manager"

    After compining these files into...
  30. [RESOLVED] [2.0] Dynamic Compilation using CSC.exe and Binary Resources

    Hi,

    I'm trying to build some kinde of dynamic executable file, the story is

    Main application have the capability to create new exe.
    The main application will ask the the user for 2 request
    1-...
  31. Re: Binary Data & .Net Sockets, URGENT [[WILL NEVER SOLVED]]

    Thanks for your effort,.
    I will keep that in minde, I don't know, how i did that :rolleyes:
    Any way, I test it, and problem still, and by the way, in my case i will not write to file i will use...
  32. Re: Binary Data & .Net Sockets, URGENT [[WILL NEVER SOLVED]]

    ;) You miss understand me,
    As an example if we have 1.4 KB file, we send this file on chunks,
    These chunks will be of size 1024 bytes, as an examble,
    We will get these chunks and put it into our...
  33. Re: Binary Data & .Net Sockets, URGENT [[WILL NEVER SOLVED]]

    Thanks for your replay.

    I will follow your advice, thanks.
    About sending small text file instead of large image, I did, If we decide that our buffer is 1024, So 1024 byte will collected from...
  34. Re: Binary Data & .Net Sockets, URGENT [[WILL NEVER SOLVED]]

    Hello Developer,
    Is there is any reliable .Net socket class, that can send an binary file over LAN & WAN,

    They said that .Net socket is ok, However i can't get it work,
    So any suggestion on how...
  35. Re: Binary Data & .Net Sockets, URGENT [[WILL NEVER SOLVED]]

    I will be very greatfull, if you can prove this, I love to be wronge,
    I'm sorry every one, if i was somthing not good, but really i'm depressed, because after 4 weeks of coding and tests, nothing...
  36. Re: Binary Data & .Net Sockets, URGENT [WILL NEVER SOLVED]

    Now I'm sure, that the wrong in .Net socket,

    Cause no piece of code on the net able to send binary data, over WAN, i test as much as i found, but no one, deliver an correct package, I think that...
  37. Re: Binary Data & .Net Sockets, URGENT

    Hello,

    I'm sorry for repeating my request, but i'm stuck in that point, and unable to go on, as i test all tricks i know, Sockets are the underlay of my graduation project, which represent an...
  38. [RESOLVED] Binary Data & .Net Sockets, {URGENT}{NO SOLUTION}{NO CHANCE}

    Hello every one,

    After 2 hard week of work, finally i accomplished an reliable server and client classes which look like the VB Winsock, those 2 classes are reliable, also server enable multiple...
  39. Thread: Voice Help

    by Dominator
    Replies
    2
    Views
    424

    Re: Voice Help

    Thanks a lot for the link, i think that this is the system i mean.

    Also If any body can tell what i'm need to know to code a program like that,
    (TAPI or MAPI), and if its, is there are any...
  40. Thread: Voice Help

    by Dominator
    Replies
    2
    Views
    424

    Voice Help

    Hallow, i need to know the name of the following system,

    When you call a phone number and then a automated app. answering you and tell you press 1 for examble to do .. and press 2 to do ..,
    ...
Results 1 to 40 of 72
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width