Exporting data to Excel
Hello all! And thanks in advance for your help. I am a rather new developer with VB6. I currently have a program that measures the current output from a meter every 3 seconds. I want to export the...
View ArticleNewb to VB need help
Sorry for the newbish question asking for help, but for the life of me i had been trying to modify my script to read my exclusions from a single of multiple text files. well here goes my script, it...
View ArticleFind next not working
I am creating a user form that searches one excel sheet and copies a row and pastes it into another sheet. It will find the first string but will not find the next string. Dim FindString As Date Dim...
View Articleto pass an array of bytes to string (but I want 8bits, and not to use unicode)
the function that I thought to use is StrConv, but it seems that the only option is to convert to unicode. StrConv(buffer(), vbUnicode), and I don't want the overhead and oversize converting it to...
View Article3.0/LINQ How to convert fractional years (say 1.25 years) to number of days
I have a table that shows periods like 1 year to 10 years. I want to calculate number of days (approximately 365 days in a year and no need to include leap year). If it was just years, it is easy to...
View ArticleVS 2010 Advanced String Manipulation / via Multiple Methods & Inputs
Here is an interesting one I'm currently working with & I'd like some advice on how to accomplish "the next step". I am pulling names from a list of hi-score players on a gamer spot i run with a...
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 ArticleCan't get a scrollable to work right?
I have a single webpage that contains a horizontal menu. The area below the menu is a general area that contains a variety of data. It too is contained within a single <div>. My problem is, that,...
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 Articlenewest 5 tutorials
hey guys just wondering if you can help me once again please? i'm trying to display my 5 latest tutorials this is the code i use PHP Code: <?php require ("scripts/connect.php"); $query =...
View ArticleSymbolic Constants and Named Constants
I have a question. Is there a difference between a symbolic constant and a named constant? Thank you in advance.
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 ArticlePlay audio
I am using Visual Basic.net and am wanting to play some audio files. Other than the Windows Media Player, what are some controls/classes that can be used? I am wanting to be able to detect when an...
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 ArticleUnicdoe
Hi, I want to send an arabic sms from vb.net windows application. In order to send I have to convert the arabic text to unicode. How can I convert arabic text to unicode.. Thanks in advance!!!
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