Save worksheet and send as attachment
Hi, I wish to create a new macro that basically performs the below functions. 1. Save a worksheet (Master) to a particular drive with all the same formats as .xlsx File path. W:\.Team...
View ArticleImport file using mapping table
Hi, I wish to import a file from a particular drive but instead of importing the whole file i want to only import the rows that are contained in my mapping table. The unique key in the mapping table...
View Articlesql autocomplete control?
Has anyone stumbled across any sql auto complete textbox type controls for vb6 (open source or free preferred) I am thinking of building one unless there is one available. wish list: - syntax highlight...
View Article3d Party Graphing Contrls
Looking for a 3d Party control for graphing. The MS chart control in VB seems cumbersome and I recall a looooog time ago 3d party controls for VB6 were available. Any recommendations. Working a Legasy...
View ArticleChange the colors of the MSHFlexGrid Scrollbars
Hello guys, I would like to change my form to a black theme, are there some API-s that we can use to change the scrollbars of the MSHFlexgrid control to, for example, black? Thanks, Davor
View ArticleVS 2017 Webbrowser Script Errors in VB but not Internet Explorer
ok I am trying to experiment with a basic web browser but when I go to navigate to websites to test it, it is displaying many script errors. I navigate to those same website directly from internet...
View ArticleValidate Sanitize User Input
I am trying to add a simple "request for information" on a website. The user inputs fort, last name, and email address they get a message back with a link to information they can download. I have been...
View ArticleHow can I connect vb6 and selenium?
I am trying to use other options to webbrowser that for different sites have different errors in js, even in the most current version of the browser emulation (Edge). I have seen videos where selenium...
View ArticleVS 2019 How to view 3D objects?
Hello Community, I am working on a project right now and I am looking to incorporate 3D object viewing. I have VS 2019 community. I have tried to look this up in Google, but not much of it makes sense...
View Articlehow to CreateThread From Com dll(activex dll)?
in exe ,code like this,but in activex dll,why lModulesCount=0? Code: GetMem4 ByVal lpVBHeader + &H30, pOldProjInfo 'vb6 ide Can't Run GetMem4 ByVal pOldProjInfo + &H4, pOldObjTable...
View ArticleAfter form load, Combo Box is highlighted
Code: For b = 1 To Me.TOTResetSet(a).ListCount If Me.TOTResetSet(a).ItemData(b - 1) = Val(Ram_TOTReset(a)) Then Me.TOTResetSet(a).ListIndex = b - 1 Exit For End...
View Articlehow create custom user control with rowsource,list field,data source and data...
hi i need design a user control with 4 properties can selectable in property page : 1-data source 2-data field ---------------- 3-row source 4-list field like as data combo?
View Articlehow can create custom user control with dynamic dropdown data in properties...
i am looking for a simple user control with custom properties like as dropdown properties with dynamic data,i know i can use enum definition but this work for constants properties ,for example i have a...
View ArticleVS Code Saving and loading user settings
Hey guys. I have an issue which is making me go crazy, I will try to explain as best as possible So I am making an options menu for my application where the user can enable and disable certain...
View ArticleVB6 crash when AddIn are enabled on start
Hi Guys! I reinstalled my machine with Windows 10 64bits (v2004 build 19041.572) and VB6 run just fine... I can enable all AddIns and everything works as spected... exept when I enable any AddIn to run...
View ArticleVS 2017 Torn Between IE 11/Web Browser Control and Edge/WebView2 Control
Hi I am having some difficulties deciding what I want to do and needing some persuading in the right direction. I realize that using the webbrowser control is old and busted in many ways so that is why...
View Article[RESOLVED] Win.10 Desktop Icons
Hi, I'm sure there used to be a desktop icon option to 'Fit to grid', I can no longer find this option and currently I can position my icons just anywhere, including overlapping or on top of another...
View ArticleVS 2019 Extracting specific information from an IEnumerable using LINQ?
I have an IEnumerable which contains file and directory information - example below of its contents:- I want to extract specific information from this IEnumerable and am assuming LINQ is the best route...
View Articlehow use array parameters?
heres a function for get line points: Code: Public Function GetLinePoints(Origin As Position3D, Destiny As Position3D) As Position3D() Dim Steps As Double Dim Points() As Position3D...
View ArticleEMail validator (MX, and existing email)
I had to validate several thousand of emails, and as quickly as possible. I couldn't find anything on the internet that was free and easy to use. So I wrote a small program that validates emails (you...
View Article