How to open file, search text and formatting in vbrichclient?
Hi, Recently, I research vbrichclient as alternative to word macro i currently use. What I want to do is open a document which I already saved in my pc and format specific words when found some symbol...
View ArticleManage Excel workbooks from a Powerpoint macro (VBA)
Hi! I have the following function (VBA code) that I usually use within some Excel macros. It allows me to list the workbooks that I have open and select one of them. It works well. Code: Function...
View ArticleWhat is the future of VB.Next's UI?
I remember some people said that Web-based UI is the future of UI. So what is the role and significance of pixel-based UI libs (such as RC6Widgets)? In other words, will the life cycle of pixel-based...
View ArticleDataset item missing
hi, i wonder if you can help? i am just trying to step through a video to create a small xml database using the DataSet option. The video asks me to Add New Item and select Dataset but Dataset is not...
View ArticleUnable to Access MySQL Remotely
I've opened a Stack Overflow thread here: https://stackoverflow.com/questions/...mysql-remotely but I'm asking again here. I really need help figuring this out to finish deployment. I am using Windows...
View Articlevisual stuido 2019 Publish webservice failed why?
hey i dont know if this is the right place i will try i have a webservice in the project and when i try to pulish it i get this error Code: Connecting to D:\WebService2\GatherAllFilesToPublish......
View Article.serialization not writing version info correctly
Hi, I have a program that serializes a streamwriter like this: Dim objStreamWriter As New StreamWriter("file.temp") Dim x As New XmlSerializer(acct.items.GetType) x.Serialize(objStreamWriter,...
View ArticleHow to change plot area size of a shape pasted from an Excel file to a...
Hi! I'm using the code below to copy paste some charts from an Excel file to a PowerPoint file. The macro is running from the Excel file. It works fine. I would like now to be able to adjust a little...
View ArticleQuery value from Table (Excel File)
Hello, I have this code that work Code: Dim T As Table= C("someModelTable") 'C mean copy the table(someModelTable),this command come from the software from where I work Dim Rows() As Integer =...
View Article[RESOLVED] Query value from Table (Excel File)
Hello, I have this code that work Code: Dim T As Table= C("someModelTable") 'C mean copy the table(someModelTable),this command come from the software from where I work Dim Rows() As Integer =...
View ArticleDragging and dropping folders and files between directory listboxes
I have a project where I'm displaying the contents of two external solid state drives containing music files in separate drive, directory and file listboxes. The drives collection has enabled me to...
View ArticleVS 2019 Pragma wal/wal2
I'm using VS 2019 16.9.4 and I'm writing a database program using SQLite. I'm not sure how concurrent writing and reading to and from database is handled by default. I have read the SQLite WAL modes...
View ArticleVS 2019 About using a video file embedded on a resource RES file
Hello dudes, here i am again for working on the Forum and projects of some sorts, even like so. I am trying to have a single video file from my RES file, to be deployed on the current system machine....
View ArticleVBRichClient Image sizing
Like a lot of others I am trying out RC6. The FSO replacement is amazing and it would really help to know if I can; Load an image file. Resize said image at very high quality whilst maintaining aspect...
View Articledoes my database connection is closed properly?
Hi, I am facing FATAL: sorry, too many clients already in postgresql-12. I need advice about database connection, does my code below already close the database connection properly? Code: try...
View ArticleWhich is Appropriate ComboBox1 Event to show a Msg that combobox1.item Does...
Hello Which is the most appropriate ComboBox1 Event to show a message that combobox1.item Does not Exists ie user types wrong string/text in Combobox1 and Msg to POP up "Item Not there in the List" a.)...
View Article[RESOLVED] Form not displaying in IDE
One for the books (???).... In one of my projects I have a form (shows up in the Project Explorer). Last time I modified that form was late 2020...I 'replaced' that form with another one (but it was...
View ArticleC# WinForms position a child dialog with specific coordinates
I can't position a child dialog where I want it. My hardware configuration is a docked laptop with two large monitors, A on the left and B on the right. I don't care where my main application is...
View ArticleCan the address of a VB Function be used to execute the function in some way?
Hi, Outside of an Events context, can the address of a function obtained with GetRef(), be used in a variable which will later be used to execute the function? What I'm trying to accomplish is sending...
View ArticleWhat does BTT mean?
Hi, When creating an object from a third party library, CreateObject returns a popup VBScript RunTime Error This operation is not supported with BTT enabled. What does 'BTT enabled' mean?
View Article