Copying data from different sheet to sheet 1 on Excel
Hi...I have some reports with data on 2 sheets. The first tab is named as the department like for example 4444 and the second sheet which has payment details is named like 4444DT. What I want to do is...
View Article5.0 [RESOLVED] Inherited Form with Table lay out panel & Panel control, How...
I have Created a DLL in which i have created a windows form, with table lay out and panel control, keeping in view that this for can be inheritable in the referenced project. I have set the Table lay...
View ArticleTimestamp on data change
Hello, I have a VBA script that is supposed to step through each cell in a range, compare it to a value in the same cell in a different sheet. If it's different then it will update the different sheet...
View ArticleMinor Annoyances in VS2019
I've been using VS2019 for some things that I hadn't used it for in the past, and have come up with a couple minor annoyances that I'd like to confirm with others. 1) If you add a reference to some...
View ArticleComClass and NotInheritable
Is there a way to reference a .NET class in COM without having to instantiate it? Here is my .NET interop class signature: VB.NET Code: <ComClass(InputMask.ClassId, InputMask.InterfaceId,...
View ArticleNeed your help with Google Insights
Hi guys, I'm new to this place, but I was advised to get help from her when I need it. I'm wondering if there is any (proven) way to increase traffic to this website where I am currently writing. and...
View Article[vb.net]Share data between usercontrols.
Hi, how can I pass data between user controls? form1 contains Usercontrol1 and form2 contains usercontrol2. Both usercontrols have the size of their respective forms. With usercontrol1 I extract a link...
View ArticleWhy when I add a space to the Label string heterogeneous length of the string ?
Suppose I have 4 Label.Text corresponding to 4 series: Basic salary, Business salary, Responsibility allowance, Attraction allowance. When running the program I can change the string "Responsibility...
View ArticleHelp with an error in a simple mouse simulation script
Hey guys I have written a pretty simple piece of code in visual basic 6.0 to simulate mouse clicks in a game I play, It seems to run perfectly fine up until the program has been running for a certain...
View ArticleVS 2019 failed to enable constrains.One or more rows contain value violating...
Hi Everyone: I am trying to print my voucher data but its giving above mentioned error.I am very new in this field and tried several time to solved but failed.If any one can help me i will be thankful....
View ArticleThe Cost of Refreshing
This comes from an XNA/MonoGame specific question, which isn't something folks here seem to deal with all that much, but the underlying question has more to do with Windows and hardware than any...
View ArticleFlashing a warning on the taskbar
I have developed a small program that times my work so that I am not sitting too long at the keyboard! After a preset time, a window flashes. However, even with with two screens my work sometimes...
View ArticleVS 2017 VB Help Needed
"I am trying to complete this exercise." Modify the btnDisplay_Click procedure so that it uses two functions named GetGrade101 and GetGrade201 to get the appropriate grade; the procedure should then...
View Article[RESOLVED] Test UC1
Just a test, nothing useful in here Just to place an Image to a Button. Some parts are created with Blend. -Input: [Image] -Events: [Clicked] -Input: [MinimumValue] (can also be negative),...
View ArticleExport Datagrid to Excel - MIssing First Row
Hi All Pretty sure this is a simple correction but just can't spot it :( I am exporting from a datagrid into excel with the "insertion" code below. For some reason, It is missing the first row in the...
View ArticleVS 2015 Reference Copy to local path question
Hello! Does anybody know how to set the local path's of the references in a specified folder? E.g the "Copy Local" is set to true for a reference, and it's copying on the executable file's directory...
View ArticleAccess(mdb) Performance Issue
Hi All, I have found some interesting performance issues with a legacy application that uses an Access(mdb) database which is located on the local hard drive. When the main form performs an...
View ArticleRead background color of a bitmap
Hi, Let's say I have a bitmap star-shaped image sitting on the clipboard. I need to retrieve the color of the space surrounding the star image. image obtained from Clipboard-Viewer: I know I could read...
View ArticleTo discuss: Native Compiler
forgive me for my ignorance of not knowing the compilers, but why doesn't NET compile in native mode? I often see users using obfuscation to protect the code. Sorry, and thanks.
View ArticleError 1004 - Application-defined or object-defined error VBA Excel
This is killing me! Error 1004 - Application-defined or object-defined error. I have looked up several references, none seem to work. I would like to not use Range. Code: Dim wb As Workbook Set...
View Article