Search:

Type: Posts; User: morbid.ivan

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    12
    Views
    3,864

    Re: Need Help: Richtextbox to HTML

    example.. I have a table inside richtextbox, and these code doesn't work with tables.
  2. Replies
    12
    Views
    3,864

    Need Help: Richtextbox to HTML

    How to convert richtextbox table to html?
    Any Help?


    I have this in my module.




    Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (hpvDest As Any, hpvSource As Any,...
  3. Replies
    1
    Views
    685

    Problem with CTRL + S

    I am having a problem with ctrl + s

    combo box items:
    -Mother
    -Father
    -Brother
    -Sister

    Example:
    I select 'brother' from the combo box, after I hit Ctrl + S, it changed to 'sister'.
  4. [RESOLVED] vb project accidentally open with notepad

    I wont able to access .vba project by double clicking it I accidentally open with notepad.
    How to set it back to VB6.exe?

    Thanks140247

    Any Help?
  5. Re: Need Help: VB6 removing .vbp itself

    I found the problem its in the control I recently add to my project (Picturebox Zoom and Pan).
  6. Re: Need Help: VB6 removing .vbp itself

    I have tried to put it on different location (Drive D:\) the result is still the same.
    Ocx's included: OsenXPsuite and Codejock.
    Is it possible these two causing the problem? or somewhere in module?
  7. [RESOLVED] Need Help: VB6 removing .vbp itself

    VB6 removing .vbp itself on exit application.

    On other project it never happened but except for one.
  8. Replies
    7
    Views
    774

    Re: Help: About cHeader6.ocx

    It says "The archive is either in unknown format or damaged".
  9. Replies
    7
    Views
    774

    Re: Help: About cHeader6.ocx

    Please see attached file. Thanks
  10. Replies
    7
    Views
    774

    Help: About cHeader6.ocx

    Does anyone here already used cHeader6.ocx? I got Run-time error 429.
  11. Replies
    2
    Views
    555

    Re: Help: Date Sequence

    Exactly, this is what I've been looking for... Thanks a lot...
    I need to study more about dates... :)
  12. Replies
    11
    Views
    4,218

    Re: Lynx Grid Save Method

    I hope this could help you.
  13. Replies
    11
    Views
    4,218

    Re: Lynx Grid Save Method

    Private Sub Form_Load()
    With LynxGrid1
    .Redraw = False
    .AddColumn "Category", 1500
    .AddColumn "Fabric Code", 1500
    .AddColumn "Available Stock", 1500
    ...
  14. Replies
    2
    Views
    555

    Help: Date Sequence

    How to make this sequence?

    Dec 27 - Jan 11, 2015
    Jan 12 - 26, 2016

    Jan 27 - Feb 11, 2016
    Feb 12 - 26, 2016

    Feb 27 - Mar 11, 2016
    Mar 12 - 26, 2016
  15. Replies
    5
    Views
    825

    Re: Keep Remote Server Alive

    How to ping the server? Thanks
  16. Replies
    5
    Views
    825

    Keep Remote Server Alive

    How to keep remote server alive? or check if it is online or offline..


    Any help?
  17. Help: Multi layered column header grid

    Is there a control, can do multi-layered column header grid?



    Thanks in advance.
  18. Replies
    16
    Views
    3,388

    Re: MySql Query WHERE 1 = 0

    Are these codes safe to use when adding new record?



    Dim rsSave As ADODB.Recordset
    Dim myStream As ADODB.Stream
    Dim strQuery As String
    Dim t As Single

    t = Timer
  19. Replies
    16
    Views
    3,388

    Re: MySql Query WHERE 1 = 0

    Is it advisable to use it on inserting pictures?

    Using this: SELECT * FROM tbl_pictures it tooks 6 seconds

    While: SELECT * FROM tbl_pictures WHERE 1=0 it took less than 2 seconds.
  20. Replies
    16
    Views
    3,388

    MySql Query WHERE 1 = 0

    What is the meaning of WHERE 1 = 0 ?
  21. Replies
    4
    Views
    674

    Re: Late computation

    I have one more question.

    When I change 30 to 15 and 0.5 to .25

    ComputeLates = ((iLate - 1) \ 15) / 2 + 0.25

    The result is not accurate.

    1 - 15 = 0.25
    16 - 30 = 0.75 (but the answer...
  22. Replies
    4
    Views
    674

    Re: Late computation

    Thanks a lot....
  23. Replies
    4
    Views
    674

    [RESOLVED] Late computation

    I am developing a program that will compute automatically...

    example : 1min to 30mins = .5 and 31mins to 60mins = 1

    is there any other way to add .5 every 30mins programatically?

    My codes:
    ...
  24. Replies
    3
    Views
    1,039

    How to speed up mysql server?

    Under Client Side:
    My records now is over 500 any my problem is, when I am inserting single record, it tooks about 20secs or more...

    I have searched about adjusting my.ini and change and add...
  25. Re: [RESOLVED] help: set password (MS Access)

    I replace this part Jet OLEDB:Engine Type=5; with this: Jet OLEDB:Database Password=pwd123456;
  26. [RESOLVED] help: set password (MS Access)

    I can create database but my main problem is
    how do I set password using these codes?



    Dim catDB As Object
    Dim cnDB As ADODB.Connection

    Set catDB = CreateObject("ADOX.Catalog")
  27. Replies
    1
    Views
    491

    Help: MySql (Extract Blob File)

    Is it possible to extract blob file to destination where you want to store the image file?


    Any help or ideas?
  28. Replies
    0
    Views
    382

    Newbie Here: Help about saving record

    Using these codes I won't be able to pass the values to MYSQL database. All fields is in null value aside to Auto Increment number.

    I have search how to pass values.
    ...
  29. Re: Need help: Converting centimeter to ft - in

    Thanks a bunch for this.

    I created my own version for this:
    I look at on some conversion sites find some formula.



    Dim sInput As String
    Dim uCM As Integer
  30. [RESOLVED] Need help: Converting centimeter to ft - in

    Need help: Converting centimeter to ft - in


    I have some basic codes but I can't extract the values in 2 textboxes.



    dim iCM as Double
    iCM = 173
    Msgbox (FormatNumber(iCM / .0328085, 2))
  31. [RESOLVED] Send Email via smtp.gmail.com Problem

    I have no problem using these codes in yahoomail.
    But when I've try to tweak a little bit, it doesn't work with GMail.




    Dim cdoMsg As New CDO.Message

    With cdoMsg
    With...
  32. Replies
    1
    Views
    574

    Help: Listview/Flexgrid Image Column

    Is there any way to put picture to Listview/Flexgrid column from the database? Or any control can do this?
  33. Re: How to get folder name using FSO

    I got it. Thanks for reading this thread.



    Dim sfilepath As String
    Dim FSO As FileSystemObject
    Dim fldData As folder
    Dim folder As folder

    Set FSO = New FileSystemObject
  34. [RESOLVED] How to get folder name using FSO

    How to list out all the folders to listbox?

    Example
    -> Parent Folder
    ---> Folder 1
    ---> Folder 2
    ---> Folder 3

    How will I put the folder1, folder2 and etc to listbox?
  35. Mysql + Crystal report (Show records more than 1 year)

    I am looking for records for the past 1 year.

    Example:
    January 21, 2013
    January 21, 2014
    November 6, 2015 This record should not appear. Not more than 1 year.

    This is how I do this in SQL...
  36. Replies
    4
    Views
    866

    Re: Printer Status (Ready/Offline)

    I have found this on merrion's Site. It has a Printer name, Port Name and driver name... and how about Printer status?



    Private Const CCHDEVICENAME = 32
    Private Const CCHFORMNAME = 32...
  37. Replies
    4
    Views
    866

    Printer Status (Ready/Offline)

    I have tried to use the codes from https://support.microsoft.com/en-us/kb/202480 and my problem is... even the printer is offline the return value is ready.


    Any help to tweak these codes?
  38. Re: Need help: Saving using custom file ext.

    Thanks for the ideas.

    I found the answer here : http://www.vbforums.com/showthread.php?620873-VB6-Encryption-amp-Decryption-Try-it-!-%28Make-itSimple%29

    Encryption Solve my problem...
  39. Re: Need help: Saving using custom file ext.

    This is how I save my file...



    Public Function SaveTemplate()
    Dim itmSave As Long
    Dim Filename As String
    On Error GoTo ErrHandler

    With frm_Template.CommonDialog1
  40. [RESOLVED] Need help: Saving using custom file ext.

    Example, I save my to my custom file extension.
    Let say my file extension is .tsf (File.tsf). How to avoid to show all
    the values inside the file by changing the file extension to .txt?

    Any...
Results 1 to 40 of 330
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width