I'm typing in a textbox linked to a database and it stops everything from...
Title says it all, I have a CustomerID text box, I type in it and it prevents me from typing, clicking buttons, closing the program?
View ArticleHow to use action in vb.net using selenium webdriver?
I am using selenium webdriver to automate chrome in VB.net (2019 version). I want to send some keystrokes to chrome using action. I have tried the following code Dim driver As IWebDriver driver = New...
View ArticleVS 2010 Windows 7 - Windows 10 conversion - Slow running
I have currently transferred form windows 7 to windows 10 (clean installation) with VS2010. I have a very complex programme that is now running considerably slower under windows 10. all the config...
View ArticleWindows 10 - Excel
I have just run a programme under widows 10 (previously ran under windows 7) which opens an excel file and reads the data, then closes the excel file. When this ran under windows 7, it did this in the...
View Article[RESOLVED] Windows 10 - Excel
I have just run a programme under widows 10 (previously ran under windows 7) which opens an excel file and reads the data, then closes the excel file. When this ran under windows 7, it did this in the...
View ArticleImages ... diffuse, normal, specular
Ok, I've been handed another possibly fun project. Obviously, there are many of us here who are familiar with 24-bit true-color images. And, when manipulating PNGs, TGAs, and others, we might also get...
View ArticleFix the TwipsPerPixel rounding?
I'm wondering if this could be somewhat possible. It would involve hacking and patching VB6 (hopefully just in memory so the runtime DLLs do not need to be touched on disk). This question is intended...
View Articleset a 'Description' property of a dB?
I use following code to set the 'Description' property of dB table property... Code: Set td = db.TableDefs(tablename) 'table name 'set table 'Description' property td.Properties("Description") =...
View ArticleDatabase saving and then un-saving when program restarts?
I can add, delete, and save/update perfectly, through the program and the changes I have made will appear on the database in the program. If I go into the Microsoft access file, the changes will be...
View ArticleWebbrowser control in Winforms, showing .pdf - sort of
I programmatically create a Webbrowser control in a form to show the contents of a pdf file - it works, but one thing is strange - the pdf appears in the upper-left-hand corner of the Webbrowser, using...
View ArticleVS 2017 Creating new project
When i try to create a new project I am just getting Name: and Framework:, the Location: and Solution name: fields are missing. Attached Images
View ArticleVS 2010 Platform x64
Having created a new project, i have just come to compile it, and within the Platform option of the configuration, there is no x64 option. This is despite the advanced compile options showing the...
View ArticleVBCCR17SideBySideAndVisualStyles failed to start side-by-side incorrect
I am having a play with the ocx version of Krool's common controls replacement I have the OCX registered, I have followed the guide created by MountainMan I have made a basic project, added a Button,...
View ArticleOut of Memory Error - Make - CommandButtonW
I was having a play with the common controls, and CommandButtonW for its foreground color. It runs fine it debug but when building the project it hits the Load cmdItem(Index) in either of the user...
View ArticleVS 2019 VS Complaint
I work with dlls. LOTS of dlls. I've got a couple other threads on here about complaints I've had with VS2019, but now I've encountered one that is intolerable. I was debugging something and stepped...
View ArticleVS 2015 Popup does not display the second time without a message box
I have a form that starts with a popup. There are 2 buttons on the popup TRUE or FALSE. When the button is pressed, the main form is displayed. it checks something and the popup is supposed to get...
View Article[RESOLVED] Excel VBA - Transpose???
If I have 9 in cell A1, 8 in cell A2 and 7 in cell A3, is it possible to create a string with the value "987" without looping?
View ArticleVS 2019 Forms, Data sources and not running on the UI
I currently have a programme that has a SQL database which contains a table called 'ControlRecords', which when the option is selected from the main form, loads a new form, which contains a data Grid,...
View ArticleEver tried SharpDevelop?
I'm thinking about installing SharpDevelop version 4.4.2, mainly to convert C# projects to VB. I'm just curious if anyone ever built an app from scratch using this IDE. If yes, how does it compare to...
View ArticleIcon not showing on desktop
Hi All, I have something very strange going on here... compiled my VB6 app and have selected a form icon. This icon shows up if I right-click the exe and select properties... it shows correctly when...
View Article