Use Findwindow by ".exe"
Hi, i'm trying to find "FlashPlayerPlugin_11_6_602_171.exe" in findwindow function but i couldn't because it need the caption not the program name So any ideas?? My code so far, Code: Private Declare...
View ArticleUpdating Listview columns
How can I update the whole column in form load? Okay, I have a listview that has Name, Date, Aging, Name, Employee Number as its column names. im having a problem in the 'Aging' column.. I need it to...
View Article[RESOLVED] help: capture desktop
I tried to google and pscode to find sourcecode for capturing the desktop and I found many but all of them also catches the program the captures the desktop. what I want is to capture the desktop...
View Article[RESOLVED] Shell "xcopy"
Hi, I using Xcopy to copy files into SH: Code: Dim CopyString1 As String Dim CopyString2 As String Set WshNetwork = CreateObject("WScript.Network") WshNetwork.MapNetworkDrive "V:", "http://........."...
View ArticleDelete file from SharePoint
Do you know maybe how can I removed file from SH by VBa? I know only how to connect and copy file: Code: Dim CopyString1 As String Dim CopyString2 As String Set WshNetwork =...
View Articlesamoscar , datamiser ,james
:(i want to do a course here need your advise the course is comptia + and from there i will move up:( is this worth doing ? or is software annalist good:eek:
View Article[RESOLVED] Getting the path to a file
Is there is way to get the path of a file that is not in the App.Path? I have a folder that contains other folders that contain sub projects for each component of the main project. A file is in the...
View ArticleMenu Has Focus
This may sound like a stupid question but how can I determine whether the menu of a form has focus? Reason I need to know is cause I created a Nintendo Emulator in vb6, and I would like for the...
View ArticleRun Access Query in VB6 Application
I am developing a VB6 application which connects with an Access 2010 database. I want the application to execute queries stored in the database. Some of the queries include Access functions in field...
View ArticleListbox 'Sorted' Question
I have a Listbox with Sorted = True I add items to it like this: List1.AddItem "0000" List1.AddItem "0000" List1.AddItem "0000" List1.AddItem "0000" Later I do this: List1.List(2) = Right("0000" &...
View ArticleUnable to resize controls in form at design!
Help! A new update must have come down to our work machines because when I drop a command button, for example, on my form I cannot resize it using the mouse. No, the form controls are not locked. I've...
View ArticleVB 6 - File Explorer (HELP Please . . .)
:wave: Hello! this is my very first post and I'm in trouble :mad:, can anyone figure out how to use shell function to start a Program ? :confused: And actually I'm making a file explorer that explores...
View Article[RESOLVED] min value in recordset
hi i need to find the minimum date from a recordset. my recordet holds 4 dates eg 01/02/2012 01/02.2013 01/02/2014 01/02/2015 i need to loop through each one and find out which one is the smallest....
View Articlewhat is going on with combo1 and list1 what the hell
last night i accidently hit some button and now my combo1 and list1 shows emty items when i try and add items manually the items i add manually is 1,2,3,4,5 and they get replaced with square box when i...
View ArticleNeed to send emails from SQL Server database
Hello, I need to send copies of the invoices from yesterday's sales to the customers that would like an email copy of them. I currently have the invoice created in a Crystal Reports and export it as a...
View ArticleNeed to keep from making two lines
Here is what i have: Private Sub Command1_Click() Shell ("c:\ip-test.bat") Text1.Text = Clipboard.GetText Text1.Text = Mid(Text1.Text, 40, 15) Text3.Text = "forcebindip " Text3.Text = Text3.Text +...
View ArticleTrouble with accessing Class Collection Data
I have created a class data module and write data to the collection in one form. I need to process the data written to the collection in a different form, but can't seem to get the syntax correct to do...
View Articlehelp in making big proggy , project vbulletin poster
am currently making a big software and the software is vbulletin power poster , the main ability for the tool is members or admins can make any post just with 1 click. so far done 1: login to vbulletin...
View ArticleVB6 Runtime Error 438 - Winsock.senddata
Runtime Error 438 Object doesn't support this property or method Code: Dim player As New player player.nivel = 1 player.nombre = "Yuekio" player.x = 23 player.y = 23 Winsock1.SendData (player) <--...
View Article