Search:

Type: Posts; User: kiss987

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    527

    WebService EndPoint

    Hi

    I've created a simple winform project and added a service reference to the service URL.
    Then, I added the following:

    Dim client As ServiceReference1.InterfaceOpenMotionServiceHttpGetClient...
  2. Replies
    0
    Views
    423

    Get active directory details by user

    Hello,

    I'm trying to get active directory details by user name.
    I when want to see how many result i get, i see zero.

    this is my code:

    Dim entry As DirectoryEntry
    Dim DirectorySearcher As...
  3. Replies
    3
    Views
    683

    Looking for an OCR tool

    hello

    i'm looking Looking for an OCR (convert image to text) tool compatible to VS2005 (not necceraly for free).

    any recommendations?

    thx
  4. Replies
    4
    Views
    805

    Re: Debug a service

    The problem is i can't select debug->processes because the "processes" option under debug simply doesn't exists(i'm using VS2005). also the processes button under the debug bar is grayed. only when...
  5. Replies
    4
    Views
    805

    Debug a service

    Hi,

    I've created a service and ran it successfuly after a valid installation.
    however when i try to debug the service (not the OnStart function but a timer function i created) i get the...
  6. Replies
    5
    Views
    1,443

    Re: Parse HTML File

    i tried:

    Private Sub ParseBody(ByVal vsEmailBody As String)
    WebBrowser1.DocumentText = vsEmailBody
    oDoc = WebBrowser1.Document.OpenNew(True)
    oDoc.Write(vsEmailBody)
    ...
  7. Replies
    5
    Views
    1,443

    Re: Parse HTML File

    Can you please explain exactly how i load the data to the html doc and web browser?

    10x
  8. Replies
    5
    Views
    1,443

    Parse HTML File

    Hi,

    I want to parse a LOCAL html file and I don't know how. For example i have a file "c:\MyFile.html" which contains:

    <html>
    <a> My String </a>
    </html>

    And I want to extract the "My...
  9. Replies
    6
    Views
    838

    Re: Show data in grid

    Hi

    The AgDataGrid is a silverlight component. I need a winform component...

    any suggestions?
  10. Replies
    6
    Views
    838

    Re: Show data in grid

    Thanks!

    just to make sure u're talking about the AgDataGrid Suite, right?
  11. Replies
    6
    Views
    838

    Show data in grid

    Hi,

    I want to show data in a grid. I tried DataGridView but i have some extra requirements which aren't supported:

    1. Rows should be able to group together (like in a TreeView)
    2. I can put...
  12. Replies
    2
    Views
    578

    Re: Richtextbox scroll, help pleeeeeeease

    I've read the article. it shows you how many rows are in the text, and maybe how to move it, but how do i know IF i should move it?


    thanks a lot
  13. Replies
    2
    Views
    578

    Richtextbox scroll, help pleeeeeeease

    Hi,

    I'm trying to implement a search on a richtextbox. i want the scroll to move to the found area only if that area is out of the visible part of the text.
    any ideas how to do that?

    thanks
  14. Replies
    2
    Views
    1,188

    Re: richtextbox auto-scroll

    I get where you going with that, but it's not exactly what i'm looking for. i want to scroll only when the text search (or the selection start) is not in my visible area. i didn't find exactly the...
  15. Replies
    3
    Views
    720

    Re: bitwise bombination richtextbox.find

    That guy implemented it himself. So there isn't a short solution? I have to implement it myself using some kind of algorithem?
  16. Replies
    3
    Views
    720

    bitwise bombination richtextbox.find

    hi,

    i'm trying to make a search using richtextbox.find which is both MatchCase AND Reverse. how can i do this?

    10x
  17. Replies
    2
    Views
    1,188

    richtextbox auto-scroll

    Hi,

    i'm implementing search on a richtextbox and i want to auto scroll up/down left/right when needed. i tried ScrollToCaret but it always scrolls. even when the searched text already presented on...
  18. Replies
    1
    Views
    860

    Deselect richtextbox backcolor

    Hi

    I changed a part of my RichTextBox text back color and now i want to change it back, but the original color (Control) is not in the backcolor list. I tried deselectAll() or change the color to...
  19. Replies
    8
    Views
    644

    Re: Elegant Validation

    It's not exactly what i'm looking for. All data is valid (even a blank form), all i want want to know is if the data has changed when the exit button is pressed.

    THanks
  20. Replies
    8
    Views
    644

    Re: Elegant Validation

    Who should use the events, the form or the controls?

    Thanks for the quick reply
  21. Replies
    8
    Views
    644

    Elegant Validation

    I have several controlson my form (Combobox, Textbox etc.). When one (or more) of them is changed i want to know it so when the form is closed i can ask the user if he wants to save the data.
    Is...
  22. Thread: Where am I?

    by kiss987
    Replies
    1
    Views
    503

    Where am I?

    hi,

    does anyone know a function/variable which tell me which sub/function is running at the moment?
    for example, if the variable is XXX then the following will print "Form1_Load" to the screen.
    ...
  23. Replies
    12
    Views
    8,489

    Re: Changing TabControl Backcolor

    I already did that and as you can see in the picture, the tabs headers backcolor is not changed, only the space in the upper right corner. I need to change both.

    I managed to overcome the problem...
  24. Replies
    12
    Views
    8,489

    Re: Changing TabControl Backcolor

    I understood what he was saying it simply doesn't work. I opened a new project with a tab control only trying to isolate the problem.

    Now the space is filled with the form back color, however i...
  25. Replies
    12
    Views
    8,489

    Re: Changing TabControl Backcolor

    Yes, i'm talking about unoccupied space to the right of the actual tabs in the tabcontrol. Unfortunattly, none of the advices you gave were helpful :(

    Any ideas?

    Thank in advance
  26. Replies
    12
    Views
    8,489

    Changing TabControl Backcolor

    Hi,

    I tried to change the TabControl back color but only succeeded changing the tabs back color (with the code below) but not the tab control color (which is behind the tabs, in the upper right...
Results 1 to 26 of 26



Click Here to Expand Forum to Full Width