Search:

Type: Posts; User: perito

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    807

    VS 2008 Problem reading text from file

    Hello,

    I am trying to read a simple text file(CSV), the problem is that some of the text in the file are written in arabic. My PC can easily read and write the language without any problems but...
  2. Replies
    2
    Views
    748

    Math Help Sorting 10 numbers

    I'm basically looking for a good algorithm or method to do the following:
    I have 10 numbers, you can use List<Integer> or int[] or what ever u want.

    I want to sort the 10 numbers so the sum of...
  3. Replies
    9
    Views
    1,261

    Re: [2008] Testing Port Forward

    ok, thanks alot.
    Ive found a program called Blue Port Scanner, I'm just wondering:
    1) can I, how can I do such program in VB.NET
    2) if I make this program scan a specifc port on the address...
  4. Replies
    9
    Views
    1,261

    Re: [2008] Testing Port Forward

    this might be stupid question, but ill ask it anyway,
    so you are saying that
    ASP.Net Host >(send signal)> internet >> router >> my program

    if the program recieves it = port forwaded...
  5. Replies
    9
    Views
    1,261

    Re: [2008] Testing Port Forward

    could u explain that more ? and give me a starting point (a guide or something ?)

    I mean, why do I need to deploy any host ? All im trying to do is check if a port is port forwarded correctly or...
  6. Replies
    9
    Views
    1,261

    Re: [2008] Testing Port Forward

    I want to make a VB program that does exactly what the first link you provided does. Is it possible in VB ?
  7. Replies
    9
    Views
    1,261

    [2008] Testing Port Forward

    I need to develop a very easy to use application that can 100 % test router port forwarding for a specific given port. For example, the user enters the port number, and the program will test to see...
  8. Replies
    4
    Views
    657

    Re: Need help understanding something

    I dont want to create any text box ... I want to capture the tab press where ever it is pressed (my case on a website running by firefox) and when the tab is pressed I want to paste the clipboard and...
  9. Replies
    4
    Views
    657

    Re: Need help understanding something

    you mean instead of PostMessage ?
    could you please provide an example on how to use it ? thx
  10. Replies
    4
    Views
    657

    Need help understanding something

    ok here is exactly what Im trying to do,

    I have to insert 10 strings in 10 different textboxes in the shortest possible time (half a second counts), so I thought the best way is to store them all...
  11. Replies
    4
    Views
    784

    Re: [2008] Binding Keys

    I did already check that thread, thx anyway
    I was thinking of following the method we're using in the Tracking Clipboard thread here, ie track TAB and then use SendMessage API, the problem as I said...
  12. Replies
    20
    Views
    1,491

    Re: [2008] Tracking Clipboard Paste

    @.paul.
    ur hotkeys program removes the original function of the hotkey, for example, if I did Ctrl + V, it doesnt paste anymore, how to keep it doing its function ?
    and your program doesnt show how...
  13. Replies
    4
    Views
    784

    Re: [2008] Binding Keys

    oh no no no, I didnt explain well it seems, I want to do this globally, not in my application, wherever my application is running and the user presses TAB, it should also pastes, I think I should...
  14. Replies
    20
    Views
    1,491

    Re: [2008] Tracking Clipboard Paste

    thanks for the code, i'll check it out now
    can u guys help me here:
    http://www.vbforums.com/showthread.php?t=526355
  15. Replies
    4
    Views
    784

    [2008] Binding Keys

    so if you press the Tab key, you move to the next index (for textbox1 to textbox2 to textbox3....)
    and if you press Ctrl+V you paste ofcourse.
    Can I bind these 2 keys so that when the user presses...
  16. Replies
    20
    Views
    1,491

    Re: [2008] Tracking Clipboard Paste

    this API would work?
    RegisterHotKey(NULL, 666, MOD_CONTROL, 'V');

    is this hooking or no ?
  17. Replies
    20
    Views
    1,491

    Re: [2008] Tracking Clipboard Paste

    eh doesnt registering it as a hotkey remove its original function (ie: it wont paste after registering it as hotkey) ?
  18. Replies
    20
    Views
    1,491

    Re: [2008] Tracking Clipboard Paste

    no, the strings will be written on a website testbox... the only option is the paste command...
    so how can I track the Ctrl+V command ?
  19. Replies
    20
    Views
    1,491

    Re: [2008] Tracking Clipboard Paste

    here is what I want to do:
    I have to write 10 strings in the fastest possible time, so I thought the fastest way is to write the strings before the timer is triggered and simply paste them all (each...
  20. Replies
    20
    Views
    1,491

    Re: [2008] Tracking Clipboard Paste

    I can't find any example on how to hook the WM_PASTE message ... can anyone help me with that or atleast till me where should I look, because I really don't know to get this hook working ...
    ...
  21. Replies
    20
    Views
    1,491

    Re: [2008] Tracking Clipboard Paste

    I tried that API, it only fires when the clipboard changes, not when the clipboard is pasted ... unless I'm doing something wrong ... right?
  22. Replies
    6
    Views
    1,455

    Re: Tracking Clipboard Paste

    some people told me to use SetClipboardViewer API, but I'm not sure it will work, do you have any idea if this API can help ?
  23. Replies
    6
    Views
    1,455

    Re: Tracking Clipboard Paste

    ok, I'm not so good in C ... so yea I kinda need more help
    I'm trying to run ur code

    #include <windows.h>
    #include <stdio.h>
    #pragma comment(lib, "detours.lib")
    #include "detours.h" // Detours...
  24. Replies
    6
    Views
    1,455

    Re: Tracking Clipboard Paste

    hmm ok, if we're gonna do it in C, I need more help, so the code above applies the hook, where can I check if the paste is actually done?
    like If(Paste) { /*do something*/ } ?
    thanks
  25. Replies
    6
    Views
    1,455

    Tracking Clipboard Paste

    I hope someone can answer me here...

    I want to track the windows clipboard paste,
    here is an example of I want to do:
    Lets say we have 5 strings, we save the first string in clipboard, I want to...
  26. Replies
    20
    Views
    1,491

    [2008] Tracking Clipboard Paste

    I want to track the windows clipboard paste,
    here is an example of I want to do:
    Lets say we have 5 strings, we save the first string in clipboard, I want to paste this string only once, when the...
  27. Replies
    2
    Views
    1,284

    Recurring Decimal

    lets say we have
    x = 1/7

    x = 0.142857 142857 142857 142857
    the recurring cycle in this decimal is 142857

    is there anyway to find this, or at least the length of it?
    for example, if x = 1/7...
  28. Replies
    2
    Views
    546

    [2008] Manupilating Date

    Lets say I have the date "Monday January 1"
    can I do something like

    Dim x as date
    x = Monday January 1 + 8 days ==> Monday
    x = Monday January 1 + 1 Month ==> it must return the name of the...
  29. [RESOLVED] BigInteger remainder results in zero

    BigInteger nbr = BigInteger.valueOf(4);
    BigInteger i = BigInteger.valueOf(2);
    nbr.remainder(i) == BigInteger.ZERO


    this returns false, it should return true, the remainder is zero...
    why is it...
  30. Replies
    2
    Views
    1,076

    Consecutive Integers

    Im trying to solve this


    I wrote this code, it should work but it doesnt !
    It works correctly for number under 100, but it doesnt even work for numbers under 1000
    it gives a wrong answer 281...
  31. Replies
    4
    Views
    817

    Re: Math Related Problem

    ok here's how i solved it..
    this is not a good way but it solved it
    i looped till 100000 (a missing zero) which will not take so long to end, got the numbers d1,d10....d100000
    so I still have...
  32. Replies
    4
    Views
    817

    Re: Math Related Problem

    yea, thats exactly what i want
    1 then 12 then 123... building a HUGE number, so I thought putting as an integer wont be a smart idea
    look at the question
    An irrational decimal fraction is created...
  33. Replies
    4
    Views
    817

    Math Related Problem

    I'm trying to solve this problem


    Here is my code

    public class Test
    {
    public static void main(String[] args)
    {
    String strNbr="";
  34. Replies
    1
    Views
    3,642

    Find nth root of a number

    To find the square root of a number we use Math.sqrt(x)
    but what if I want the nth root of a number? how do I find it?

    thx
  35. Replies
    13
    Views
    919

    Re: Programming Java in Microsoft VS 2008

    you mean forget about J++? or concentrate on J++?

    and Im not gonna learn J#, Im learnig Java, but I want to know what the difference...
    Whats the difference in coding between J# and Java? I know...
  36. Replies
    13
    Views
    919

    Re: Programming Java in Microsoft VS 2008

    Im still learning the basics of java.
    Whats the difference in coding between J# and Java? I know J# uses .Net and Java JVM but do they have similar syntax?

    and for Netbeans, if I want to code in...
  37. Replies
    13
    Views
    919

    Re: Programming Java in Microsoft VS 2008

    do u recommend i use eclipse or BlueJ?
  38. Replies
    13
    Views
    919

    Re: Programming Java in Microsoft VS 2008

    so i cant program with J# unless I use Visual Studio 2005?
    there is no add-on to VS 2008 ?
  39. Replies
    13
    Views
    919

    Programming Java in Microsoft VS 2008

    I have already instaleed Microsoft Visual Studio 2008 for Visual Basics programming, but now I'm learning Java, and I want to use VS 2008 to program Java.

    I cant find the J# addon in my CD, (Only...
  40. Replies
    4
    Views
    637

    Re: [2008] Choosing an internet connection

    this is weird... why would you need to do that?
Results 1 to 40 of 168
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width