Search:

Type: Posts; User: -Negative-

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    548

    VS 2008 Re: Clicking external Butotn

    works! but i meant to do it with my own software...
  2. Replies
    12
    Views
    1,244

    VS 2010 Re: transparency

    label2.backcolor = color.transparent
  3. Replies
    2
    Views
    548

    VS 2008 Clicking external Button

    hello, i have an external window, which i have his hwid and etc... there is a button named Button4, (class- button, child - aka intance - 4)

    how do i click it :confused:
  4. Replies
    8
    Views
    1,090

    VS 2008 Re: Sendkeys problem

    err, it doesnt work
  5. Replies
    8
    Views
    1,090

    VS 2008 Re: Sendkeys problem

    i ment shift :D, and i dont wanna get this symbol. i wanna click Shift+F7..
  6. Replies
    8
    Views
    1,090

    VS 2008 Sendkeys problem

    hey

    i am trying to have a sendkey option to send Shirt+7...

    i am doing


    SendKeys.Send(Chr((16 + 112)))

    but i dont htink tis the right one cause Shift+7 is creating this character: &
  7. Replies
    11
    Views
    1,324

    VS 2008 Re: Proper close a process

    Thanks. tho, ive told vb to read the button text, and click it :D
    thanks again
  8. Replies
    11
    Views
    1,324

    VS 2008 Re: Proper close a process

    thanks but i couldnt get it to work, and also, you need to set "Button Text", it changes depends on your computer language... im making a software that people are gonna use... and some of em are...
  9. Replies
    11
    Views
    1,324

    VS 2008 Re: Proper close a process

    now when i am using WM_CLOSE, im getting the 'Confirm to exit' messagebox, from the software... what do i do now? to avoid that..
  10. Replies
    11
    Views
    1,324

    VS 2008 Re: Proper close a process

    i have used that code, and it didnt really help... all its do is minizing the software

    Declare


    <DllImport("user32.dll", SetLastError:=True)> _
    Private Shared Function CloseWindow(ByVal hWnd...
  11. Replies
    11
    Views
    1,324

    VS 2008 [RESOLVED] Proper close a process

    hello there. i have a process, that when you manually closing it. its closing another processs with him. but when you kill it, the process is still open..

    i want to know how to Proper exit a...
  12. VS 2008 Re: [RESOLVED] find external window, object text

    thanks, i managed to get it fixed by putting "children(62).text" (instead of [children(i).text])

    -------------------

    in the function EnumProc, i have entered the Class, which is "Static", and...
  13. VS 2008 Re: find external window, object text

    now when i tried that, it did worked. but it showed me everything (all the labels that under 'Static class, i think..) for a millisecond, then dissapeared.

    how do i specify which Static to show...
  14. VS 2008 Re: find external window, object text

    i have seen many codes, most of them are intended to get the text that in notepad. i myself wanna get a text from a label, off a program that made in c++ i think (if not, then c#) . i use "AutoIt...
  15. VS 2008 Re: find external window, object text

    i tried that, before coming in here.. but i couldnt get it to work the way i wanted...
  16. VS 2008 Re: find external window, object text

    can you link me to an actual one?
  17. VS 2008 [RESOLVED] find external window, object text

    hello, i have an external form, and it has a label, which his name is: Static62
    how do i read the label into my vb.net program?

    i think its FindWindowEx but i cant find anything in google.
  18. Replies
    2
    Views
    580

    VS 2008 Re: Controll External Program

    bump?
  19. Replies
    2
    Views
    580

    VS 2008 Controll External Program

    Hello!

    i have an external program, i got his and w.e else is needed....
    i want to know how do i tick a checkbox from my vb.net program. to this external software. to tick this checkbox and then...
  20. VS 2008 check if software is running with administrator privileges

    i am using vb.net express 2008, and i wanted to check if the user had opened the software as admin, or not. windows 7 and windows vista please. :afrog:
  21. Replies
    1
    Views
    584

    VS 2008 Text filtering

    hey

    i have this text


    <TD class=vi-is1-clr colSpan=3><SPAN class=vi-is1-dt><SPAN class=vi-is1-tml>3d 04h </SPAN><SPAN><SPAN>(Nov 03, 2010</SPAN><SPAN class=vi-is1-t>17:23:00...
  22. Replies
    0
    Views
    622

    VS 2008 SendInput Function.

    In VB.NET win forms,
    Using SendInput Function.
    In its call, it uses a INPUT structure using a KEYBDINPUT structure.
    In KEYBDINPUT we can set dwFlags with KEYEVENTF_KEYUP (a const = 2)

    But when...
  23. Replies
    1
    Views
    602

    VS 2008 External Checkbox?

    hey
    is it possible to find external window's checkbox and tick \ untick it?

    like if the title is
    Checkboxtest

    and the checkbox text is
    CheckBox1Test

    how can i tick CheckBox1Test (which...
  24. Replies
    1
    Views
    620

    VS 2008 Re: finding the last latter

    k i already got along
  25. Replies
    1
    Views
    620

    VS 2008 [RESOLVED] finding the last latter

    hey i have FolderBrowserDialog1, how do i find the last latter of FolderBrowserDialog1.SelectedPath

    thx :)
  26. Replies
    9
    Views
    2,305

    VS 2008 Re: Dont allow software to be open twice

    thanks!
  27. Replies
    9
    Views
    2,305

    VS 2008 Dont allow software to be open twice

    how can i prevent from software to be opened twice?:ehh:
  28. Replies
    9
    Views
    1,145

    VS 2008 Re: Setting Sizable Style To hWnd

    um that doesnt work, yea then prboably cuz i run xp 32
  29. Replies
    9
    Views
    1,145

    VS 2008 Re: Setting Sizable Style To hWnd

    http://msdn.microsoft.com/en-us/library/ms632600&#37;28v=VS.85%29.aspx
  30. Replies
    9
    Views
    1,145

    VS 2008 Re: Setting Sizable Style To hWnd

    thats what im using but nothing happends

    Dim nWnd As IntPtr
    Dim ceroIntPtr As New IntPtr(0)
    Dim Wnd_name As String
    Wnd_name = TextBox1.Text
    nWnd =...
  31. Replies
    9
    Views
    1,145

    VS 2008 Re: Setting Sizable Style To hWnd

    i tried but i cant get along with it
  32. Replies
    9
    Views
    1,145

    VS 2008 Re: Setting Sizable Style To hWnd

    oh well, i have a non resizable window, i got his hWnd, how can i make him resizable. thats what i want
  33. Replies
    9
    Views
    1,145

    VS 2008 Setting Sizable Style To hWnd

    im getting errors and ****.. can someone give me a working code to actually call it
  34. VS 2008 Re: Allow window resizing, external process

    uhm. i asked for external window
  35. VS 2008 Allow window resizing, external process

    hi,
    how can i allow resizing of window that doesnt allow resizing,.

    also i can hook the hwnd if it helps
  36. Replies
    7
    Views
    1,479

    VS 2008 Re: forum account checker?

    alright. how do i do that lol
  37. Replies
    7
    Views
    1,479

    VS 2008 forum account checker?

    hey., i wanna make a form that checks if account exist in forums.. like this forum. ill type my ID and my Password on the VB forum and itll tell me if its found or not..

    i dont know how to do...
  38. Replies
    7
    Views
    4,135

    VS 2008 Re: help convert from VB6 to VB.NET

    in vb6 its working!
  39. Replies
    7
    Views
    4,135

    VS 2008 Re: help convert from VB6 to VB.NET

    o ok
  40. Replies
    7
    Views
    4,135

    VS 2008 Re: help convert from VB6 to VB.NET

    thx but it doesnt blur :O
Results 1 to 40 of 130
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width