Search:

Type: Posts; User: Zeev

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: wired problem

    by Zeev
    Replies
    2
    Views
    2,825

    Re: wired problem

    You are doing it wrong. Let me fix the methods for you, and if you need help with the code itself, I will help you after I return from work.
    1. Check for game folder from registry. Note: From Vista...
  2. Replies
    14
    Views
    2,182

    Re: Simulating mouse without physical device

    Thanks, I will try it!

    Thanks for boops boops too.
  3. Replies
    14
    Views
    2,182

    Re: Simulating mouse without physical device

    I did a google search too and as I understand AutoHotKey doesnt work with Visual studio (at least 2010).
    I need the fastest response (since I mentioned - games) possible, why would I use third party...
  4. Replies
    14
    Views
    2,182

    Re: Simulating mouse without physical device

    I need to control the mouse outside of the form, on my desktop, while surfing the net or watching movies, or playing games.
    If I am not mistaken, .forms means that it will only work when the form is...
  5. Replies
    14
    Views
    2,182

    Re: Simulating mouse without physical device

    Hi, I am sorry that I did not reply with code earlier.
    Here is the code that I am using:

    LSx = currentState.ThumbSticks.Left.X.ToString()
    LSy = currentState.ThumbSticks.Left.Y.ToString()...
  6. Replies
    14
    Views
    2,182

    Re: Simulating mouse without physical device

    Why are you repeating yourself about C#? Isnt it obvious that we are in vb.net forum?
    BTW, you showed me in your first post that you are not interested in helping me, while shoving at me your "look,...
  7. Replies
    14
    Views
    2,182

    Re: Simulating mouse without physical device

    I am glad you know how to use google. Really.
    But where does it state that it doesnt need a physical mouse device?
    In the second link I see the same functions my program use. The first one is a...
  8. Re: Converting HH:MM:SS Into Seconds (And Reversed!)

    Thats a very useful sample. Thanks!
  9. Replies
    14
    Views
    2,182

    Simulating mouse without physical device

    Hello. I am developing a program that lets me control mouse with a gamepad.
    This works great, but the problem starts when I want to connect my HTPC to my TV and dont want to connect the mouse and...
  10. Replies
    1
    Views
    960

    [VS2013] Help me simplify the code

    Hello. I have a login form code that checks for username and password:



    int i;

    for (i = 0; i < database1DataSet.users.Count; i++)
    {
    if...
  11. VS 2010 Re: App gets "Suspicious program" warnings and gets detected by some antivirus progra

    I suspect it is a download code that causing the issues with anti virus.
    I had similar problems earlier.
    Are you using other people samples, especially ones that includes pause/resume of the...
  12. Replies
    7
    Views
    7,691

    Re: Saving picture/file from client pc to server pc

    Do you have the hostname or ip of the server? you can move the file through network like you move files locally.
  13. Replies
    3
    Views
    6,243

    VS 2010 Re: Login System in Visual Studio 2010

    Hi. Thats a nice guide, but I cannot find and understand where is the code that actually checks if the password and username is wrong or correct.
  14. Thread: HELP - Ping Loop

    by Zeev
    Replies
    5
    Views
    1,170

    VS 2013 Re: HELP - Ping Loop

    Whoah if you cannot alter a simple code, you will have a hard time pinging multiple devices at the same time.
    I strongly recommend you to learn the basics before moving on.
    I developed myself...
  15. VS 2010 Re: Help me take icon from shortcut or file and enlarge it to picturebox

    Thanks! :)




    On a 40-60 inch TV? no.
  16. VS 2010 Help me take icon from shortcut or file and enlarge it to picturebox

    Hello. I need a code that takes the icon picture from either executable or desktop shortuct. Then it copy/put the picture into a picturebox and enlarges it or autosize it into the width and height I...
  17. Re: [THEME] Butterscotch Theme GDI+ 20 Controls VB.Net

    Hey. I very liked your theme.
    My question is, what is the license? Can I use it in my projects freely? Thanks!
  18. Replies
    4
    Views
    1,551

    VS 2010 Re: Need help moving Listview item to top

    Well I assumed there maybe a function for such things like in listbox :(
  19. Replies
    4
    Views
    1,551

    VS 2010 Need help moving Listview item to top

    Hello. I have a listview with the following structure:


    ListView1.Columns.Add("Title", 400, HorizontalAlignment.Left)
    ListView1.Columns.Add("TempTime", 0,...
  20. Replies
    4
    Views
    933

    AVG 2015 keeps telling me I have a virus

    Hello. No matter what project I compile, a big one, or just the following code:


    Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)...
  21. Re: Mozilla Firefox / Gecko Xulrunner in VB.NET (versions 14 and up)

    Thanks, you really helped me with my project. I have a question:
    When I load pages, sometimes, my mouse cursor move slowly or just stutters until the whole page is finished loading. How can I fix it?
  22. Replies
    13
    Views
    1,892

    Re: Need better full screen detecion method

    I still need to loop through the entire process list of my computer :\
  23. Replies
    13
    Views
    1,892

    Re: Need better full screen detecion method

    I didnt even think about checking programs which only have window. Good idea, how can I implement this?
    BTW, I did not understand you before, are you assuming that I intend to make some virus or...
  24. Replies
    13
    Views
    1,892

    Re: Need better full screen detecion method

    Private Function FullscrenWindowExists() As Boolean
    Dim clsScreen As System.Drawing.Rectangle = Screen.GetBounds(New System.Drawing.Point(0, 0))
    For Each clsProcess As...
  25. Replies
    13
    Views
    1,892

    Re: Need better full screen detecion method

    That the problem with programmers like you (no offense). When Kaspersky Internet Security sends its annoying messages about program activation every 15 minutes, while I watch a movie, in the middle...
  26. Replies
    13
    Views
    1,892

    Re: Need better full screen detecion method

    Yes I understand this. My question - is there any other way to detect full screen, then tell the program the title of the program that its width and height are equal to fullscreen resolution?
  27. Replies
    13
    Views
    1,892

    Need better full screen detecion method

    Hello. I have a project that scans all procceses and detect if its width and height equals the full screen resolution every second. This algorithem works good on my CPU, but older machines shows 4-5...
  28. Replies
    8
    Views
    2,616

    Re: Problem with hosting and Mysql database

    Can you provide a name of the subject or a link for an explanation how to use web services?
  29. Replies
    8
    Views
    2,616

    Re: Problem with hosting and Mysql database

    I have already made a program that "talks" with my website (login\create user) but it is "unproffesional" and there is a click sounds every page my program navigate.
    My question is: there are tons...
  30. Replies
    8
    Views
    2,616

    Problem with hosting and Mysql database

    Hello. I have a hosting plan but they do not allow me to unblock ip restriction so my application can access mysql database on this server.
    My question: is there any hosting company that would allow...
  31. VS 2010 Re: Help me with MySQL database connection please

    Thanks. I tried the following connection string:
    provider={MySQL ODBC 3.51 Driver}; server=xxx.xx.xx.xx; port=3306; database=db; user=usr; password=pass; option=3
    but it says "The MySQL odbc 3.51...
  32. VS 2010 Help me with MySQL database connection please

    Hello. I have a hosting plan and they provide me MySQL database with phpmyadmin.
    I want to connect to this database using Visual Basic 2010 VB.net
    Here is the code:


    Public Sub...
  33. VS 2010 Dragging pictures from IE doesnt work while UAC is level 3 (defailt, windows7)

    Hello. I have a program that lets users drag pictures from Internet Explorer. I am testing it with VMware player windows 7\8 (not updated)
    While the User account control set to default (level 3), it...
  34. VS 2010 Re: Program failed to load my.settings in another computer

    my.settings are:
    browser = gptv
    boost = none
    tips = true

    the code @ me.load
    If My.Settings.browser = "gptv" Then
    UseGPTVBrowserToolStripMenuItem.Checked = True
    ...
  35. VS 2010 Program failed to load my.settings in another computer

    Hello. I have compiled a project that loads "tips", "boost" variables from my.settings.
    I wanted to test it on another computer (same OS - win7 proffesional sp1), but got an error:

    See the end of...
  36. VS 2010 Re: Accessing form after dublicating it in tabcontrol

    Because I am noob and I need your help :)
  37. VS 2010 Accessing form after dublicating it in tabcontrol

    Hello. I have form that gives me browser with awesomium SDK. Its name is "Webform". This form contains the awesomium object called mywebbrowser and it is a browser.
    I have added second form and...
  38. Replies
    3
    Views
    2,472

    Re: Need help with awesomium browser

    I solved the problem by disposing browser object of each tab with for loop. Thanks :)
  39. Replies
    4
    Views
    836

    Re: Looking for similar code in vb6

    Yes you are right. Thanks for you help! :)
  40. Replies
    4
    Views
    836

    Re: Looking for similar code in vb6

    well I can shell the cmd, I just wanted to be sure if there is a similar code so I can do it with vb6.
Results 1 to 40 of 66
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width