Changing Color of Applications
Hi, I am the new guy, trying to figure out, how to code Win10 applications. I am used to C# programming, but not to developing Win Apps. Here is my Question: I want to change the color scheme of an...
View Article[RESOLVED] Problem in Download/Upload update interval (Transfer Rate)!
This is a bandwidth monitoring program which I found its source code in Internet. I tried to add some minor changes. One of changed I want to add, is Download/Upload update interval. When I set it to...
View ArticleVS 2019 Graphics category not showing when adding new item
Hello, Here is a weird one. When I do Add -> New Item in the Solution Explorer, I don't see the Graphics category on the left. I did what the Microsoft Doc mentionned on point 2 of the link at the...
View ArticleTrying to install an app with dependency of sqlserver local -keep getting error
I'm testing an install of an app in a virtual machine. Its easy enough to set the dependency but when i try to install on the VM The Microsoft loader pops up and when I click accept the download starts...
View ArticleVS 2010 Simple program to copy values
Hello all I am extremely new to VB and programming. So far, I only had to use some VBA for Excel in order to do some simple scripts. I am stuck on one task that I need to complete. Here is what I need...
View ArticleVS 2019 RegEx of txt that has been converted from PDF
I am in a situation where I have to convert a PDF to a format that can be set to a DataGridView. The only Resolution I can come up with is using Itextsharp and converting the PDF to a textfile for the...
View ArticleVariant array error
For almost a month, after a few updates made by the IT team, I have been facing some issues with variant arrays in the vb6 IDE. Simply I cannot longer assign a variant variable to the well known ADO...
View ArticleVS 2019 Estrange symbol in VS (what is it?)
Hello! Excuse me, Does anybody know what this symbol is? How it got there? and how to get rid of it? Thank you. Attached Images
View ArticleInserting autotext containing a table row in office 2016
Hi all, I have several autotext templates, each formated as one row two colums table like: Title1 test for title one If I insert them one after the other, each on anothter row into bookmarks with word...
View ArticleID3V2.3 tag class
I have a module that i have found that reads and writes ID3v2.3 tags but it does not deal with the art work. I also have a seperate function that does deal with Artwork. Insert , Delete , Replace....
View ArticleGetting the IUnknown Iterface from the IAccessible interface ?
Hi all, The MSFORMS library implements the IAccessible Interface... One way of getting a pointer to the accessible interface is by declaring the variable as IAccessible and then using the VB Set...
View Articlefilter crystal report to show row on form
hello can you help please, i have a form (frm1) and i want to be able to filter a report showing only the row selected on (frm1) using vb , how do i do this ?:confused:
View ArticleLoading a css file into a webpage dynamically?
I'm a little confused on this topic mainly because I'm not quite sure how javascript loads in HTML. Currently, I have an "onload" method being called in the <body> tag. It calls a javascript...
View ArticleOdd spacing issue when dynamically making elements appear
I've got an odd spacing issue when dynamically making elements appear. Page is all built at runtime with AJAX calls... At any rate - I'm adding a SEARCH TEXT field and two buttons - I'll work on making...
View Article[RESOLVED] Odd spacing issue when dynamically making elements appear
I've got an odd spacing issue when dynamically making elements appear. Page is all built at runtime with AJAX calls... At any rate - I'm adding a SEARCH TEXT field and two buttons - I'll work on making...
View ArticleVS 2019 Visual Basic. Net framework. console application
This is what i have so far. It isnt working very well. i feel like im on the right track. Code: 'Declare variables for the speed, speed limit & vehicle type Dim Speed_Limit As Integer...
View ArticleIf Now > Time(8, 0, 0) And Now < Time(8, 10, 0) Then
Trying to get excel to open and check the time then run some stuff If Now > Time(8, 0, 0) And Now < Time(8, 10, 0) Then 'Days ThisWorkbook.Worksheets("Home").Unprotect Password:="123"...
View ArticleVB.NET - temporary data in datagridview
Hi, I am building desktop application using VB.NET framework. Form contains two set of data. 1. Project related data - contains text boxes. 2. Allocate team to project - Popup window will open and from...
View ArticleDrawing an Arc
I would like to take an existing line defined by (X1, Y1) (X2, Y2) and select a third coordinate (X3, Y3) anywhere in between curving the line to encompasses all three points. Im able to draw an Arc...
View ArticleDebugging VB6 .OCX
i have some .OCX files in VB6. i would like to debug VB6 code. I am using OS Windows Server 2016..VB6 .ocx is used on C++ APP. Earlier I used VB6 editor to debug the code but since VB6 editor is unable...
View Article