VS 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 Articlepos device,connect control payment success and process
hello.i have a pos device and i want design a application with 2 forms and i always form1 doing show and when customer did paysuccess with pos device i want automatic show form2.any body know about how...
View ArticleSpeech to Text question
Is it feasible to use the speech recognition engine to record text from a movie in the form of a wave file? I just spent 3 days doing closed captions for one of my feature films. Unfortunately the...
View Articlecould anyone guide me on this byref arguement type mismatch error?
hi, currently i was being asked to build an wrapper in c++ and connect with vb6. the issue i currently facing now was im using the code as below as the code for the form Code: Private Sub...
View ArticleVS 2017 Using .NET 5 Rich Text Box with .NET 4 Windows Forms application
I have an application which use Rich Text Box on .NET Framework 4.0 (the code compiles fine with VS2010 as well as VS2019). I have used the .NET 5 Rich Text Box and noticed some improvements. Is it...
View ArticleVS 2019 Fundamental work with Datatable and Treeview
Hi, I am coming with maybe silly question but I just cant figure it out. I have started project, not small from my point of view but I relisted after finishing first part that I handle in this program...
View ArticleSpeech to Text question
Would it be feasible to use the speech recognition engine to record text from a movie in the form of a wave file? In perusing sample code for the speech objects, it seems that perhaps the only words...
View ArticleHow Can I set 0 - vbAlignNon property of Toolbar in MDI
Hello I was trying to set 0 - vbAlignNon property of Toolbar using many different ways in MDI Form. but all of them failed . Please share me your wisdom. Thank you in advance.
View ArticleVoice over IP
Is there a way I can add a voice chat to my application? like a voice over ip/port? The app now is just a chat but I really need help with adding voice chat as I couldn't really find anything on google...
View ArticleVoice Chat over ip help!
Is there a way I can add a voice chat to my application? like a voice over ip/port? The app now is just a chat but I really need help with adding voice chat as I couldn't really find anything on google...
View ArticleWH_KEYBOARD_LL x64bit Windows 10 no longer works !
Trying to install a global keyboard hook. The call to SetWindowsHookEx is successful as it returns a valid hook handle, however, the Keyboard Callback function never gets called whenever a key is...
View ArticleNeed help converting a c# to VB.NET
Hi, I found kind of what I'm looking for which is a voice chat, but the problem is that it isn't in VB.NET. If someone could please help me convert either my own project to c# or convert the project...
View ArticleKrool -Listview How to set Backcolor or a row & Bug in Picture property ?
Hello everyone, I posted my request earlier in this thread. Post #8 @SamOscarBrown Thank you. I am so happy to become a member of this community. As suggested by you, I am starting this new thread. My...
View ArticleLeandroA I have a problem when using the ucMDItab control
:wave: In normal use, it's great But when I set the MDI subwindow to borderless mode, it doesn't work properly How can I fix it Attached Images
View ArticleVS 2019 Unable to find webelement in selenium chromedriver using xpath
I am trying to read messages of telegram from telegram web. I am using vb.net and Selenium chrome webdriver. I can successfully read the last message of any opened chat by the following lines Dim ie As...
View Article