Kaseya Ransomware threat
If you use Kaseya beware! I've got clients pulling backup tapes out of machines and out of rotation to air gap them! Independence Day!
View ArticleDirect access path
How to see the path where a shortcut goes? Code: Private Sub Command2_Click() MyAccess$ = App.Path & "\MyAccess.ink" MyAccessPath$ = "Where does MyAccess go ???" MsgBox MyAccessPath,...
View ArticleVS 2008 re entry data
hi im new here need help for my project heres my problem: i have 4 data to be save but if 2 out of 4 data are already in my data base i need to re entry my data.. pls help me.. heres my code cmd =...
View ArticleReading formatted text from database varchar field to RichTextBox
I have saved the text in the Richtextbox in the database compete with its formatting text. When I read the field as richtextbox.text is shows all the text with formatting but it does not format the...
View ArticleIn need of help with drawing gauge controls with GDI+ vb.net 2017
Hi everyone , Im really struggling to find out how to draw gauge controls with GDI+ VB.NET 2017 like the attachments below from start to finish code , Please if anyone can shed some light on this...
View Article[RESOLVED] Icons
I am running VB6 on Windows 10 Something strange happened. I completed a program, added an icon in the form properties. The icon showed up everywhere I would expect it to. On the form header, on the...
View ArticleAlways-on-display VB.NET
Hi all, Is there any code to force computer not to dim light, go to screensaver or standby? Like how they act when a media player is active.
View ArticleHow to get a progress bar changes from its previous step?
Hi all :wave: Consider a progress bar which supposed to indicate a quality for instance. How can I get a three state thing which states that this progress bar is fixed, increasing or decreasing? In...
View ArticleFetch API
Hi all. I haven't even heard of the Fetch API until today, but I've been thinking about buying a paid service to allow one of my websites to send text messages. (I'm aware that I can email text...
View ArticleStrange behaviour of "foreign" computer
I have writen a new edition of a certain VB6 ap. I send to a beta tester with the following instruction "don't install this in your pc in case we have bugs because in your pc we have the old version...
View ArticleVS 2019 Just a visual thing (names in Properties Window(Box))
Hi, I have some Style-members as Integer() And a private member myStyle as integer Code: Public ExpandAll() As Integer = New Integer() {Expand, Expand, Expand, Expand} Public FloatAll() As...
View Article[RESOLVED] How to get a progress bar changes from its previous step?
Hi all :wave: Consider a progress bar which supposed to indicate a quality for instance. How can I get a three state thing which states that this progress bar is fixed, increasing or decreasing? In...
View ArticleRoutine needs fixing
This is a bit odd, I'm sure it used to work but seems not now. Its meant to get all folders from a given path. Plus their subfolders if DoDepths is True, but it's not. A bug exists as DoDepths is True,...
View ArticleCan Someone help me to correct the following code for SelectedItems and its...
Hello Can Someone help me to correct the following code for SelectedItems and its Subitems in Listview as per proper columns Code: My listview1 is Displayed as from Excel range Product...
View ArticleRecording voice from specific position in file
Hi all, Is it possible to resume recording voice via microphone from specific position in file? Example. Im starting recording and after 5min I made mistake, now I want to record again last 20sec and...
View Article[RESOLVED] Can Someone help me to correct the following code for...
Hello Can Someone help me to correct the following code for SelectedItems and its Subitems in Listview as per proper columns Code: My listview1 is Displayed as from Excel range Product...
View Article[RESOLVED] Recording voice from specific position in file
Hi all, Is it possible to resume recording voice via microphone from specific position in file? Example. Im starting recording and after 5min I made mistake, now I want to record again last 20sec and...
View ArticleRead XML file and insert into ListBox
Hello, I'm trying to read an xml file and then put it in a ListBox in VB.net. I just need the "Country" and "Name" columns. But I only manage to read the entire XML file. Does anyone have a tip on how...
View ArticleRounding of binary fraction strings
I need help with the rounding of binary strings. I am not sure I have applied the tie-breaking rule correctly. This gives an explanation of "nearest even" method....
View ArticleWIP: Win32 API functions for VB6
Here is a list of 13871 Windows 10 API functions (Unicode only) This has been extracted from all the JSON files at https://github.com/marlersoft/win32json Which in turn have been based on original...
View Article