work on SQL Server database without SQL Server installed
Hi all. Is there a way I can access and manipulate my SQL Server database without having the management studio? Any free app that others have used? Currently, I don't have anything installed, and I can...
View ArticleMsOf13 VBA Support on Outlook
Hi Everyone, I'm trying to modify the VBA that i found in InterNET, I need to save the attachments to specific folder by Automatically. But This Script will check only the Inbox, I need to check both...
View ArticleTrying to retrieve a session variable in Javascript?
I have two html pages, NO ASPX. I use javascript like this: sessionStorage.setItem("locale", "photos/BOP") to capture the value of "photos/BOP" and that works fine. I want to retrieve this value in the...
View Articlehow to block user for duplicate entry
Hi. I have a cart table: Code: cart_id (PK) item_id (FK) item_unit_price order_qty order_price order_of order_instructions order_date token_id (NOT FK) Another table Order_Master Code: or_id (PK)...
View ArticleVS 2013 [RESOLVED] Split string to put first word into a text box
I am trying to split a string "Surname Forename Occupation" taken from a ListBox so I can put the first word into a text box. Using Split I can display in a message box but get errors trying to load...
View ArticleSetup file created with downloaded from website shows error : Unknown Publisher
Hello everyone, Please have a look on attached files, I designed a small project on VS-2013 and created setup.msi from install shield then I uploaded my setup.msi file on my website so that my clients...
View ArticleTOOLTIP balloon class
I use this for a listview, but possiblke to use also in a single cell of Msflexgrid???? Code: Private Sub ListView1_MouseMove(Button As Integer, Shift As Integer, X As Single, y As Single) Dim HTI...
View ArticleVS 2019 How get location of control during OnControlAdded?
I'm trying to work around the problem, of not being able to reparent a control to its GrandParent in Design-mode. I want to add control_A to control_B, while control_A is covered by its child;...
View ArticleVS 2017 Pull data from DataGridView on open form
Hello: I have the following lines of code to pull data from an open form, to another open form called frmGannt, which is where this code resides. The code seems to have no problem knowing the name of...
View Article[RESOLVED] MSFlexGrid
I am using an MSFlexGrid control with 2 columns The number of entries can change from 1 to whatever (less than 200). I know the number of entries I have before I populate the grid. If the number of...
View ArticleMsOf10 Function acts as if it's volatile but it isn't
There's a Public function in a workbook of mine (that I can't post here) that gets executed repeatedly every time the workbook is calculated even though there's no Application.Volatile or for that...
View ArticleMoving listbox items up/down using mouse....
Simple little test: Code: Option ExplicitDim list1IndexA As String, list1IndexB As String, list1IndexC As String Private Sub Form_Load() List1.AddItem "SAM" List1.AddItem "JOHN"...
View ArticleHelp with Design please
I am rewriting a program originally created in VB6. I have data that was originally displayed in an MSFlexGrid (see attachment). The highlighted rows are user input and the others are calculated based...
View ArticleInjecting a VB6 dll and manipulating the UI
Hi guys. I am new here. I'll try to keep it simple. Mission: Manipulate a legacy VB6 app UI. The strategy: 1. Create a VB6 ActiveXDll 2. inject it into the process using SetWindowHookex 3. set a timer...
View ArticleMsOf10 VBA - Transpose?
If I have "123456789" in A1, is there something more elegant than a loop that would result in 1 in B1, 2 in B2, 3 in B3 etc?
View ArticleDo I have a correct understanding of TaskContinuationOptions below?
Hi All, Do I have a correct understanding of TaskContinuationOptions below? Scenario: 1. Processing_OrdersAsync -> is to process an order, and if it returns true (to t2) 2. Checking_PaymentAsync...
View Article[RESOLVED] Moving listbox items up/down using mouse....
Simple little test: Code: Option ExplicitDim list1IndexA As String, list1IndexB As String, list1IndexC As String Private Sub Form_Load() List1.AddItem "SAM" List1.AddItem "JOHN"...
View Article[RESOLVED] Help with Design please
I am rewriting a program originally created in VB6. I have data that was originally displayed in an MSFlexGrid (see attachment). The highlighted rows are user input and the others are calculated based...
View ArticleRunning VB6 desktop app in windows 2016/2019 Terminal server or in Cloud
Hi Team, We have a very old VB6 monolith app that is serving business-critical functions, and it uses a few older controls for grid (drop down inside a grid for example) function and other things. We...
View ArticleNeed help on date subtraction
Hi. I have an issue. I need to extend some dates but here is my problem. I need to extend the date of a registration to the amount of November 2 and forth. Meaning if someone had a registration at...
View Article