CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: alexr123

Page 1 of 7 1 2 3 4

Search: Search took 0.36 seconds.

  1. the solution to this problem is only one. start...

    the solution to this problem is only one.
    start a nuclear war between India , Pakistan and China.
    :D :D :D

    Just kidding
  2. Replies
    579
    Views
    648,799

    can i use crystal reports instead of a listview ?

    Hello !
    i want to ask a question.
    can i use crystal reports instead of a listview control in order to
    display results in the same manner like the listview?
    moreover i want that when i click on a...
  3. Replies
    1
    Views
    3,080

    listview with checkboxes on subitems

    Hello i want a listview that has checkboxes on subitems but not at the left of the main listitem.
    this means something like this

    User1 | [ ] SELECT | [ ] INSERT | [ ] DELETE
    and so...
  4. Microsoft Visual Studio Installer question (again)

    Hello
    I have made two installations with the Microsoft Visual Studio Installer.
    Now the problem is that they use common resources. For example both of them use an ocx for a menu.
    When i uninstall...
  5. Replies
    2
    Views
    936

    i search but did not come out with something

    i search but did not come out with something
  6. Replies
    2
    Views
    936

    Good html tags parser?

    Hi there !
    Does anybody know where i can get the source code of a good
    html parser ?

    I want it to notice also the ' characters inside the " " characters.
    For example if the tag is
    <img...
  7. Replies
    3
    Views
    822

    I tried to add a special Folder "User's Programs...

    I tried to add a special Folder "User's Programs Menu" but i nowhere found this special folder.
    I also tried to simple add a Folder "User's Programs Menu" but i got an error :invalid property.
    I...
  8. Replies
    1
    Views
    750

    Microsoft Installer question

    Hi !
    I have a question regarding the Microsoft Visual Studio Installer.
    I want to add a shortcut to the Start Folder under Programs.

    How can i do this with the Microsoft Visual Studio Installer...
  9. Replies
    3
    Views
    822

    Microsoft Installer question

    Hi !
    I have a question regarding the Microsoft Visual Studio Installer.
    I want to add a shortcut to the Start Folder under Programs.

    How can i do this with the Microsoft Visual Studio Installer...
  10. hi . i wanted to do the same stuff and i managed...

    hi . i wanted to do the same stuff and i managed to do it like this.
    for example the html i want to protect is this "<a href="http://a.a.com">a</a>THIS IS MY PROTECTED TEXT"
    i put a div to cover...
  11. Replies
    1
    Views
    1,872

    yes of course it is possible. you have to get...

    yes of course it is possible.
    you have to get the hwnd of the webbrowser control first though and microsoft hides it on purpose.

    one method to get the hwnd is to do that
    webbrowser1.setfocus...
  12. Replies
    2
    Views
    932

    it is better to use a second party control. i...

    it is better to use a second party control.
    i use the one from www.vbsmart.com which has a nice XP look
    . Also there is one from www.vbaccelerator.com

    all free
  13. Preview thumbnail for file/webpage (like explorer does)

    Does anybody know how to get the preview thumbnail for a file/webpage like the one explorer has ?

    I read something about using the msdso library but i cant find it anywhere !!

    thanks !
  14. I am desigining a webpage editor application. i...

    I am desigining a webpage editor application.
    i want to display a grid like macromedia dreamweaver does.

    this means vertical and horizontal lines that are in the background
    and not over images....
  15. How to make a Grid for the Webbrowser control?

    Does anybody know how to make a Grid for the Webbrowser control?
    Is there a way to do this with CSS or VB?

    thanks !
  16. Replies
    2
    Views
    904

    hm. maybe you could do a selection with...

    hm. maybe you could do a selection with
    r=hdoc.selection.createrange
    and then get its parentelement from the selection object

    if you find out please write it here . i am also interested !
  17. Replies
    5
    Views
    2,782

    hm. well i am designing a webpage editor program....

    hm. well i am designing a webpage editor program.
    i want to make templates like dreamweaver has
    and regions where you are not allowed to edit them.
    therefore i want to make those with a border and...
  18. Replies
    5
    Views
    2,782

    thanks for replying . i found how to do this. at...

    thanks for replying . i found how to do this.
    at first you make webbrowser.setfocus then you call the
    getfocus api function and get the webbrowser .hwnd
    then call getdc and you get the hdc
  19. Replies
    5
    Views
    2,782

    Drawing a line on the Webbrowser Control

    Hello.
    I want to draw a line on the Webbrowser Control.
    The problem is that the webbrowser control does not have a hdc and also
    it does not reveal its .hwnd. So i cannot use the API function ...
  20. Replies
    2
    Views
    777

    Convert String to Subname?

    Hi there. I was wondering if there is a way to convert a string
    to a sub name and then call this sub name.

    something like this

    strsubname=text1.text
    call strsubname
  21. thanks guys ! i solved it Public Declare...

    thanks guys ! i solved it

    Public Declare Function ScreenToClient Lib "user32" (ByVal hwnd As Long, lpPoint As POINTAPI) As Long

    Dim point As POINTAPI

    GetCursorPos point


    Call...
  22. well i got a ruler control . it has a function...

    well i got a ruler control .
    it has a function like that

    I want to set X,Y which are of long type (POINTAPI) to single

    Public Sub RenderTrackLine(X As Single, Y As Single)
    If...
  23. RESOLVED-Convert Long to Single for the GetCursorPos function

    Hello
    i am using the getcursorpos function to get the correct position
    of the mouse.
    the problem is it does not seem to show correct position.

    the getcursorpos returns a POINTAPI type which...
  24. Replies
    3
    Views
    2,365

    Record/Playback Mouse and Keyboard actions

    I want to record and then playback keyboard and mouse actions.
    I use therefore the WH_JOURNALRECORD and WH_JOURNALPLAYBACK hook.

    i found some code on the net.
    It does record succesfully but i do...
  25. Replies
    1
    Views
    888

    For Logging to the internet no there is not a...

    For Logging to the internet no there is not a control.But there are
    already available source code that does this.
    For connecting to a FTP site there is a control Inet Control.
    (Microsoft Internet...
Results 1 to 25 of 152
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured