Check dir in outlook
I need to che k if a dir exists in outlook if not create it, how to via vb6?
View ArticleDelete record in database via adodc
The selected row on the datagrid was deleted but it is not reflecting in my database and pops up an error message "cannot delete from specified table" here is my code.. Private Sub btnDel_Click() Dim...
View ArticleCommon dialog question, fonts
I'm using the common dialog, to enable the user to change the fonts, with "Arial" being the default, at 28 points. However, it defaults to "Narrow" for the Font Style, how can I make the default Font...
View ArticleSelf made msgbox
Hi Sorry if you think this question is stupid but I had to ask A VB msgbox expands its width on the length of the prompt Is it possible to get a form to do this so that I do not have to re size with...
View Articlevoice general question conference
in winsock chat i like to know what is the best voice method i can use so all users in room can hear and talk if they wish by pressing talk button. my winsock chat will be in virtual private server aka...
View Article[RESOLVED] Moving text from a text box into an array
Hi I´m writing into a text box just a few words like 1 to 20 words. Then I´m using textitilbuinn = Trim(Text6) Textinn = Split(textitilbuinn, Space(1)) In this case textinn is the name of the array....
View Article[RESOLVED] help with adding new form to C:\.....\Template\Forms
Hi I have created a new msgbox form and I want to add to VB so I can use on any project. I have copied all the files to:- C:\Program Files\Microsoft Visual Studio\VB98\Template\Forms but when I click...
View ArticleCreating "War Card Game"
I have created War, the classic card game. The game runs, however, it has flaws. For example, it does not have logic on keeping track of cards used already; because of this, it is possible to draw the...
View Articleproblem ->vb6 winsock UDP protocol , send UDP packets to PC from microcontroller
hello forum , I am trying to send an empty UDP packet from my microcontroller to VB6 winsock wireshark "sees" the packets going IP frame and checksum is ok I set UDP checksum field to 0x0 sender and...
View ArticleTrying to compile a VB6 DLL via command line using /cmd otion
Hi, I'm trying to compile a DLL via command line using the /cmd argument. I'd like to pass in a string which will be used in the DLL. The DLL does compile but it doesn't appear that the /cmd part...
View Articletext to display under Mouse Arrow on CommanBuuton1 while the mouse is hovering.
Hi, I need help in enabling a text to appear below the mouse when the mouse is hovering on CommandButton1 in the Excel. I tried using the above code in VB 6.5 Editor in Excel. The code didnt do any...
View Article[RESOLVED] Self made msgbox
Hi Sorry if you think this question is stupid but I had to ask A VB msgbox expands its width on the length of the prompt Is it possible to get a form to do this so that I do not have to re size with...
View Article[RESOLVED] vb6.0 SSTab control disappeared and took others with it
I've written a VB6.0 program with a lot of controls organized on frames. I moved all of the frames into tabs on the SSTab control. I was able to save the project and run it and everything was fine...
View Article[RESOLVED] Trying to compile a VB6 DLL via command line using /cmd otion
Hi, I'm trying to compile a DLL via command line using the /cmd argument. I'd like to pass in a string which will be used in the DLL. The DLL does compile but it doesn't appear that the /cmd part...
View ArticleMake Exe Problem
Hyy I am having problem while creating the EXE for my project. When I click the MAKE EXE from the file menu, VB6 asks for the destination path, and the EXE is created. But as soon as the EXE is...
View Articlejim an doogle 1 question packet flood detection
am short fused today:p need your suggestion how i will go around making a packet flood detection in chat 1 : do i restrict the amount of chars to be sent to server from client if server detects the...
View Article[RESOLVED] Object variable or With block variable not set
when 2 users login via client and 1 user logs out , then 2nd user logs out , then login both again it gives this error server Code: Private Sub AcceptedSocket_DataArrival(Index As Integer, ByVal...
View Articleobject already loaded
Code: Private Function GetAvailableSocketIndex() As Integer Dim AvailIndex As Integer Dim SocketElement As Variant AvailIndex = 0 ' First check for available sockets...
View Article[RESOLVED] .SendData doesn't work in Form_Unload
I have this code in Form_Unload of Form2 Code: Private Sub Form_Unload(Cancel As Integer) ClientSocket.SendData "605" & ClientUser Cancel = True 'Let main Form (Form1) close this Form (Form2) End...
View ArticleProblem: Application only crashes ActiveX Controls and not the Main Form, oh...
Hello again, ThEiMp here!! I am looking at a problem that arises when the end-user clicks on a MenuBar that hasn't got any kind of ContextMenu attached to it when at the point of Complie Time, anyway....
View Article