User Profile

Collapse

Profile Sidebar

Collapse
j7o0s5
j7o0s5
Last Activity: Jun 28 '06, 01:55 AM
Joined: Apr 27 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • j7o0s5
    started a topic How to install font with VB?

    How to install font with VB?

    I want to install font with VB, so I can use that font in my application.
    Font file is *.ttf
    Thanx U
    See more | Go to post

  • j7o0s5
    started a topic How create file .chm

    How create file .chm

    How to create file help chm?
    See more | Go to post

  • j7o0s5
    started a topic Regex Empty

    Regex Empty

    What is empty in Regex?
    Like this example,
    if I want check : ab,abe,ab1,ab2, abda,abec
    So i want concate pattern "ab" with empty and another character in one pattern in regex, how the pattern ?
    Thanx u
    See more | Go to post

  • j7o0s5
    replied to Help Checking Grammar Aplication ?
    Thx a lot :D .
    I feel like that too, it's very hard work :eek: .
    But what can I do
    See more | Go to post

    Leave a comment:


  • j7o0s5
    started a topic Help Checking Grammar Aplication ?

    Help Checking Grammar Aplication ?

    I want make aplication(Visu al Basic 6.0) about checking grammar in one sentence. Right now I very hopeless :confused: , can anyone help me right now. I am very gratefull. Thanx U.
    See more | Go to post

  • j7o0s5
    replied to Buffer
    Buffer

    Example like this :
    Private sub Form_Load()
    call Process_1
    Msgbox "Hello.."
    End Sub

    Private sub Process_1()
    for i=0 to 100000
    next
    end sub

    That example need to finish procedure "Process_1" before get message box.
    I want that at first time form load show the message box(not need time to process the procedure "Process_1" )...
    See more | Go to post
    Last edited by j7o0s5; Apr 27 '06, 05:30 AM.

    Leave a comment:


  • j7o0s5
    started a topic Buffer

    Buffer

    I want to ask for Visual Basic 6.0
    Like this, i want to run 2 or more process in one current time, how?
    That process need long time to finished. How to make that process keep ruuning while i doing another process.
    Cause i have do it with timer is same need more time.
    Thanx u.
    See more | Go to post
    Last edited by j7o0s5; Apr 27 '06, 04:28 AM.
No activity results to display
Show More
Working...