VS 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 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[HELP!!!] datagridview convert to pdf !
Hi everybody! i need you to give a hand for a project. i would like convert a datagridview to a pdf file! here is the code to generate the datagridview: Code:...
View ArticleSale of software brand & code - anyone have experience with this?
I've been approached by a company looking to buy one of my programs - they get the web pages, product name, source code, help files, installer, etc... Have any of you done this before? I know I'll need...
View ArticleVS 2019 Wrong Menustrip
Does anyone know anything about this menustrip? I was expecting a different one, then got this one. I did a search and the only one anyone else seems to have is the one I was expecting. What is going...
View ArticleStrange popup menu appears
I am trying to get some code to execute with the Alt Right Mouse click of a text box. But for some reason another menu pops up. I have a right click working perfectly fine in the MouseDown so I don't...
View Article[RESOLVED] create sql select by item in lisbox
I have this standard sql: SQL="SELECT [ABC], [DFE], [RTE] FROM TABLE1" now i need to create only the selected part of sql, from a looping in listbox item... for example in list1 have: ABC DFE RTE ......
View ArticleNeed help with a loop
Hello everyone on vbforums I have a array of 10 coboboxes and 10 textboxes. I am doing something like this: Code: If Index = 1 then text1(1).text = combo1(1).text But I wonder if I can do that in a...
View Articleado connection with password
Code: Public Sub APRI_CON() Set CON = New ADODB.Connection ' APRI CONNESSIONE With CON .Provider = "Microsoft.Jet.OLEDB.4.0" .Open strDBPath End With End Sub my conn....
View Article[RESOLVED] Need help with a loop
Hello everyone on vbforums I have a array of 10 coboboxes and 10 textboxes. I am doing something like this: Code: If Index = 1 then text1(1).text = combo1(1).text But I wonder if I can do that in a...
View Article