Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21259 articles
Browse latest View live

Read/Write Large Binary File by API

Hello, I am creating a file splitter in which I need to Split large files (up to 3 GB) in to small parts. I have tried to create one but in vb6 its not accepting file size more than arround 1GB. Even I...

View Article


command button still hiding

excuse me everyone i'm new in vb and this is my first project i got problem with command button it keep hiding i have doing everything with all of the way but never come to resolved Code: Dim con As...

View Article


I am New To Visual Basic, I need help

I just got inspired by a friend to learn Visual Basic. The version I could lay my hand on was vb version 6.Please can someone advice me cos I need to know if it is a good option to start with.

View Article

[RESOLVED] Problem with Ubound

In the code below Names = "name1,name2" After the Split a (0) = "name1" and a(1) = "name2" Ubound shows a value of 1 In the For loop a(0) gets processed. It loops and a(1) gets processed. It loops...

View Article

[RESOLVED] urgent help , adding list1(0) and all new list indexes on form

first i added 1 list1 set the index to 0 then made over 30 list out of that and now when i add more the buttons or list or other control when i try moving it with mouse it wont move seems like its...

View Article


after update picture is erased

hello every one i got a students database with name and picture now when i add new stud and a pic everything is ok even when i change his pic but when i edit the same stud an change is phonenumber or...

View Article

[RESOLVED] doogle need your help

hi doogle am trying to add my list to lstChatRoomList in server current working button code for single room add Code:     Dim NewChatRoom As New ChatRoom         NewChatRoom.RoomName = InputBox("Enter...

View Article

Vacation / Leave Request

Hi guys, Can somebody help me please, I'm trying to find how to make a vacation / leave request. An allowable number of vacation day for each date. For example Jan 2 the only allowable number of person...

View Article


Image may be NSFW.
Clik here to view.

[RESOLVED] how to include quotes in typing learning program

guys i am creating a typing learning program, i have a rich text box in which the user will type to learn typing it will start as normally A S D F, ; L K J. I am developing this software for my local...

View Article


replace help

in winsock dataarival i need to replace 1 line string to "" in form i have txtusername.text = "toney this is the string Code: toney: Has Left The Room Code: strstring = Replace(strstring , ": Has Left...

View Article

[RESOLVED] Invalid call of argument vb6

Hello guys I stucked on error but my program works fine i just wanna explanation why im getting this error Here is the code Code: Private Sub cmdencrypt_Click()   For i = 0 To Len(txtulaz.Text)...

View Article

Check dir in outlook

I need to che k if a dir exists in outlook if not create it, how to via vb6?

View Article

Delete 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 Article


Common 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 Article

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


voice 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 Article

Creating "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 Article

problem ->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 Article
Browsing all 21259 articles
Browse latest View live