[VB6] Shell Controls OCX
ShellBrowse 9.5 I'll be posting my ShellBrowse and ShellTree controls as a single OCX from now on in addition to the regular versions for anybody interested in using them this way. Both controls are...
View ArticleVS 2010 How to configure wifi like an airport ?
I do not know what to post here, ask you for help, let's say I want to configure wifi like an airport, that before using wifi I have to enter my personal information or introduction page, ... then New...
View ArticleVB6 how to get the machine all similar hardware device ID (PCI \ VEN)
I now want to enumerate all access to the machine hardware device ID (such as: PCI \ VEN_8086 & DEV_8C31 & REV_00), and then according to the device ID to match the corresponding driver, to...
View ArticleCreate a label programmatically
Hey I need to (ab)use a label for its AutoSize property, to get its height once I set some caption, but I don't want to place a label on any form, I'd like to create it, use it and destroy it on the...
View ArticleCreating pdf from gridview with selected rows.
Hello guys, I need help for my webpage. I made a SQL database which include my data and I created 2 pages that I and my customer can look data in Gridview. One of my client asked me that she wants to...
View ArticleWhat software license or freeware to tested our exe format
Dear all member, I want to know, what is the software to tested our exe file after build. Out there selling some software to protection our exe file from anti debugger-cracking-patching and etc. Right...
View ArticleVS 2015 Getting null error with manually placed MenuStrip
Code: Private Sub AddNewDrawerToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles AddNewDrawerToolStripMenuItem.Click Dim Title As String = InputBox("Enter a title for your new...
View ArticleHex value to Byte of Hex value
Hello, Can someone please help me with this: I have the Hex value as &H6021FA64 (Note: I don't want to declare my hex value as a string) and I need them as a byte of hex value Dim frame(3) as byte...
View Article[RESOLVED] Round Object (not shape)
So, my next challenge game is called HardBall. I want an 'object' that looks like a ball (currently simply using a shape control). BUT, as shapes are layered below most other controls, I would like a...
View ArticleMinimum Top and left movements restricted to 1?
Thanks to Arnoutdv, I was able to replace my Shape Control with a User Control created by Eduardo. As I move this User Control on my screen via timers, I attempted to make the control SLOWLY progress...
View ArticleUserControl not working when compiled to OCX?
So I was trying to distribute my ShellTree and ShellBrowser controls as OCX files, and ran into a problem... the ShellTree control works perfectly as a .ctl UserControl, and works in IDE design mode,...
View Article[RESOLVED] Hex value to Byte of Hex value
Hello, Can someone please help me with this: I have the Hex value as &H6021FA64 (Note: I don't want to declare my hex value as a string) and I need them as a byte of hex value Dim frame(3) as byte...
View Article[RESOLVED] Minimum Top and left movements restricted to 1?
Thanks to Arnoutdv, I was able to replace my Shape Control with a User Control created by Eduardo. As I move this User Control on my screen via timers, I attempted to make the control SLOWLY progress...
View Article[RESOLVED] UserControl not working when compiled to OCX?
So I was trying to distribute my ShellTree and ShellBrowser controls as OCX files, and ran into a problem... the ShellTree control works perfectly as a .ctl UserControl, and works in IDE design mode,...
View ArticleHow to turn ActiveX Controls in XHTML documents being viewed by current web...
Dear VBFormers, I am looking to use my website on any web browser. but then came across Microsoft Whitepapers on how to turn on ActiveX in Edge. it's far too hard for me to work with. Can someone help...
View ArticleRun specific version of excel from VB.NET
Hi, I have an application that starts excel and performs some operations on a number of workbooks. For performance and security reasons, this needs to be done in an older version, ie 2003. Now, the...
View ArticleLooking for good, free INDEX.HTML templates that have SEO capability
Anyone know of a good source for free INDEX.HTML templates that have nice boilerplate SEO capability? TIA! Steve
View Articleappsettings.json for Windows Forms
In the .NET Framework prior to .NET Core application settings were in app.config file. All settings e.g. database connection, email setting etc in one file along with each setting are strings which...
View ArticleSorting Array
Hi, Im new to VB, and trying to sort an array. The array populates properly within the program, but gets a 424 error when I try to sort. There are no typos. Also, I have to use SYSTEM.ARRAY.SORT(array...
View ArticleCan someone check my algorithms? (cubic mean and power mean)
I'm working on an averages app. I have some algorithms, that i haven't found any online calculators to test with Cubic mean Code: Dim sum As Decimal For x As Integer = 0 To...
View Article