Sub procedure wont call.
Writing a program for school and a sub-procedure won't call, the rest do, but when debugging it skips the sub procedure and continues with the next one, the names of the procedure are the same, so are...
View ArticleHi . I hope you can help with this . vb & crystal report issue
Hi all . I have already made a page with data control and dbgrid . moved to crystal report . and there is a formula that i cant even figure out how to solve . i have enclosed a picture of the report...
View Articleunloading popup menuitem error
when ever i try to unload a menu item from the popup menu item under combbox click event like this vb Code: For i = mnuTCategory.Count - 1 To 1 Step -1 Unload mnuTCategory(i)Next I get this error...
View ArticleNevermind - Mods, plese delete
I found a new way that renders my problem moot, :thumb: As you was.
View ArticleSwitch between two Frames during Run-Time, customized in Design Mode
Hey all! I'm trying to switch back-and-form between frames/forms during run-time, and would like to design each frame/form in design mode. FYI: I've seen a lot of information about hiding/showing...
View ArticleHow do I use VB6 to do Asymmetric Encryption?
RSA or other similar algorithm that has a different encryption key than the encryption key then the decryption key, is known as Asymmetric Encryption. Has anyone created an OCX or DLL or BAS or CLS for...
View Article[RESOLVED] Is there a way to center a label caption vertically?
Hi there. I am working on an attendance program for students to sign into in the morning. I reworked it, so there are a lower number of students, the student names will get larger on the screen, and...
View ArticleLoading RichTextBox
What are the steps to get the richtextbox object to appear as one of the visual design elements on the list of controls so that it can be inserted into the VB6 project ? Thanks, Mips.
View Article[RESOLVED] adding RichTextBox without Reference or ActiveX
hello people, i was wondering if there was a way to add a richtextbox without reference or without (right click on toolbox) add a ActiveX Control PS. I did find a way to do it but i am wondering if...
View ArticleQuestion on regexp
I just started with regexp because I need it for a new application. But I got stuck with html like replacements. I have something like this: <SPAN class=day><A...
View ArticleDataReport with out data environment
Dear Expert, I would like to know how to use data report in vb6 with out data environment. Can it be use with access 2003 to retrieve particular row in a data report directly. Regards, Kiki
View ArticleParsing data, which is better??
Hello guys, You who have years of experience, how do you think? Which built-in function is fast performing? Mid, or Instr? Because Sometimes we are able to use both of them to parse some Data. I used...
View Article[RESOLVED] Edit a text file
I am trying to edit a textfile: Open the textfile, find the item I need and then replace the new item(line) to the file. Until now I have got this: Code: Open "C:\TextFile.txt" For Input As #1 While...
View Articlequestion about max connection list of sockets
winsock socket ssocket csocket ok not sure if you lot used them but what is the max connections on those
View ArticleDelete rows
Hello All, I am pretty new at this, trying to write a code, which delete the rows on a sheet which contain 2 different kind of data: Autofilter is not an option becasue Iwant to use a sheet for another...
View Articlesending message in vb6 using broadband as a modem
anyone out there can help me with the code in sending a message in vb6 using the broadband as a modem instead of gsm modem...?when i click the command button it didn't run. ..... thank you so much...
View ArticleAdding some form of scheduler to a VB6 program to inform a user when jobs are...
Hi all. Im currently using Visual Basic 6 to develop a preventative maintenance program for a beef production plant here in Ireland. The program consists of a Work Order (list of jobs to that have to...
View ArticleRandom Access Record lenght
I have logs written as a random access files. The len is 256 and the data is 80 bytes/characters per record. I am trying to get VB to start at the beginning of the file and read each 80 bit section in...
View ArticleVB6 controls in Windows 7
I have an old vba macro using mshflxgrd controls which worked fine since 2004 in windows 2000 and window XP. Now when installed in Windows 7 it crashes as it says the control is not licensed. Theonly...
View Articlesimple question
Why won't intcounter add 1? Code: Option Explicit Dim intcounter As Integer Private Sub Command1_Click() intcounter = intcounter + 1 End Sub
View Article