VB6 Question: Are there any tools that allow for disassembly of a binary?
I looked at some tools that allowed disassembly of binaries a while back and they were difficult to use, required some deep knowledge of the way programs operate at a machine code level and they were...
View ArticleAdd strings to a stringcollection or list
how can I add strings to a stringcollection in the settings, or add items to a list(Of String/Object) and how do you add it the items back in the stringcollection or (Of String/Object) to a Listbox....
View ArticleVS 2019 DataGridView Autocomplete TextBox
I have a DataGridView that is ReadOnly. I would like to implement "type ahead" functionality for a column (DataGridViewTextBoxColumn) of the grid. I have seen examples for how this is done. For...
View ArticleIs this helpful
Found this on twitter... might be of interest https://decoded.avast.io/davidzimmer...code-debugger/
View ArticleVS 2015 Microsoft Speech V11 outdated???
An old little program of mine uses Microsoft's Speech V11, with related Language Paks. If I click now the link to the Redistributable Language Packs V11 ... the page is no longer available ... and I...
View ArticleVS 2019 Desktop Application with SignalR
Hello everyone, Trying to build a desktop application for tracking progress of an activity using SignalR (Azure). Any thoughts for getting started is highly appreciated. thanks
View Article[RESOLVED] Error on creating user control object
Hi all, This error occurs whenever I place my user control on vb.net form. How can I rectify it? Attached Images Â
View ArticleIs there any way to creat a multidimensional array in my data object
I have a class with hundreds of data fields that vary from one to another. For a good portion, I have an array of 169 data fields. Now I want to have six integers in one of those data fields. Does...
View ArticleAdding a Reference to a Library class in VB Net (Foundation)
I have added a reference to System.Drawing in my library class and it will now accept a System.Drawing.Point object in my code, but it will not accept a System.Drawing.Color object, nor can I find...
View ArticleIs there any way to get tabs control have a dark background?
I want to create a ribbon bar from a tab control. There seems to be no way to get rid of the control color on the tabs or around the edge of the border. Does anyone know of any tricks to accomplish...
View ArticleSome questions about RC6
Hello Olaf Is there a sort of roadmap for RC6 ? Is it possible to know what's new or what have changed in RC6 version 6.0.8, compared to version 6.0.7 or 6.0.6, for exemple? Is the actual version of...
View ArticleOut of space for uploads
I don't mean to be greedy, but I seem to have hit my space limit again. I've been trying to post attachments as small as possible, but auto-"promotion" of images to fatty JPEGs seems to remain a source...
View ArticleVS 2012 ListBox items will add infinitely
Hey, You might miss my previous tread. It is not duplicated. Here's the thing: There's a list box which several items need to be added in it when their own conditions would be true, in a 1 second...
View ArticleSeeking Classic ASP coder
I host and help manage a significant number of e-commerce sites built on Classic ASP. I have a need for someone who is reliable and responsible, does not shrug their shoulders and accuse Classic ASP as...
View ArticleForm_Terminate
I wish to close a modally shown form by clicking on the cross on the right top corner control box, but it does not trigger the Form_Terminate event. Instead it closed and opens again and triggers the...
View Article(VB6) Implement the Print method on any object
You can implement the Print method on any object with the IVBPrint interface (I discovered it some time ago thanks to The Trick). But besides the interface, you also need some code to handle it. This...
View ArticleTrying to open a form if minimized and close a child
Hoping I explain this properly. I have a form that opens a menu. With this menu I can open any one of 4 other 'sub programs' within. The menu Program is called PETS CONSOLE If I click on the MAIN...
View Article[RESOLVED] name of day listview column
i hava a listview with 31 column. (start from column 2) i need to rename, by day, each column based year and month for example 02/2020 varyear=2020 varmonth=2 col2 col3 col4 ... col29 col30 col31...
View ArticleRetrieving lost files
Hi, I don't know how it's happened, but I've lost all my sources files for a project I've been working on. I have a folder for my VS source files, from which I usually run any project. If I decide to...
View ArticleSpin transparent image
l have a transparent gif . l would like to be able with a button or rightclicking on it to make it rotate clockwise to 90 degrees . l have searched here and googled but found nothing . Thanks for...
View Article