Search:

Type: Posts; User: stiphen

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: MSComm

    by stiphen
    Replies
    9
    Views
    1,318

    Re: MSComm

    thanks for suggestion Data-Miser
  2. Thread: MSComm

    by stiphen
    Replies
    9
    Views
    1,318

    Re: MSComm

    it is unacceptable that on great forum with great and experienced members are not replying
  3. Thread: MSComm

    by stiphen
    Replies
    9
    Views
    1,318

    Re: MSComm

    Any help please
  4. Thread: MSComm

    by stiphen
    Replies
    9
    Views
    1,318

    MSComm

    I am using MSComm in my application .. how can i get connected com port name like in image

    http://oi60.tinypic.com/i7678w.jpg
  5. Thread: installing

    by stiphen
    Replies
    19
    Views
    1,674

    Re: installing

    what abt 2nd line of post #16 loading multiple files and setting checkboxes.caption as file title ..
  6. Thread: installing

    by stiphen
    Replies
    19
    Views
    1,674

    Re: installing

    how can i set checkbox.caption as only filename not complete path while load ..

    is it possible to load multiple files and each checkbox will have each file name as their caption ..
  7. Thread: installing

    by stiphen
    Replies
    19
    Views
    1,674

    Re: installing

    thanks marvelous help . how to set checkbox caption as filename
  8. Thread: installing

    by stiphen
    Replies
    19
    Views
    1,674

    Re: installing

    @ Nightwalker83

    I do not need to use any Package and Deployment Wizard .. because what i mean is different

    @ hamza.saleem

    before posting an example have you ever tried to shell Text1.Text .....
  9. Thread: installing

    by stiphen
    Replies
    19
    Views
    1,674

    Re: installing

    ------------
  10. Thread: installing

    by stiphen
    Replies
    19
    Views
    1,674

    Re: installing

    every package or setup or an installer is called an exe .. . i need help how can i use common dialogebox to load an exe. showing path in textbox with the option to select it through checkbox and then...
  11. Thread: installing

    by stiphen
    Replies
    19
    Views
    1,674

    installing

    I need to create a programme which will install an exe. to my pc through vb6 application .. i need help for these 3 steps

    http://i57.tinypic.com/2nqgxeg.jpg
  12. Thread: text input

    by stiphen
    Replies
    24
    Views
    1,513

    Re: text input

    no if a user enter 579 in textbox [only numbers] , after cmdbutton click message box should show "trvdfd" but not 579

    that is what i said ist i need to set the values of numbers 0-9 like in #16...
  13. Thread: text input

    by stiphen
    Replies
    24
    Views
    1,513

    Re: text input

    sorry ! after working on the same .. i just need some changes ..

    ist i need to set the values of numbers like

    1= ab
    2=cf
    3=hg
    4=kl
    5=tr
    6=oi
  14. Thread: text input

    by stiphen
    Replies
    24
    Views
    1,513

    Re: text input

    i actually do not want to use inputbox . i need to use textbox .. if textbox has input, then button will work otherwise not
  15. Thread: text input

    by stiphen
    Replies
    24
    Views
    1,513

    Re: text input

    If str = "123dger4" Then MsgBox ("Input is " & str)

    no no sir how come we know what user will enter text input
  16. Thread: text input

    by stiphen
    Replies
    24
    Views
    1,513

    text input

    i am new in ab6 . i need to read textbox input with button click with a textbox input message ..

    if textbox is entered 123dger4 and when i click button . there should be a message box like .....
  17. Thread: batch ouput

    by stiphen
    Replies
    14
    Views
    2,843

    Re: batch ouput

    please read post # 10
  18. Thread: batch ouput

    by stiphen
    Replies
    14
    Views
    2,843

    Re: batch ouput

    what about my further request about output
  19. Thread: batch ouput

    by stiphen
    Replies
    14
    Views
    2,843

    Re: batch ouput

    A small question what is Chr(34) for ..

    this works .. but it shows the whole command of batch file into textfile .. whereas my aim is to execute batch commands and show real time output in...
  20. Thread: batch ouput

    by stiphen
    Replies
    14
    Views
    2,843

    Re: batch ouput

    ok

    suppose i am shelling the bat. file

    Shell(App.Path & "\my.bat", vbHide)

    now i am frustrated how can i redirect its output to text file if i don't use print command .. small code or...
  21. Thread: batch ouput

    by stiphen
    Replies
    14
    Views
    2,843

    Re: batch ouput

    i have a question .. when i have already a batch in specific path (app.path) then why i need to use print command

    why this


    Open App.Path & "\my.bat" For Output As FileNum
    Print #FileNum, "...
  22. Thread: batch ouput

    by stiphen
    Replies
    14
    Views
    2,843

    Re: batch ouput

    by adopting this , does the batch will execute in the same way as original batch file code by adding & """" & , May i know how and where to put & """" &
  23. Thread: batch ouput

    by stiphen
    Replies
    14
    Views
    2,843

    Re: batch ouput

    i tried the way but instead of creating batch file in vb6 .. i need to read its output directly from app.path coz i can not redirect batch while its has unacceptable characters in it

    i tried but...
  24. Thread: batch ouput

    by stiphen
    Replies
    14
    Views
    2,843

    batch ouput

    Hi all

    i have batch file in application path . i need to shell it through vb6 and show its real time output in textbox .. is possible ?
  25. Replies
    14
    Views
    2,001

    Re: Appcrash

    I have created a custom control in which few lines were creating a problem which earlier i was not known .. then while experiencing such problem .. my mind clicked that let me check keep my custom...
  26. Replies
    14
    Views
    2,001

    Re: Appcrash

    Oh! .. I found it .. it was a control on form which was the cause .. when i deleted it and then tried the project there was no such error .. thanks
  27. Replies
    14
    Views
    2,001

    Re: Appcrash

    when after compiling an exe. and after when playing with an exe ... it shows the same error window with details .. in which one of this shows ... Fault Module Name: ntdll.dll
  28. Replies
    14
    Views
    2,001

    Re: Appcrash

    it only happens with vb6.exe and that also with a particular application ..
  29. Replies
    14
    Views
    2,001

    Re: Appcrash

    no no i don't use anything more than buttons click events .. but yes each button is with icons ... graphical buttons ..

    is there any code to close previous task .. before clicking another button...
  30. Replies
    14
    Views
    2,001

    [RESOLVED] Appcrash

    I have a problem with one of my project .. it often crash while coding while testing it .. even after compiling as an exe. .. some time exe. also crash with the following message
    ...
  31. Replies
    6
    Views
    719

    Re: disabling application

    any one here to help me plz
  32. Replies
    6
    Views
    719

    Re: disabling application

    This doesn't make any sense by setting Enable property to false .. I suppose If application [form] is launched ..If Internet Connectivity is found on system .. Application is active else disabled ...
  33. Replies
    6
    Views
    719

    disabling application

    Any way to disable components on form If Internet connection is not found on System
  34. Replies
    22
    Views
    2,159

    Re: button click event

    oh no janu
  35. Thread: getting text

    by stiphen
    Replies
    7
    Views
    877

    Re: getting text

    Sir jpbro thanks for your kind help .. how can we use this line of code with this control instead of inet


    If InStr(Inet1.OpenURL("http://example.com/test", icString), "404") <> 0 Then...
  36. Replies
    9
    Views
    1,228

    Re: .txt to listbox

    Sir MarkT, it is really great , as i m beginner will you please help me with a sample project .. i will be highly thankful to you
  37. Replies
    9
    Views
    1,228

    Re: .txt to listbox

    oh no no .. you misunderstood me .. i am not talking anyother listbox rather than standard .. normally when we code like


    Private Sub Form_Load()
    With List1
    .AddItem "fred"
    .AddItem "smith"...
  38. Replies
    9
    Views
    1,228

    Re: .txt to listbox

    really fast reply with working example .. ok that is for loading *.txt file into listbox

    List1 *.txt File

    fred
    smith
    benson
    loid

    now in list 2 *.txt file should be if
  39. Replies
    9
    Views
    1,228

    .txt to listbox

    I am very new for vb6 as I am a student at school we have just started to learn basic about vb6 .. interesting
    I need help here

    How can load *.txt file contents to list1 and then similarly when...
  40. Thread: webrowser

    by stiphen
    Replies
    22
    Views
    2,465

    Re: webrowser

    in my case I don't need to keep webbrowser1 visible to user .. it is just to play a trick if internet connected label1.enabled=true else label1.enabled=false
Results 1 to 40 of 62
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width