[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 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 ArticleThis TextBox Control goes back everytime a strKeyWord is struck by a Value...
Hello I am working on a Coding Engine that works like an ActiveX Control Object. My problem is when the user inputs a value, like a String type or something else. In which I am only working with...
View Article[RESOLVED] How do i log off a computer?
Hi everyone I'm trying to code a program that shuts down, restarts or logs off a computer. So far everything works except log off. I'm using a windows 7 computer and the code for the log off button is...
View ArticleBeginner Visual Basic Help
Hey everyone, I am pretty new to visual basic and I'm currently taking a Business App Dev class at my university. We have a homework assignment that is not due until monday that im stuck on. Em pretty...
View ArticleWhere can I post questions on VB 2010
I'm trying to find where I would post the question, hate to get it wrong but now im lost. Also how do I post code to the site Thanks
View ArticleMultiClient Timing Disconnect - How To
I want to set a time limit to all connections. Client has nnn seconds from the time client connects to the time client sends user name and password. If time expires then disconnect that socket...
View Articletreeview icon question simple
1: can treeview support icons on both sides example below icon1 ladooo icon1 or icon1 icon2 ladoo default is icon1 ladoo please help:eek::eek::eek::eek::eek::eek::eek::eek::eek::eek::eek::p
View ArticleNewb question/Introduction
Hey guys my name is Steve, I'm a huge forum geek but this is my first time venturing over to the VB forums. I'm usually over in the S4 car forums and have been posting in/on/around forums for over a...
View ArticleVBA CODE error
Hello this code i used in 2003 version to past excel tables in to a word document the first code works in 2010 the next doesn't anymore: compilation error: read only. What could be wrong? The two codes...
View ArticleRun-Time Error '70' : Permission Denied
Dear Expert, I have a access 2003 database, i get error while copying it to Backup Folder . Run-Time Error '70' : Permission Denied. I already close the Connection and Recordset too. Code: FileCopy...
View ArticleSMTP server - message could not be sent
Hello, I'm using vb6.0 and CDO's for sending email.[Windows7] The below code working good for gmail, yahoo, nate. It's not working for Hotmail, naver, daum.net I'm getting below error: Run-time error...
View ArticleI am getting error "Subscript of range runtime error "9" in visual basic 6.0
Hi I am using Visual Basic 6.0 and I am getting error "Subscript of range runtime error "9" Please refer the code below I am using arrays.Pleas help me to fix the error and I have pointed the line in...
View ArticleCombo list box to text box - changed value
I have a form with a combo list box that is populated with the names of members of a golf society held on an Excel spreadsheet. My code is on combo list box_Click event. Having selected a member...
View ArticleVB6 + Word - Merge 2 Word Documents and Preserve Formatting on Both
Hello Everyone. I have a vb6 program that basically shells a program that sends faxes from the command line. Unfortunately, the program xmedius sendfax only accepts 1 attachment. What I need to do is...
View Article