Search:

Type: Posts; User: Guerrero

Page 1 of 3 1 2 3

Search: Search took 0.15 seconds.

  1. Re: vb6 install in new Dell xps don't show File...Create exe menu

    Sure, but at least I've now some changes:

    Your about info:
    Microsoft Visual Basic 6.0 (SP6) Version 9782 VBA Retail 6.0.9782 Forms3: 12.0.6723.500
    Mine:
    only change the end part to this Forms3:...
  2. Re: vb6 install in new Dell xps don't show File...Create exe menu

    My typing allways have errors :blush: due my very poor english :blush: sorry.
  3. Re: vb6 install in new Dell xps don't show File...Create exe menu

    Thanks to yours, your comments turns more clear my mind,
    at least the basics for working is made.
    The insistence has its prize (TM)

    Thanks very much :thumb:
    (sorry my english)

    :wave:
  4. Re: vb6 install in new Dell xps don't show File...Create exe menu

    I've tried the install of sp4, sp5, sp6, none works.

    but curiously in the folder there is an setupxxx.exe and other acmsetup.exe, executing the acmsetup several times seems to me that each time...
  5. Re: vb6 install in new Dell xps don't show File...Create exe menu

    Yes I will try the route of WinXp or Win7.
    btw what is "Xp mose from vista"? maybe you refers to "Xp MODE from vista", then even in Win10 you can install VirtualBox and an XP o Win7.
  6. Re: vb6 install in new Dell xps don't show File...Create exe menu

    The install of sp6 show this error without more info:
    (Win10pro, Dell xps laptop)

    144973
  7. Re: vb6 install in new Dell xps don't show File...Create exe menu

    This is not the problem.
    I hate the war vb6 / vb.Net.
    Of course I know vb.net, I have installed and use vs2015, I own an legal license too of the Pro version, not the express one.

    Since years...
  8. Re: vb6 install in new Dell xps don't show File...Create exe menu

    Of course legal version, only with a lot of years!
    Works fine in my old laptop, even I have the original cd.
    The about shows
    Microsoft Visual Basic 6.0
    Version 8176 VBA: Retail 6.0.8169 Forms3:...
  9. vb6 install in new Dell xps don't show File...Create exe menu

    Hi to all,

    I've a new Dell xps laptop that comes with Win10pro.

    The vb6 IDE works.
    You can load vbp project, do changes in modules and forms, even using activex and so on.
    You can run F5, F8,...
  10. Replies
    5
    Views
    7,760

    Re: Return binary from hex string

    Hi DEXWERX,
    Thanks very much, your code is working :D
  11. Replies
    5
    Views
    7,760

    Re: Return binary from hex string

    Thanks very much for your code!
    I will test and reply here.

    :wave:
  12. Replies
    5
    Views
    7,760

    Re: Return binary from hex string

    I think yes: array of bytes

    Thanks!
  13. Replies
    5
    Views
    7,760

    Return binary from hex string

    Hi,

    I have a very old and big vbp program and the need to send a binary value to an external dll.

    Suposse the string strHex contains a long string of hex values.
    I need convert it to "binary"...
  14. Replies
    0
    Views
    3,397

    vs Flexgrid pro (not MS) in Win7-64

    Hi to All !

    I have several vb6 projects with the VideoSoft vsFlexgrid7 light PRO Control. It was a purchased version (I've the lic codes) maybe in 2000 to Videosoft.

    My pc WinXP has crashed and...
  15. Replies
    12
    Views
    1,780

    VS 2010 Re: Pause Not Pausing

    sure... your doevents.... :confused:
  16. Replies
    12
    Views
    1,780

    VS 2010 Re: Pause Not Pausing

    I've made a form with pause(9) and works fine.
    without using doevents,
    but using the full sentence (;-)
    System.Threading.Thread.Sleep(9 * 1000)
  17. Replies
    12
    Views
    1,780

    VS 2010 Re: Pause Not Pausing

    what is "freeze"?
    some of blinking controls in the form?

    (btw I don't lile to using maybe-reserved-words as "seconds" as parameters)
  18. Replies
    12
    Views
    1,780

    VS 2010 Re: Pause Not Pausing

    I use this technique in several sites and don't understand the freeze you comment.

    I think there is more freeze when doevents called each 100 milliseconds.
    maybe call doevents only one time each...
  19. Replies
    12
    Views
    1,780

    VS 2010 Re: Pause Not Pausing

    maybe you can simply do


    Private Sub Pause(ByVal nSeconds As Integer)
    System.Threading.Thread.Sleep(nSeconds * 1000)
  20. Replies
    2
    Views
    728

    Re: Commandline program help.

    process.start("notepad.exe")
    ?
    even process.start("notepad.exe file.txt")
  21. VS 2010 Re: set Binary or Ascii(Text) in Network.DownloadFile

    muy gracioso el muchacho
    (you can use some translate tool in order to know)
    :lol:
  22. VS 2010 Re: set Binary or Ascii(Text) in Network.DownloadFile

    then in vs2010 what is the best and easy way to get (and put) files from/to ftp server? of course using credentials and active/pasive and text/binary?

    or there are better use any external library...
  23. Replies
    3
    Views
    926

    VS 2008 Re: Demo to Full Version

    I think there is better for you and your customers if you're able to provides only ONE version.
    then in your program you detect if the program is activated or not.

    if activated, the program runs...
  24. VS 2010 set Binary or Ascii(Text) in Network.DownloadFile

    any way to set (force) using binary or text for ftp in My.Computer.Network.DownloadFile?
  25. Replies
    0
    Views
    1,689

    VS 2010 ClickOnce FTP allways ask for password

    there is a way to save the ftp server password for ClickOnce?
    thus, using ClickOnce but typing as few clicks as possible :o
  26. Replies
    8
    Views
    1,074

    VS 2010 Re: Please give suggestions..

    I recommend to you the book
    Sams tech yourself vb2010 in 24 hours, by James Foxall
    James comes from an vb6 background then you will appreciate this.
    The book is also available in Kindle, btw, and...
  27. Replies
    0
    Views
    3,081

    VS 2010 insert line as in richtextbox

    any way to insert lines in rtb?
    I can insert an image being a line, but generally it sizes high, and wondering if there is a way to insert a line with code

    if not possible, then how to have an...
  28. VS 2010 Re: open button menu in toolbar when click in ALL the button, not only in the small a

    Thanks, it's OK.
    but this event is not accesible using e. or sender, thus you need to type the control name.

    but works. :thumb:
  29. VS 2010 Re: open button menu in toolbar when click in ALL the button, not only in the small a

    I don't understand why there are two as similar controls?
    I've used Split and not the other for none reason. :blush:
  30. VS 2010 [RESOLVED] open button menu in toolbar when click in ALL the button, not only in the small arrow

    please see the image:
    http://farm5.static.flickr.com/4106/4968448595_af4f47e8b7.jpg

    the menu in the button is opened with click in the small down arrow, but NOT if click in the button image....
  31. VS 2010 Re: detect global activity in an form and all their controls

    sure.
    thanks very much. :wave:
  32. VS 2010 Re: detect global activity in an form and all their controls

    I've reformat a little the code for understanding it better.

    timer interval set at 3000 (3 seconds), this way the label lblEvent shows continously the situation.



    Dim MaxNoActMin As...
  33. VS 2010 Re: detect global activity in an form and all their controls

    don't sure if it is working,

    I want to control the user hands activity in the form/app. thus: if the user don't have used none click or input during x minutes.

    but I thing the subroutine is...
  34. VS 2010 Re: detect global activity in an form and all their controls

    the timer interval must be set to the same interval? (600 * 1000 in this case)
  35. VS 2010 [RESOLVED] detect global activity in an form and all their controls

    there is any event or way to detect activity in an form or project?
    in the form and all the child controls.

    mainly mouse clicks (not mousemove) and key press.

    for example, if the form have...
  36. Replies
    2
    Views
    4,978

    VS 2010 Re: add file AS LINK to an project

    aaaaarrrgghhhh!
    how hate the hidden options !!

    is really needed hidden an option in an combo in an button?
    when there is only two possible values?

    if you can only select TWO options: Add or...
  37. Replies
    2
    Views
    4,978

    VS 2010 [RESOLVED] add file AS LINK to an project

    I was able to add a file as-link to an project, as you can see in the image:

    http://farm5.static.flickr.com/4081/4939578564_e7d374b339.jpg

    see the difference in the icon for files added as-link...
  38. VS 2010 Re: control Paste (Ctrl+P) Image size in RichTextBox

    nope, this invalidates all the other shortcuts.

    I wanto to intercept the paste event, in order to control the kind of images to paste,
    or at least avoid ctrl+V (this is not so good solution even)...
  39. VS 2010 control Paste (Ctrl+P) Image size in RichTextBox

    control Paste (Ctrl+P) Image size in RichTextBox

    I can do an context menu with a item of Paste, and in it I can control what image type is (width, height, resolution, format...), then for example...
  40. Replies
    3
    Views
    5,761

    VS 2010 Re: change caret in richtextbox

    Thanks.

    I've found this, but it is the old user32.dll api, I would prefer some really ,NET only, and at least some examples.
Results 1 to 40 of 94
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width