PlaySound API + SND_MEMORY + VB6 don't work well together?
Ok, so I've loaded the entire contents of a WAV file (headers and EVERYTHING) into a byte array and am now trying to get the PlaySound API calle to play it, and I'm using the SND_MEMORY flag as I...
View ArticleVB6 Color changes on extended monitor
Hello I am tried below color codes for background color of the form and the color of form appears ok on built in monitor but when i pull the form to extended monitor (second monitor) the background...
View Article[RESOLVED] urgent help needed
in my project i have list1 and in appath i have 3 folders folder1 , folder2 , folder3 i need a button1 code to click and grab them folder names in list1 ? please urgent , appath code plz
View Article[RESOLVED] treeview1 and list1 item removed help
if treeview selected item removed then list1 same item needs removing. will be big help thanks.
View Articlelist1 list encrypt all strings ?
need to encrypt all list1 strings + dycrypt when needed
View Article[RESOLVED] jim need your help list1
am on my chat client i need help on 1 thing please little stuck i have list1 and have = 1 in that i need a button code to remove new items that has been added recent that will be list1 value = 2 i...
View Articlewinsock chat general question packets
in winsock data arrival how do i recieve packet data such as 1: received text size 2: and transfer rate 3: room text packet flood detect ? am interested your help will be appreciated 4: making ops aka...
View Articlepassword before editing recordset
I have a simple form with some text boxes and a data control adodc,i want to set a password when user clicked on delete or edit button. how can i do that
View ArticleHelp VB6 load external swf
Hi guys, i need to load 2 Swf's in a row the primary & secundary The two swf's allows to load the full movie any help? i'm handling with some of this movie's Quote: var my_Loader:Loader = new...
View Articlewinsock chat
i have 2 chat clients open and 2 user id in same room on 1 of the client when i change rooms how do i get other room list users.
View ArticleUsing 'IN' in a SQL Quiery
I have been asked to modify an old VB6 project. I am using a 'MDB' type database (Access etc;) I have used the following SQL quiery in my code - SQL = "SELECT Entries.[Win Position] as Win,...
View ArticleTime difference and time range
im trying to work on a some code that will start then stop something if the current time is within a certain range. i have searched this forum and found code using datediff and timeserial, below, but...
View ArticleEasier way to populate an array
I have a little Word macro that will assign random colors to the selected text string. I use it to get multi-colored text for Christmas cards, etc. It operates on an array of color values: Code: Dim...
View ArticleHi everyone I just have a question to ask
Hi, My question is, I just got windows 8 and installed it from a fresh installation, and I want to install visual basic 6.0, a messages comes up that says (do I wont to enable 16-bit applications, and...
View ArticleHow to check for a particular screen resolution
Hello there, Is it possible to check to know if a particular screen resolution exit or not. Like checking to see if 1280 by 800 exist in your current OS or not. Thanks
View ArticleSort nodes in a Treeview or ASCII Tab file?
Hello: I have been asked to tackle a task in VB6 that is a little beyond my skills and am hoping someone here can help me out. I have a treeview control and I need to scramble the level based on the...
View ArticleQuestions Regarding Excel Spreadsheet vs. VB6
I am wondering, how do I add entries to an Excel Spreadsheet using a VB6 application? Also, how do I sort by high number, then by date, then by name? And how do I retrieve an entry from an Excel...
View ArticleSSL based HTTP Proxy Server in Vb6
Hello again, I am creating one project in which i need to create a Proxy server. I'v searched and found few working example on Pscode. But there's nothing related to SSL Proxy server. At last I came to...
View ArticleHow to open a file in VB6 using app.Path?
When the button is clicked, I want the file to be opened. The file will be in the same directory as the visual basic project. Therefore, I need the code to open the file using "app.Path". Any solutions?
View ArticleHow to open an .xps file in VB6 using app.Path?
When the button is clicked, I want the file (it's a XPS document) to be opened in windows. The file will be in the same directory as the visual basic project. Therefore, I need the code to open the...
View Article