Emulate specific PSEXEC behavior... PipeRPC or 'other'?
I'm a complete noob when it comes to RPC and Named Pipes and anything related so forgive me first off. I've just discovered PipeRPC here and I'm hoping maybe the author some someone 'in the know' can...
View ArticleI've been told I need to send and receive RPC messages... Is PipeRPC a solution?
I'm a complete noob when it comes to RPC and Named Pipes and anything related so forgive me first off. I've just discovered PipeRPC here and I'm hoping maybe the author some someone 'in the know' can...
View Article[VB 2010] Make provisions with repetition, how ?
Hi, first of all sorry for my bad english, I'm not, I would like ask You if You can help me for creating one program in VB 2010 that can make provisions with repetition, that is make all combinations...
View Articleget latest date
I have this table transdate column for date on format mm/dd/yyyy hh:mm:ss and this transtype column related to transdate. I would like to get the latest date encoded and corresponding transtype? is it...
View Articledatabase
guys i need recommendation or ideas why im having "obj req" error this code is used for moving records from one another Code: Private Sub Command5_Click() 'first button, disable first and previous...
View ArticleSorting a Tab Delimited File
Hello: Many may have seen the struggle I am having with sorting a TREEVIEW. After many, many hours I am trying to think of another way of accomplishing this. I thought perhaps I could write the TV to...
View ArticleHow do I clicking through the form?
Hello everyone How are you all I hope that you will be okay How do I clicking through the form? like widget software as in the picture Wait your help Thank you very much Attached Images Ā Ā
View ArticleIncorrect Syntax near #
Hi I am using Sql2005 Express . In the below code it is giving me error "Incorrect Syntax near #" rs.Open "Select distinct(Shiftcode) from shift where effectivefrom=(select max(effectivefrom) from...
View ArticleCombo Box problem and date format
Dear Expert, I have tried to populate combo box for the first time it work when tick the checkbox, but when click directly from button to check validation of text box then when choose again from...
View ArticleDetermine Outlook folder of a mail message
I am currently working on a project where a VB6 built COM-plugin for Outlook 2002 should handle e-mail messages. These are it's basic functions: - it saves the selected e-mail to a file-server as...
View ArticleSQL Backup using Visual Basic
Hi I want to take SQL Backup using Visual Basic on the basis of no of days / no of transactions. I am using Sql Express 2005. Thanks
View ArticleDelete rows/multiple sheets
Hello, could you help me to finish my code please? I would like to delete all the rows except the header in multiple sheets. Somehow this code does not work It is added to a button, which should delete...
View Article[RESOLVED] Subscript out of Range
Hi I need to split data from a datagrid column say Brown John E & Jane P Code: VB6 Option Explicit Private sNamePart() As StringĀ 'array of strings Private s As String s = Brown John E & Jane P...
View ArticleExporting 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 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 Articleproblem .. please help
iam working on a project i have this code Code: dbname = App.Path & "\hitech97.mdb" Set db = OpenDatabase(dbname, OpenTable) sq1 = "select* from products where product_id=" & Val(Text1) Set rs1...
View ArticleSimple with simple program
Hi All, New to the forum so hello all. I'm creating a VB program to do the following: I need a simple form with multiple data entry boxes and yes/no tick boxes. At the end I need it so spit out a .csv...
View ArticleCentering Text Vertically in Label?
Is there any way to center text vertically in a text label?
View Article