Search:

Type: Posts; User: xpinvader

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    979

    Coded UI Testing

    I have a website which will get data from the database thru a webservice. the web service returns <p> tag to be able to add it into the div. my problem is i am doing coded ui test and i cannot assert...
  2. Thread: ASP.Net JSON

    by xpinvader
    Replies
    2
    Views
    1,400

    Re: ASP.Net JSON

    Its a training course and i'm stuck to it. I have a List of Employees to be returned by a webservice. then I have a parser for xml. hence it still returns the json string with an xml tag. the goal...
  3. Thread: ASP.Net JSON

    by xpinvader
    Replies
    2
    Views
    1,400

    ASP.Net JSON

    Is there a way to consume an asp.net webservice without using jquery and returning it in JSON format?

    Thanks.
  4. Thread: auto paste

    by xpinvader
    Replies
    1
    Views
    645

    VS 2008 auto paste

    is there a way that i would automatically paste the clipboard contents to my richtextbox after the shell command?


    my code goes this way..

    shell("ocr")

    richtextbox.focus
    richtextbox.paste
  5. Replies
    6
    Views
    878

    VS 2008 Re: string length problem

    i haven't assigned any value for it.
  6. Replies
    6
    Views
    878

    VS 2008 Re: string length problem

    for example the sent word is "hello" but it will return hello[][][][][][][][][][][]

    [] are boxes but can't trim them. it returns over 8k of that kind.
  7. Replies
    6
    Views
    878

    VS 2008 Re: string length problem

    its a property under System.Net.Sockets. it gets or sets the size of receive buffer
  8. Replies
    6
    Views
    878

    VS 2008 string length problem

    when i transfer the bytes sent by the client program to a string the string length is affected.

    when i put the bytes sent by the client program to a message box. it returns the corrrect text. but...
  9. Thread: letter check

    by xpinvader
    Replies
    1
    Views
    521

    VS 2008 letter check

    I want to check for the letters of the given string.

    for example:
    the string = Visual Studio
    next is i want to check per letter of the string.
    next I want to change V to x
  10. Replies
    11
    Views
    5,881

    VS 2008 Re: Unminimizable window

    Windows XP, yeah I've heard that it is API but I don't know how it goes.
  11. Replies
    11
    Views
    5,881

    VS 2008 Re: Unminimizable window

    yeah.. the same feature in the groceries in which the window for the cashier is only seen and cannot be minimized.
  12. Replies
    11
    Views
    5,881

    VS 2008 Re: Unminimizable window

    Windows + D is a shortcut key of windows to minimize all opened windows. I've tested the 2 FormBorderStyles.. but still it minimizes
  13. Replies
    11
    Views
    5,881

    VS 2008 Re: Unminimizable window

    I tried it man. I even hide the control box. but the windows + D short cut can minimize it. The scenario will be. it will be the only window that can be used in that computer by the user. but the...
  14. Replies
    11
    Views
    5,881

    VS 2008 Unminimizable window

    How to load a form that will restrict the form itself to be minimized?
  15. Replies
    4
    Views
    880

    VS 2008 Re: [RESOLVED] Multi-line Textbox

    I've used the Instr function.. thanks for the replies guys
  16. Replies
    4
    Views
    880

    VS 2008 Re: Multi-line Textbox

    i forgot.. between the number and the error the filename is their..


    error d:\proj\sample.cpp 10

    here is the correct example.. I've tried regex and it has a problem parsing it.. anymore...
  17. Replies
    4
    Views
    880

    VS 2008 [RESOLVED] Multi-line Textbox

    I have redirected the results of the command prompt to a multi-line textbox and i want to get the line number of the error..


    for example the contents would be:

    error 90: statement needs ;...
  18. Replies
    2
    Views
    3,120

    VS 2008 string manipulation

    i have a textbox that contains words and every word is separated by a ; my problem is how would i separately input them to the other textboxes?



    here is the concept.

    textbox1 contains...
  19. Replies
    1
    Views
    514

    VS 2008 Shell function outputs

    Is there a way to get the results of the shell function?

    for example:


    shell("test.bat")

    i want to get the results of this shell command and pass it to a richtextbox.
  20. Replies
    18
    Views
    1,290

    VS 2008 Re: Freeze Computer

    I think its not over powering the remote if you own the PC that is being used?
  21. Replies
    18
    Views
    1,290

    VS 2008 Re: Freeze Computer

    That's true tg.

    @weirddemon
    I was just wondering if it would be bad thing to take control if your the admin or the owner of the facility..
  22. Replies
    18
    Views
    1,290

    VS 2008 Re: Freeze Computer

    It can also be that way. Asking permission to the user. because why will you ask for full control if you know that there is no one currently using it?
  23. Replies
    18
    Views
    1,290

    VS 2008 Re: Freeze Computer

    Anyway. I will just change the idea of removing the mouse control to the user. Another idea of mine is to temporarily disable the screen. for example is in the case of opening the shutdown dialog box...
  24. Replies
    18
    Views
    1,290

    VS 2008 Re: Freeze Computer

    I've seen a feature in some websites that it requires you to login, and a login box will appear and will temporarily disable and put a gray screen or put the focus on the login box.
  25. Replies
    18
    Views
    1,290

    VS 2008 Re: Freeze Computer

    Anyways this project is for administrator purposes only and not to create chaos inside the workplace. I've thought of this feature because the mouse couldn't comprehend if 2 users will use it...
  26. Replies
    18
    Views
    1,290

    VS 2008 Re: Freeze Computer

    No. I am making a remote desktop control, and I want to add that feature. so that the one controlling the unit will be the only one to have control over the mouse and keyboard.
  27. Replies
    18
    Views
    1,290

    VS 2008 [RESOLVED] Freeze Computer

    Is it possible to freeze a remote computer? thru the ip address.

    freeze computer meaning temporarily disable the mouse and keyboard of that remote computer
  28. Replies
    2
    Views
    2,072

    VS 2008 Re: IP enumerate?

    Thanks for the reply. I'll try to use this.
  29. Replies
    2
    Views
    2,072

    VS 2008 IP enumerate?

    is there are possible way in VB.net to add all the IP addresses and or computer names where the workgroup of the computer is located?



    for example I am in a workgroup named: HOME

    is it...
  30. Replies
    6
    Views
    3,566

    VS 2008 Re: Filename Extension

    thanks for the quick reply guys.. + for you all
  31. Replies
    6
    Views
    3,566

    VS 2008 [RESOLVED] Filename Extension

    how to get the file Extension name but without the "."?
    io.path.getextension returns with the "."
  32. Replies
    6
    Views
    1,157

    VS 2008 Re: Command prompt results to a richtextbox

    good program! but i'm seeking for something that is dynamic as the command prompt. or the way to dock a command prompt.
  33. Replies
    6
    Views
    1,157

    VS 2008 Re: Command prompt results to a richtextbox

    who's post is it sir?
  34. Replies
    6
    Views
    1,157

    VS 2008 Command prompt results to a richtextbox

    1. Is their a way that i can capture the command prompt results and place it in a richtextbox?

    or

    2. Is their a way that i can create a command prompt in the richtextbox?
  35. Replies
    6
    Views
    4,057

    VS 2008 Re: Console to RichtextBox

    1. I run the 2005CMDExample then, i change directory and it worked. I want to run a C++ program, inside that program is 2 lines, one line to display "Who are you?" and one line to input my answer....
  36. Replies
    6
    Views
    4,057

    VS 2008 Re: Console to RichtextBox

    http://www.vbforums.com/showthread.php?t=381405

    I found it here. I've used the 2005 example.. my problem is when i run a C++ exe which needs to display and input.. it cannot return the display...
  37. Replies
    6
    Views
    4,057

    VS 2008 Re: Console to RichtextBox

    i couldn't find it.. :bigyello: what i've found is an automated Command prompt but it fails
  38. Replies
    13
    Views
    1,928

    VS 2008 Re: Split container

    my apologies sir. I will just improve my post next time.
  39. Replies
    13
    Views
    1,928

    VS 2008 Re: Split container

    Sir I gave the meaning of cmd just before you've posted about that button. I'm not that stupid just asking how to place a button. You must have read the previous replies before posting your reply
  40. Replies
    13
    Views
    1,928

    VS 2008 Re: Split container

    the shell part a counter part of command prompt of Windows and Shell for linux.. I was just relating it to others who might not know the command prompt.. Please give sensible answers not arguing in...
Results 1 to 40 of 67
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width