Counting variations using two dimensional array
Hi I need to count variations within a certain field from a text file which I read in. Basically, file is read. String is split based on the delimiter and read into an array String(2) is the element...
View ArticlePlease Wait Form Doesn't Work When Running Modules
Hello to everyone. I'm new to the forum, also new in programming with VB6. I have created a "please wait" form with a timer that adds dots after the "please wait" label. The thing is that i want this...
View ArticleHow to disable X button
I want to show only the X button on a Form but I want it disabled.
View ArticleWinsock DataArrval error
Hi, I was made before topic about my server application based on winsock are freezing: http://www.vbforums.com/showthread.p...not-responding Somehow i get to work again ctrl+break, and i see now what...
View ArticleVB 6 and Crystal Report 4.6
Hello Everybody ! I really need to find a solution today :/ the thing is i have a crystal report connected to my program . there is a date range to show the transaction for a particular customer. As...
View ArticleHow do you deploy Registry changes to a remote PC?
Hi, Was wondering how to send registry changes to a remote pc with the click of a button without having the user see anything on their side from an Admin's standpoint? I would like to create a program...
View ArticleKill Process and wait
I have App2 that kills App1 by posting a message to App1 to close and unload itself. However, after sending the post message the code continues on in App2 and executes some statements that are critical...
View ArticleWaitCommEvent Failing
Hi everyone, Here is a code snippet I'm having trouble with: Code: Select Case WaitCommEvent(hPort, commEvtMask, ComEvent) Case 0 'Error dwRet = Err.LastDllError...
View ArticleI get stuck in a never-ending loop.
Hi guys. My program is a complicated mathematical algorithm, that assigns traffic to a network. This assignment needs a travel demand function. Here is my problem. when I use a simple demand function...
View ArticleHow To: App2 kills App1, then App2 continues on
Here's my situation App1.exe is running. If user clicks on a button then App1.exe will Shell App2.exe. App2.exe kills App1.exe. After App1.exe has stopped running then App2.exe deletes its EXE name...
View Article[RESOLVED] making my cam server accept multi help please stuck!
server Code: Private Sub Form_Load() Winsock1.Close Winsock1.LocalPort = 1121 Winsock1.Listen End Sub Code: Private Sub Winsock1_ConnectionRequest(ByVal requestID As Long)...
View ArticleFetch Data continuously from Server
I've to show data from sql server to my application in live mode. If any new entry occurs it should refresh in my gridview. For that I'm using timer to fetch data continuously from server and I put it...
View Articleholidays date subtraction
please someone help me,,,how to subtract holiday dates from a date...except when holiday puts on weekends...thanks in advance....
View Articlesearch Strings of .txt in two .pdf files in a folder and export the match in...
Dear VBForums ppl, I am Very new to coding world and recently started a little project for my internship job, could end up full time if i do good :). So basically i have a .txt file located c:/test.txt...
View Article[RESOLVED] Change Windowstate During Runtime
I just recently started developing an NES emulator in vb6, which works great so far, and uses software rendering (Stretchblt) as well as hardware rendering (DirectX). I also made it to where you can go...
View ArticleDisplaying a specific Window
Hi everyone. I have an application where a user clicks a command button and it should open a particular folder eg. c:\MyFolder, in a maximised Window. In Win 7 the folders are minimised on the status...
View ArticleError
can someone explain to me this error? run time error 91 : obj var or with block var not set im trying to make a database following from a book ive written them....perfectly then now i having dat run...
View Article[RESOLVED] How To: App2 kills App1, then App2 continues on
Here's my situation App1.exe is running. If user clicks on a button then App1.exe will Shell App2.exe. App2.exe kills App1.exe. After App1.exe has stopped running then App2.exe deletes its EXE name...
View Articlelist1 and list2 instr help
1: list1 sarah james billy don ========================== list2 sarah-192.212.111.221 james-812.11.412.551 billy-882.1.21.443.121 don-831.444.124.153...
View Article[RESOLVED] Decimal format in Listview column.
I am stuck in listview subitems format, to show in decimal. I have the value in access table with "4500", but i need listview to show as "4500.00". I designed access table with Format = Standard,...
View Article