.vbs Check out sharepoint file, run macro, save, checkin
Good afternoon! Ive been working on this for what seems like hours. The title says it all. I'm trying to set up a VBScript to be ran by Scheduled Tasks. I need to open a file on Sharepoint, Run a...
View Articlehow to display the amount on top in mschart
is there a way to display the total amount on the top of the graph bar like this? Attached Images
View Article[RESOLVED] URL Traffic Source from VB6 Apps?
Hi Forums, I have a question and hopefully I can make it easy to understand: Can you somehow (in your program) leave some sort of "traffic source" information that tells you what brings you to a...
View ArticleAccess value of a specific Node
Hi there, I ve got a question. I need to search a XML Document for certain nodes and I m using the following Code(its just a part of the whole code): Code: For Each NodeLN In NodeListLN...
View Articlemsflexgrid not responding
Good day. I have this sub that is suppose to help me on populating my msflexgrid. I have tested this with the following records. 3 columns of 700 rows = populating ok 3 columns of 1000 rows = not...
View Article[RESOLVED] what is exactly ChrW function?
hello everyone so i have this question about the ChrW function let's say for example we do this char = ChrW(1584) then if we write the char variable in a file and we hex edit it we can see that the hex...
View Articlevb Ribbon Bar
how to insert command bar on Ribbon Bar like MS office Menu bar? Attached Images
View Article[RESOLVED] problem on mdiform and toolbar
I have this main form mdiform and I just knew that I cannot place a textbox or a label there to show any text messages of some sort that I want to display. Is there a way to place a textbox or label...
View ArticleVB6 - Frontend Development
Hi, I have been asked to take over the maintenance and development of the bespoke front-end software the company i work for use. The program is written in vb6 which is a programming language i have not...
View Articletimes used then pay
i need a code showing how many use is left them after its ran out you need to buy licence or purchase please help guys i forgoten then code.
View Articlechanging font size of a string
suppose I have this string status, I want to achieve to change the font size of each letter one by one and loop. I guess it has to do with mid and instr but I am not good at those yet.
View ArticleRun-time error '1004'.
Hi, need some pointers on how to resolve this issue, the message prompts when the excel report is generated half way. Run-time error '1004'. Application-defined or operation-defined error. The debugger...
View ArticleUnable to Post to Web Page Using Internet Transfer Control
This is my first post as I just joined today. I'm trying to create a program that will check the online connection status of a Skype adapter that is plugged into my network. The Skype adapter allows a...
View Article[RESOLVED] Delete list in ms Word through Vb 6
How to delete list in ms word through vb 6 i use this code but doesn't work. Code: Private Sub Command1_Click() Dim objWrd As New Word.Application Dim objDoc As New Word.Document Dim docPath As String...
View Article[RESOLVED] Check if a date is valid
Is there a VB6 built-in function that checks the validity of a specific date (according to the Gregorian calendar) or I must write my own? And I mean any date. Some are obvious, some are not: 29 feb...
View Articlehow to calculate remain quantity from inventory after selling
hey this is a liitle difficult i have 2 tabels one with inventory and one with cashregister now lets say i purchased 10 iphones and saved it in the inventory a customer comes buy and i sale him 5 so...
View ArticleNeed Help Drawing a Box in a Picturebox
The attached picture shows a dotted-line rectangle drawn on a Picturebox. Normally, to draw the rectangle you start in the upper left corner and drag the mouse to the lower right corner. After the...
View ArticleListview Change SubItems Forecolor
I have read several forum articles regarding the Listview Subitems Forecolor and I am unable to get it to work. Here is my code while adding items to the Listview Box. What I would like to do, Is...
View ArticleKey Return is detected in a secondary form
I have a primary form with a MSHierarchical Flexgrid control. when a press the enter key over the MSHierarchical Flexgrid control a secondary form is open. The problem is that the enter key is detected...
View ArticleWhat do these characters indicate?
:confused: Screen shot attached. Thanks Attached Images
View Article