Problem with dataArrival using Winsock
Hello guys, I am using a simple chat program using VB6, in the dataarrival i have a problem. Actually is like bellow: Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long) Dim dat As String...
View ArticleVS 2010 Slot Machine
Hi guys, I am currently making a slot machine game and I've pretty much nailed it. The only thing I want to add to it is an element of selectivity by the program. At the moment it produces wins or...
View ArticleData Extract and Analysis Macro
Hi everyone, I am making an excel spreadsheet which can extract certain data from 2 other files and create a report. Actually m not a macro expert but I trying to learn. One of the problem is duplicate...
View ArticleGet all lines in listview between certain tags?
I am wondering if this is possible. I have a listview and I would like to be able to get the text from all the lines inbetween certain tags. Say here is my listview Cats Dogs Fish <k>Rats Gerbils...
View ArticleUse of operator $ in expression
Hello! I have this data: Q as string and Xc as double I found this expression in code: Q$ = CStr(Xc) What is operator $ used for? Thanks :)
View Articleprocedure to filter data on the basis of specific store
HI Friends, i am getting the following error . {CALL sp_MSupd_PS_Stores200 (NULL,NULL,'Re-open on...
View ArticleThe stream does not support concurrent IO read or write operations.
Here is the function it happens in: Code: public static string UploadFile(string uploadfile, string url, int speedLimit, string fileFormName, string contenttype, NameValueCollection querystring,...
View Articleimage Resize
http://www.youtube.com/watch?v=1vycafo8iKs I dont want that savefiledialog. is it possible to save it directly when I click save button, like c:\image.jpg :o
View ArticleDeclaring certain blocks of text as string?
Ok I hope this doesn't sound too confusing. I am building a little macro recorder, and in my application it has a textbox which is used as a mini-script editor. In this script editor(textbox) my users...
View ArticleColumns in Listview disappear when debugging
Hi guys, I have a ListView that displays files from a folder. I have added 3 columns, File, Name and date. The Listview is populated through a for each loop. When I'm in debugging mode/runing the...
View Articledelete and alter tables
I am working with a project, and am asked to use vb6 and mssql 2000. I am to perform the following task from the vb forms. 1. view all the servers(using combo box) 2. view all the database in the...
View ArticleSend form to 'back'?
Hi, I have a Net book with Windows 7 starter edition. As you may or may not know, you cannot change the wallpaper on Starter Edition. I know there are programs out there that will run and show a...
View Articlesame value using multiple texboxes
I am creating a program using vb6. What I am trying to accomplish is, if I want to input a set of characters/numerc into a texbox in a vb6 form and hit enter or click button, it will open a multiple...
View ArticleHi Fellas, My name is Sarah and I am having trouble with a project using the...
Hello Fellas, have been at this for the longest and I am not sure whats wrong. I am using Visual basics 2010 and I am trying to use the MID function with the following code. Dim homesaverStorage1 As...
View ArticleAdding system default icons to a ListView items
Hi Guys , How to add system default icons to the files listed in a ListView according to their extension? I found a script on the web and tried to adapt to my script with no success. My script : VB...
View ArticleSimple Email Notifier
Hi Guys, I am in need of a simple email notifier program. Its needs to: \ Check a pop3 account (1) Play a sound on new email Open a pop up message that stays open till clicked Minimize to tray, Thats...
View ArticleVB 2010: Wait for compression to finish
So I'm at the very end of my program. I have my finished files and all I want to do is zip and copy them to a new folder. The only catch is, it makes my final .zip empty because it didn't finish...
View Articleheader checkbox in datagrid view
hi to all I have follwoing code in desktop application .. Code: private void Form1_Load(object sender, EventArgs e) { this.dataGridView1.Visible = false;...
View ArticleIgnoring 1s and 0s in a TextBox
I'm new to Visual Basic express 2010 and I'm trying to figure out a tiny code to get my TextBox to ignore 1s and 0s and clear the TextBox. This is what I have currently : Code: If (txtPhoneNumber.Text)...
View Articlepls help me....
i want to use a link label in vb6 but i don't know the name of .ocx for link label pls help me tnx
View Article