Search:

Type: Posts; User: Argus19

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    93
    Views
    38,819

    Re: Planet Source Code Jumbo Resource CDs

    I posted the source files of the projects and the text files of the code. There's only one executable file to work with the database.
  2. Replies
    3
    Views
    972

    Re: convert svg imge to jpg or gif

    https://github.com/tannerhelland/vb6-svg
  3. Re: Is it possible to make the image transparent?

    Yes.
  4. Re: How to determine if an image is loaded in WIA.ImageFile?

    Thank you.
  5. Re: How to determine if an image is loaded in WIA.ImageFile?

    Error "91".
    <object variable or With block variable not set>
    I have tried all the properties of the WIA.ImageFile object and always get this error.
  6. How to determine if an image is loaded in WIA.ImageFile?

    I haven't found a way to determine if an image is loaded in WIA.ImageFile?
  7. Replies
    5
    Views
    1,904

    Re: Slider examples

    https://drive.google.com/file/d/1t0xAnARjb7ETKO6Uh1-5l21fwGQXnxP6/view?usp=sharing
  8. Replies
    31
    Views
    2,946

    Re: Peek - Reading from memory

    Function:
    Get #2, , lFile(i)
    reads an array of bytes. It cannot read Long.
    We need to read the file into an array of bytes and then convert them to Long format.
    For example:...
  9. Replies
    31
    Views
    2,946

    Re: Peek - Reading from memory

    If the file is not long and is loaded as a one-dimensional array, then there is no problem.
    Show the code for loading the file into memory.
  10. Replies
    8
    Views
    1,400

    Re: Alpha Drawing via Gdi32

    Checked on Win 7. Works.
  11. Re: SavePicture problem ' error number 380 invalid property value '

    When assigning an Image property to a Picture property, you cannot reset it with the function

    PistukeBorg.Cls
    and you have to reload the image every time.
    Picture - background object, Image -...
  12. Replies
    34
    Views
    3,656

    Re: Vb6: split text error out of memory

    Private Sub Command2_Click()
    'This must be done after filling with Text1.Text.
    NStr = Text1.Text
    End Sub

    How do you populate a 5000 line textbox?
  13. Replies
    34
    Views
    3,656

    Re: Vb6: split text error out of memory

    Then like this:

    Option Explicit
    Dim MyPos As Long
    Dim LnStr As Long
    Dim Fstring As String
    Dim NStr As String

    Private Sub Command1_Click()
    LnStr = Len(NStr)
  14. Replies
    34
    Views
    3,656

    Re: Vb6: split text error out of memory

    If you need to display only the first line in Text2, then like this:

    Dim MyPos
    Dim Fstring As String
    Private Sub Command1_Click()
    MyPos = InStr(1, Text1.Text, vbCrLf)
    Fstring =...
  15. Replies
    2
    Views
    674

    Re: fill combobox with date

    So okay?

    Option Explicit

    Dim DD As Integer, M As Integer, Y As Integer, i As Integer
    Dim DDD As Variant

    Private Sub Form_Load()

    DD = Day(Date)
  16. Replies
    18
    Views
    2,312

    Re: GDI+ bitmap vs GDI+ image

    It turns out something like this:
  17. Replies
    14
    Views
    1,268

    Re: Open document Word with macro (.docm)

    Remove this line:

    Set mWord = Nothing
    This line must be used when exiting the program.
  18. Re: MSCOMCTL - Object library not registered? It did work, but not anymore! Help :(

    "Component 'MSCOMM32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid".
  19. Re: MSCOMCTL - Object library not registered? It did work, but not anymore! Help :(

    The manifest for MSCOMCTL.ocx, in one of my programs, stopped working on Win 11.
  20. Re: MSCOMCTL - Object library not registered? It did work, but not anymore! Help :(

    Windows 11 does not support manifests.:mad:
  21. Re: Cropping Image - Screenshot - Capture

    If you need arbitrary cropping of the image, rotation at angles that are multiples of 90 degrees, resizing and recording the image in different formats, then it is better and easier to do it on WIA....
  22. Replies
    7
    Views
    1,133

    Re: error on msagent 2.0

    You've done it like this:
    Project -> Reference _> Microsoft Agent Control 2.0
    Components -> Microsoft Agent Control 2.0

    Dim Character As IAgentCtlCharacterEx
    ......
    Agent1.Characters.Load...
  23. Replies
    7
    Views
    1,133

    Re: error on msagent 2.0

    Not very clear....
    Do you have an error when working with an agent or an error when creating a character?
  24. Replies
    93
    Views
    38,819

    Re: Planet Source Code Jumbo Resource CDs

    "Error establishing a secure connection

    An error occurred while connecting to www.mediafire.com. PR_END_OF_FILE_ERROR

    The page you are trying to view cannot be displayed because the...
  25. Replies
    93
    Views
    38,819

    Re: Planet Source Code Jumbo Resource CDs

    I get: "Error loading page".
  26. Replies
    25
    Views
    3,847

    Re: Animation png load image

    Absolutely right!
    It's a classic: "An unformulated problem has no solution."
  27. Replies
    25
    Views
    3,847

    Re: Animation png load image

    It's not very clear what kind of animation you want to make. If there is only one image, I only see its resizing and changing its position on the form.
    If you use DirectX, you can modify the image...
  28. Replies
    8
    Views
    1,396

    Re: Error while adapting VBA code

    Dan_W, Thanks!
    westconn1, At first I thought to do so, but I was afraid.
    The problem is that I'm writing code on Win 7, on which office 2007 is installed. And I need to work on Win 10, on which...
  29. Replies
    9
    Views
    2,276

    Re: [RESOLVED] TouchScreen in VB 6.0

    Thanks
  30. Replies
    8
    Views
    1,396

    Re: Error while adapting VBA code

    Thanks. The second line works.
    Please tell me why the following code does not work:

    Public objRange As Object
    ....................
    Wdoc.Tables(1).Cell(4, 1).Select
    ...
  31. Replies
    9
    Views
    2,276

    Re: TouchScreen in VB 6.0

    wqweto, thanks.
    An interesting decision.
    I only need numbers.
  32. Replies
    8
    Views
    1,396

    Re: Error while adapting VBA code

    But in VBA this line of code works.
  33. Replies
    8
    Views
    1,396

    Error while adapting VBA code

    When adapting running VBA code, a "438" error occurs:


    Dim WIn As Object
    Dim Wdoc As Object
    Private Sub Form_Load()
    Set WIn = CreateObject("Word.Application")
    WIn.Visible = True
    Set Wdoc...
  34. Replies
    9
    Views
    2,276

    Re: TouchScreen in VB 6.0

    Will it be enough to call the keyboard to create another form and place buttons on it?
    Will the _Click () event occur on the touchscreen when touching the text field to be able to call the form with...
  35. Replies
    9
    Views
    2,276

    Re: TouchScreen in VB 6.0

    fafalone, dilettante, Thanks. If it is not possible to write a project in VB 6.0, then you need to write in VB .Net?
    For example, since here?: ...
  36. Replies
    9
    Views
    2,276

    [RESOLVED] TouchScreen in VB 6.0

    VB.Net can work with touch panels, I did not find themes for VB 6.0.
    What will the forum say?
  37. Replies
    12
    Views
    1,282

    Re: How to convert \Device\Harddisk#\DR# to path?

    It won't help?
    https://www.computerperformance.co.uk/vbscript/wmi-disks-physical/
  38. Replies
    21
    Views
    4,641

    Re: Common Dialog to select a folder ?

    Private Const MAX_PATH = 1024 ' Maximum long filename path length

    Public Const BFFM_INITIALIZED As Long = 1
    Public Const WM_USER As Long = &H400
    Public Const BFFM_SETSELECTIONA As Long...
  39. Replies
    7
    Views
    1,250

    Re: Timer1.interval : unit of its value ?

    For example:

    Private Declare Function timeSetEventA Lib "winmm.dll" Alias "timeSetEvent" (ByVal uDelay As Long, ByVal uResolution As Long, ByVal lpFunction As Long, ByVal dwUser As Long, ByVal...
  40. Re: Transparent gif image not transparent after load

    If you plan to modify transparent images, then you need to load them into objects (byte array) that support transparency, then display them in a PictureBox. Make changes to the image in the...
Results 1 to 40 of 371
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width