[RESOLVED] scrollbars not visible
please help scrollbars are invisible when i add them to form also in compiled project when i run compiled exe on another computer scrollbars are ok after reinstallation of vb6 scrollbars are still...
View ArticleVS 2019 uncheck all parent nodes
I have a Treeview with some nodes. Code: TreeView1.CheckBoxes = True TreeView1.Nodes.Add("Archive") Â Â Â Â YearsPath.ForEach(Sub(wf) Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â TreeView1.Nodes(0).Nodes.Add(wf.Year)...
View ArticleVS 2019 [RESOLVED] uncheck all parent nodes
I have a Treeview with some nodes. Code: TreeView1.CheckBoxes = True TreeView1.Nodes.Add("Archive") Â Â Â Â YearsPath.ForEach(Sub(wf) Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â TreeView1.Nodes(0).Nodes.Add(wf.Year)...
View ArticleStuff to watch
In these times we face a lot of indoors time yet at the same time not as much traditional new media gets produced for obvious reasons. I'm not really one for celebrities and actors but Inside of You...
View ArticleVS 2012 [RESOLVED] "DataType" Not Declared Error
Hey y'all. o/ I followed a video instruction to initiate a simple COM transmit/receive operation. Communication is OK but in converting values to hexadecimal, His/Her code has no errors in building...
View ArticleAllow users to build WHERE clauses
I need to allow users to build a WHERE clause. Basically I am in a STORED PROCEDURE that allows any table to be selected from - by specifying the table name in a parameter to the SPROC. The SPROC...
View ArticleConfigure Or Setup Row-Level Security (RLS) In Power BI Using Domain Credentials
Good day. This article Configure Or Setup Row-Level Security (RLS) In Power BI Using Domain Credentials walks you through setting up Row-Level Security (RLS) on both Power BI Desktop and Power BI Web...
View Article[RESOLVED] CallByName in modules
I'd like to know if there is a way to use CallByName in a module, for example: CallByName(Module1, sFuncName, VbMethod). Thanks!
View ArticleQuantum Resonance Magnetic Body Analyzer 52 Reports MINI - error message
Each time I click on the one of the tested person name it shows 'Run-time error 13 type mismatch' and the application closes itself. I have to keep creating another new person to the list but then the...
View Articleneed help for-next statement
so i just started visual basic and got stuck on for-next statement. I have: what should i do so my output will go like this: Attached Images  Â
View ArticleVS 2019 [RESOLVED] error sql query too complex
I am trying to run a query which can be very long. For example: SELECT * FROM Archief WHERE Id=1 Or Id=2 Or Id=3 Or Id=4 Or Id=5 Or Id=6 Or Id=7 Or Id=8 Or Id=9 Or Id=10 Or Id=11 Or Id=12 Or Id=13 Or...
View Articleloading VB6 onto Win10
Hi, I found lots of info that doesn't work on my PC (64 bit) and current version of Win 10. There a series of links to 'Giorgio Brausi Visual Basic/Studio 6 installer wizard' on nuke.net but that site...
View Articlelooping combobox IN FRAME VB6 and retirn combobox name
my test code: ... Dim cCont As Control, name as string For Each cCont In Me.Controls.Frame1 If TypeName(cCont) = "COMBOBOX" Then name=????? End If Next cCont ... i need only for frame1, in form have...
View ArticleCrystal Report 9 y vb6
Hola muy buenas tardes a todos Tengo un sistema desarrollado en vb6 que utiliza Crystal report 9 como reporteador pero me ha empezado a dar algunos problemas sobre todo en terminal services, como por...
View Article[RESOLVED] Allow users to build WHERE clauses
I need to allow users to build a WHERE clause. Basically I am in a STORED PROCEDURE that allows any table to be selected from - by specifying the table name in a parameter to the SPROC. The SPROC...
View ArticleVS 2019 Placing Graphics Functionality into a library class
I have created a library class in VB Net (Framework). I have this class include a method to plot the class object. In the main program I have added the library class as an existing item and I have...
View ArticleMSSQL Login for Stored Procedure
Hello, I am having a challenge creating a MSSQL Database Login that can ONLY create, delete, execute some few Stored Procedures Only. I dont want that user to be able to view table or perform any other...
View ArticleFormat a Number
if l have say the number 1234 text1.text=Format$(1234, "##0.00")......produces 1234.00 What is the Format to produce 1,234.00
View ArticleAutocomplete only considers the 1st letter?
I enabled autocomplete for file paths, and was surprised to find it would stop autoappending after the second letter... Consider C:\aa123 C:\ab123 C:\ac123 I would type C:\a and it would correctly...
View ArticleAccess VB6 object from another class
If I have a simple class e.g. Basket which contains some items e.g. Description and Price. The class is instantiated and set up with required values in one module. Now how can I view the basket from...
View Article