Finding Child Forms Closing Point
hi everyone, I am using a MDI form which contains many childs. I want to execute a certain code "only if the child is individually close". And I dont want that executed if the main MDI form is closed....
View ArticleTrouble opening multiple documents through vb6
Hello everyone. I have developed an application in vb6 where an administrator can allocate individual staff to tasks through an interface. When the administrator saves the data a macro is called to...
View ArticleVB6.0 Menu control
i am want set the tag property of a menu item in design time, i am not able to see the tag property in the menu editor, where/how can we do it.
View Article[richtextbox and strings] - converting text
when i save the text i save it in ascii text format(without italic or others)? it's easy put a text from righttextbox to strings: but can i get the lines instead intire text? Code: Private Sub...
View Articleneed winsock + list1 urgent
list1 contains proxies http Code: 111.1.32.124:83 113.31.65.51:38632 111.118.32.248:808 114.80.136.112:7780 111.1.32.124:82 111.1.32.124:81 113.12.83.157:80 110.173.0.18:808 113.31.65.51:81...
View Article[VB6 - RichTextBox] - how can i get the cursor position?
i have these code for get the cursor position, but i get bad results:( Code: Private Sub CheckPosition() Dim start_pos As Long Dim end_pos As Long Dim row As Long Dim col As Long...
View ArticleRegistry key randomly is not found running windows 8
The first time my client runs my VB6 app, they must enter an activation key, which I write into a registry key. It has worked for years on XP, windows 7, but I have a client that runs Windows 8, and...
View ArticleMultiple Assignment from Function?
I thought I saw code somewhere do this: VarX, VarY = SomeFunc(A,B) Is this possible? What would the function look like? Thanks.
View ArticleQuestion about acmStreamOpen and others
I am now starting to work on audio streaming and I am going to use waveIn and waveOut APIs because overall they provide the best functionality and flexibility over the other audio APIs. Below is a list...
View ArticleParsing continuous stream of comma delimited serial data from com port
OK, I am about to give up on this common, seemingly trivial task. I've spent hours researching numerous serial port parsing threads using MSComm1 and commands; InStr, Mid$, Split and can't seem to get...
View ArticleMDI dosnt load first
helllo i have a DB with mdi form after login the mdi dosnt show it passes by to the next form Code: Private Sub Form_Activate() ULog = NextID("LogID", "Logs") CN.Execute "INSERT INTO Logs (LogID,...
View ArticlePath not found error?
Hi there everyone! I am working on a simple review game for review math questions with students. I am storing all of the questions and answers in text files. I have it set up so there are different...
View Articlewebbrowser get text inbetween other text in page
is it possible to grab some text from a browser page that is in-between other text. i.e blah blah website my beginning string: text i would like to get! my end string blah blah end of site
View Articlecan any one help me ???
hello people i like ur forum very much i got a vb6 project its about chatting and got this function in it Quote: Public Function SendTextPV(ByVal Kata As String, ByVal Tujuan As String, ByVal Pengirim...
View ArticleHow to use combo box to enter different input data
Dear All, I'm an elementary VB user and i have to use it for my M.S. final project. As shown in the pic, It has been shown that some combo boxes are given to program user to select which input they...
View ArticleQuestion about Class Module vs BAS Module
In a Class Module I have the following Sub: Code: Public Sub SaveStreamBuffer(StreamIdx As Integer, recBuffer() As Byte) ' Saves A Record Buffer To A Record Buffer Array ' If Buffer Is Free If...
View ArticleHi need help with spell check?
Hi I added a spell check to my word program and I go to my spell check form when running the program I get an error and it want go away the error im I doing something wrong on my code heres the code....
View Articleoptionbutton.caption
Is there any way to left align the caption text? It seems to be centered. Thanks, ABB
View Articlelistview row color
Can the backcolor vary for any row ? If yes, how is this done so all coloumns are included? Thanks, ABB
View ArticleWinsdow Media Player condition..PLEASE HELP ME!!
hello guys.... i got some problem..... i don`t` know how to make some condition on Windos Media Player.... the condition is : I want to stop the TIMER when the VIDEO start playing..... I`ve tries this...
View Article