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 ArticleProblem with update arabic text record into MS Access
Hai experts.. I'm using VB6,ADO and MS Access as database. In my VB6, when user check a checkbox, it will write data in MS Access field. Some of the data in Arabic font. In VB6 it's show the Arabic...
View ArticleGetting results from a command prompt into vb6
Hello, I have been trying to find a way to get the amount of all files on a hard drive. vb6 has no direct solution, so I thought that maybe there was a way for vb6 to communicate with a command prompt...
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 Article