Search:

Type: Posts; User: afdoal

Page 1 of 2 1 2

Search: Search took 0.04 seconds; generated 43 minute(s) ago.

  1. Replies
    30
    Views
    4,465

    Re: Can't save images from ImageList control

    how to use u code??
  2. Re: VB - How to send a file using the Winsock control

    thanks for your project :)

    but, i have a question, can i know how much data has been passed in winsock? (in MB or kb)??
    thanks b4
  3. Replies
    3
    Views
    870

    Re: search max value on random number

    my problem solved....


    Private Function vMax(ParamArray nilai() As Variant) As Variant Dim i As Integer
    Dim max_value As Variant


    max_value = nilai(LBound(nilai))
    For i =...
  4. Replies
    3
    Views
    870

    search max value on random number

    hi...
    i need question how to get max or min value on randm number
    if i have a number like this:

    1 2 3
    or

    8 5 2 7 7 3 9 8
    or
  5. Re: Resolved - How to export data from VsFlexgrid to Excel

    can u share code from excel to vsflexgrid??
  6. Replies
    2
    Views
    680

    Make chart like this

    hi.. iam use Ms. excel to make chart like this

    108103

    and the data source:


    KELURAHAN

    PENYAKIT
  7. Replies
    8
    Views
    2,707

    Re: [ASK]Remove or Disable Menu on MDI Form Icon

    yes i now this article
    but i confused where ti get the window ID for my my problem (MDI Icon n MDI Icon menu)

    i have use spy++ but this not show win ID
  8. Replies
    8
    Views
    2,707

    Re: [ASK]Remove or Disable Menu on MDI Form Icon

    thanks for your respon. but me.icon=nothing just remove the icon n show the system icon.
    i need remove or disable the menu on MDIForm icon

    107741

    this menu show if you click the icon
  9. Replies
    8
    Views
    2,707

    [ASK]Remove or Disable Menu on MDI Form Icon

    hi..
    can i now how to disable or remove the menu on MDI Form icon?
    107739

    i use this code but this code just disable MAX Button on MDi Form
    code from...
  10. Replies
    9
    Views
    36,184

    Re: [RESOLVED] VB6 Unexpected Error on Windows 7

    thanks for the sample.
    but i have a problem:
    how to add your code in MDIForm?


    Option Explicit

    Private hIcon As Long
  11. Replies
    14
    Views
    2,177

    Re: how to delete text

    delete text on line not delete the text file
  12. Replies
    14
    Views
    2,177

    Re: how to delete text

    yes... i now the algorithm. but i need a sample
  13. Replies
    14
    Views
    2,177

    Re: how to delete text

    thanks Sam....:wave:
  14. Replies
    14
    Views
    2,177

    Re: how to delete text

    can u help me with prev. the code for :
  15. Replies
    14
    Views
    2,177

    [RESOLVED] how to delete text

    hi,,,i have text file where the content like this


    this my code for write all content of text file

    Sub WriteKonfFile()
    Dim objFSO, cTxtFile
    Set objFSO =...
  16. Replies
    5
    Views
    874

    Re: Trasnsform string in date

    Dim myVar
    Dim MyVar2
    Dim theDate As Date


    Dim yyyy As Integer
    Dim mm As Integer
    Dim dd As Integer
  17. Replies
    4
    Views
    20,949

    Re: OPTION on MySQL Connection String

    many thanks :thumb: :thumb: :thumb:

    I wrote a little enum (copying from the option page on MySQL documentation)

    Public Enum MyOption
    'recommended option values for various...
  18. Replies
    4
    Views
    20,949

    Re: OPTION on MySQL Connection String

    thanks for your replay
    now i have a question, how to add other OPTION paramater on the connection string?? just use "+"??

    example: i need use parameter:

    FLAG_LOG_QUERY
    FLAG_NO_CACHE
    ...
  19. Replies
    9
    Views
    4,972

    Re: how to backup and restore mysql database

    Backup and Restore MySQL Database??
    read this threat :D
  20. Replies
    1
    Views
    15,262

    Backup and Restore MySQL Database

    for the backup mysql database from VB6, we simply use the MySQL tool MySQLDump and for restore using the mysql.

    this a basic commands to backup and restore mysql database:


    ' backup
    mysqldump...
  21. Replies
    4
    Views
    20,949

    [RESOLVED] OPTION on MySQL Connection String

    hi...
    i found this code

    Private Sub ConnServer()
    'connect to MySQL server using MySQL ODBC 3.51 Driver
    Set conn = New ADODB.Connection
    conn.ConnectionString = "DRIVER={MySQL ODBC 3.51...
  22. Replies
    1
    Views
    1,018

    Re: Get Data from xml

    make a reference to the "Microsoft XML, version x.0" dll


    Dim xml As MSXML.XMLDocument

    Set xml = New MSXML.XMLDocument

    xml.url = App.Path & "\test.xml"

    DumpXMLNode xml.root, 0
  23. Re: how to get link or url from web page?

    use GetElement on web browser control :)

    like this

    dim links as HtmlElementCollection
    links = me.Webbrowser1.Document.GetElementsByTagName("a")
    'or
    links = me.Webbrowser1.Document.links
  24. Replies
    17
    Views
    10,225

    Re: [ASK]Read and Separate

    to All vbForumers: many thanks. and special thanks for Sams :thumb: :thumb:
    now, problem solved :D
  25. Replies
    17
    Views
    10,225

    Re: [ASK]Read and Separate

    thanks sams
    but this is still not solve the problem. because they still show the other digits (958)
  26. Replies
    17
    Views
    10,225

    Re: [ASK]Read and Separate

    thanks Spoo for your respon's :thumb: :)

    before getting this case

    958.30.65.667.54.222.4444.9876x10.20.999.8765.7654.10.90.21x125

    , I have a case like this:
    ...
  27. Replies
    17
    Views
    10,225

    Re: [ASK]Read and Separate

    thanks Spoo and many thanks sam
    but, now my case have a change like this...
    http://niracekci.files.wordpress.com/2012/03/read-digit-new.png

    can u help me for solved this?? :confused:

    thanks...
  28. Re: [VB6] - Fix Some UI Problems or Manifest Resource Limitations

    mantap dah kang.........
    maturnuwun...... :D
  29. Replies
    17
    Views
    10,225

    Re: [ASK]Read and Separate

    thanks again vbforumers (sam4help, RhinoBull and other) :thumb: :thumb: :thumb:

    now, i have new case. and the case is get value or digit after cross symbol
    Sample Data:


    I have used the way...
  30. Replies
    17
    Views
    10,225

    Re: [ASK]Read and Separate

    omg.....
    many thanks master sam4help :D

    rep+ for you and RhinoBull
  31. Replies
    17
    Views
    10,225

    Re: [ASK]Read and Separate

    wow....
    very......
    very....... helpful :thumb: :thumb: :thumb:

    and I have 1 questions
    how to sort(asc/desc) the output (2 digit,3 digit and 4 digit)??


    once again thank you very much
  32. Replies
    17
    Views
    10,225

    Re: [ASK]Read and Separate

    may I ask for examples source code??

    thanks b4
  33. Replies
    17
    Views
    10,225

    [RESOLVED] [ASK]Read and Separate

    hi vbforumers..... :wave:
    now i have problem

    i have list of number on teksbox like this:


    and my question is, how to separate the numbers that I have a set of numbers based on numbers like...
  34. Replies
    1
    Views
    17,077

    Re: vb6 Shape Control for VB.NET

    many thanks bro
  35. Replies
    5
    Views
    5,661

    VS 2010 Re: How to read this image???? Please.....

    bumb.............
  36. Replies
    4
    Views
    915

    Re: convert .gif to .tif

    use

    mode.close
  37. Re: HOw to read this?? please help.....

    thanks...
    problem solved :wave: :wave: :D
  38. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    i get the picture on website, then i need my application auto text values of the picture...
    can u help me with this problem??

    this my code for get the image:

    Dim doc As IHTMLDocument2...
  39. Replies
    5
    Views
    5,661

    VS 2010 How to read this image???? Please.....

    hi.. vb forumers... :wave: :wave:
    i have a problem... :confused: :confused:
    this my Code:


    Imports System.Web
    Imports mshtml

    Public Class Form1
  40. Replies
    3
    Views
    5,699

    Re: Listview and Drive Icon

    Thanks......... Thanks......... Thanks......... LaVolpe


    Thanks......... Thanks......... Thanks......... VBClassicRock


    :D :D:afrog:
Results 1 to 40 of 57
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width