Quantcast
Channel: VBForums
Browsing all 14961 articles
Browse latest View live

Convert SVG shape to cairo path for clipping operation with RC5/RC6 in vb6

I have svg files with shapes done in a vector editing application. I want to use them with the @schmidt richclient cairo "evenOdd" clip function but I find no way to convert the svg shape to a cairo...

View Article


Image may be NSFW.
Clik here to view.

Append elements in XML file

Hello everyone, I have been trying to work with XML using VB. But could not find a way to append some new elements. Any help would be highly appreciated. This is my XML file generated for the first...

View Article


Image may be NSFW.
Clik here to view.

Simple Usercontrol Toggle/Button

This is a simple toggle/Button usercontrol I threw together. Its probably not perfect, but still useable. See what you think of it. Enjoy. Attached Images   Attached Files Button.zip (9.5 KB)

View Article

Windows 11 coming soon

As a vb6 user it's sort of disappointing to think that the best you can hope for from a new Windows is that nothing changes. Thankfully there are projects on the go now that promise to deliver us from...

View Article

Image may be NSFW.
Clik here to view.

VS 2013 [RESOLVED] Issues sending Gmail/Email

Hi there, I am writing a simple app and am getting stuck trying to send email. It has worked before easy enough but changing to gmail has caused an issue. Here is the (simple/rudimentary) code: Dim...

View Article


How to embed a Selenium WebDriver as a control in vb6? Similar to webbrowser

I am trying to insert a browser from selenium as a control inside the form, similar to how it is webbrowser, since selenium opens the browser in an external instance. Is there any way to insert it into...

View Article

How to open text file, search text and formatting the text with bold in...

Hi, Currently I'm using Word VBA macro in vb6, in my program, i used Word to open my document (which I generated in others backend program) which do not have any formatting, so I using...

View Article

showing a form based on value of a string containing the form's name

Hello I have a string like str1 that contain the name of a form like Form33. In fact the str1 determines which form should be loaded and shown. The form may change with its number. How can I show the...

View Article


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 Article


Manage 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 Article

What 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 Article

Dataset 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 Article

Unable 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 Article


visual 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 Article


How 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 Article

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 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 Article

Dragging 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 Article

VS 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 Article
Browsing all 14961 articles
Browse latest View live