Centering Text Vertically in Label?
Is there any way to center text vertically in a text label?
View ArticleCounting 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 do I load a private-key file in CAPICOM in VB6?
Using makecert I have now created key pair test.pvk and test.cer The command line for this was: Code: makecert -r -n "CN=test1" -sky exchange -sv test.pvk test.cer And I already know how to load in the...
View ArticleOpening pdf into pic box
I have a program, i've been developing for a couple weeks, and now what i'm trying to do is to pull a pdf into a pic box, it works somewhat, however when i end the program, the program freezes, and...
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 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 ArticleBandwidth Used for a program
I've to show in my app How much bandwidth my program has used for upload and download. Can anyone give some useful code or link.?
View Article