[RESOLVED] Want to send an email - can I just figure it out without anyone...
... other than you guys here? I'm working on a new function in my WinForms C# application to send an email. I send emails in this app all the time but how it works is we have a table called...
View Article[RESOLVED] Forum for customization in MS Outlook
Hi All, VB Forums has always been my goto forum for development (Thanks to all the participants) I am looking to develop some tools in outlook (Macros) and I can't seem to find anything for that on...
View ArticleAdding a label to specific Images
Hi, So what I am looking to do is to add a label to a specific image. At the moment I have a gallery and I would like to add labels to it to display what the image is. For example if Images(0) was...
View Article[RESOLVED] Initialize function for the Device by using enum
Hi, its me again, sorry for disturbing anyone who viewing my question but i would like to ask may i know how can i achieve the initalize funcion by using enum?currently when my coding running, i would...
View ArticleVBA in Office2013 x86 edition canbe display the system themed style controls !
look just include the Krool's vbccr controls to say goodbye to 98-styled vba controls Attached Images  Â
View ArticleHow to create a leadger system in c#
Hi dear how are you My question is how to create a leadger system in c# when i have column in db sale and purchase
View ArticleVS 2010 Deadlock in Background Worker
Hello, I have a program that calls a background worker. In the background worker is a list of tasks for it. More items can be added to the list by main code. However that no. won't exceed 5. However...
View ArticleOldest Date
Hi I am starting to write a program to allocate equipment to customers on a first come first serve basis. I am using an Access DB to store customer details. When a customer makes a request their...
View ArticleCommercial Data Grid with Best Budget
Hi gurus, Anyone can suggest what the best commercial datagrid for VB6 - Componentone TDBGrid - Ultragrid - etc Recently, I stumbled with germany activex DataGrid - SevDataGrid with 149 Euro. I think...
View Article[RESOLVED] QuickSort Caseless
Hi, I'd like a QuickSort for string array, allowing to ignore a letter case during the sorting. I have this original one, a port by The Trick: Code: Private Sub QuickSort(j() As Variant, ByVal low As...
View ArticleVS 2019 TreeView Hot Track Backcolor FullRow
Hi there, I've been trying to customise the background colour of a TreeView node when the mouse hovers over it. I've been looking into the HotTracking property for this, and I also want it to fill the...
View ArticleHelp with IO.DirectoryInfo
I'm new to VB.net and tasked with moving an older web application to a new server. Among other functions, this application looks for PDFs in a folder using IO.DirectoryInfo. When I run the application...
View ArticleA solution for registration-free COM libraries
Does anyone know a reliable tool that could generate manifest files for COM libraries ? So far I found a tool Make My Manifest made years ago by a guy Bob Riemersma but I am not sure if it is still...
View ArticleMouseDown vs Click or DblClick
I know the firing sequences for MouseDown vs Click or DblClick. My problem is that when I do a MouseDown I want to drag (MouseDown, MouseMove, MouseUP). When I DblClick, or click (whichever is easier...
View Articlesimple inventory help.. please
hi ya'll.. i'd like a lil help with something very small if possible.. there will be other things in the db to grab info from.. but this will help me get started. thanks in advance my objective is to...
View Article[VB6] Encode binary data to bitmap for use in a PictureBox
If you've ever tried to include more than a very small amount of binary data on a Form or UserControl without loading the data from an external file, you certainly noticed it's extremely difficult to...
View ArticleMsOf365 Outlook Form Content Blank
100% NOOB Please Go Easy I created an Outlook form for users to submit IT support tickets. Saved it to our Organizational Forms Library. Users can see it and can select it. Users can fill it out and...
View ArticleRDLC report with subreports and parameters
Hi everybody! I am suffering with this problem : I have a report with a subreport inside. I'm trying to assign a parameter to the subreport INSIDE the report but in the "Value" field i don't find, as...
View ArticleVS 2019 get treenode image under cursor during dragging from Treeview to panel
Hi all, I'm trying to custom Drag Cursor with a picture where this picture shows name of treenode like this: Afterwards this picture can drop on Panel2 as label or image I'm using code example from...
View ArticleDataGridViewCell Cursor and Border
I have a custom DataGridViewCell that inherits a ComboBox. The custom cell supports selecting multiple items and thus the ComboBox DropDownStyle is DropDown. I prevent the user from being able to edit...
View Article