CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sinankrstarica

Search: Search took 0.03 seconds; generated 17 minute(s) ago.

  1. Execute programs in more documnts simultaneously?

    I have MDIForm1 and Form1 as child in vb6
    If I open two documents and click on the buttons to execute the program in one and in the other, the program is executed in active form1 and the other...
  2. Replies
    2
    Views
    7,456

    Call Private sub fromm mdiForm

    I have mdiForm1 and Form1 as child
    In Form1 I have a Menu mnuClear
    Sure you can call this menu from mdiForm (button in PictureBox)
    This procedure deletes the values ​​of local variables and they...
  3. Re: VB6 application has error "This action cannot be completed because the other prog

    http://social.msdn.microsoft.com/Forums/office/en-US/ce1f26be-b7cf-4ce7-8d56-044b3fefdade/this-action-cannot-be-completed-because-the-other-program-is-busy
  4. Replies
    1
    Views
    2,970

    Call Sub From mdiForm in Form1

    I have MdiForm and Form1 as a child
    Form1 has a menu 'mnuClear' Sub mnuClear_Click
    MdiForm a button Clear

    Can you click on the button from MdiForm call sub mnuClear_Click in Form1
    Sub mnuClear...
  5. Replies
    8
    Views
    9,478

    Re: wordsearch puzzle complete vb6 or vb5

    I have to repeat my program works, ends the task successfully. Such a puzzle like the picture done for 2-5 seconds. Depends on the number of words in a dictionary. I was curious how other developers...
  6. Re: How to measure the time in tenths of a second in vb6

    Maybe I do not even have to use a timer? I do not care to take the time displayed during operation. I want to measure how much the program is retained in a Function. So, in order to measure how much...
  7. Re: How to measure the time in tenths of a second in vb6

    Thanks to the appearance, but I am a beginner and I do not help. I know that 1000 cycles a second, but what I asked above - still do not know :)

    To set Timer.Interval clear to me and I did not...
  8. How to measure the time in tenths of a second in vb6

    Private Sub Timer1_Timer()
    TimerLbl.Caption = Format(Time - memTime, "hh:mm:ss")
    End Sub

    I need seconds and tenths of seconds. How? Which value to set Timer.Interval

    Since the...
  9. Replies
    8
    Views
    9,478

    Re: wordsearch puzzle complete vb6 or vb5

    As I said, The problem is that my program is messy and expansive, I say to other developers, I know what is what in there :) The program works and meets all the conditions, but I know that what he...
  10. Replies
    4
    Views
    6,387

    Re: Omitting the argument in Function

    hahaha cool :)
    Nothing I have not found there, from what I asked.
    I thank everyone and give up seeking help at the forum.
  11. Replies
    4
    Views
    6,387

    Omitting the argument in Function

    I have a Function:

    Private Function GetMask(gX As Integer, gY As Integer, gDirect As Integer, gLen As Integer) As String

    GetMask = ""

    If gLen > 0 Then
    For i = 1 To gLen
    If...
  12. Replies
    8
    Views
    9,478

    Re: wordsearch puzzle complete vb6 or vb5

    I tried something in VB6 Portable Edition and to some extent it works. The problem is that my program is messy and expansive :)
    Can I do your program is written in. Net run in Visual Studio 2008 or...
  13. Replies
    8
    Views
    9,478

    wordsearch puzzle complete vb6 or vb5

    Does anyone have a complete program for word serach puzzles and wants to help him adapt to the puzzle as it is in my country?
  14. Replies
    0
    Views
    176,662

    Word Search vb6 or vb5 complete

    Does anyone have a complete program for word serach puzzles and wants to help him adapt to the puzzle as it is in my country?
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured