How 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[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 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 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 ArticleHOw to make a 2 tables in data report
i want to make a 2 table in data report i have no idea to do this. Attachment 96589 Attached Images
View Article