[RESOLVED] Load selected item in WMP
User selects item from combobox loads in media player and beings playing Code:   Private Sub Movie_Player_Load(sender As Object, e As EventArgs) Handles MyBase.Load     Dim da As New...
View ArticleProgrammatically Apply The Same Formula To Each Cell In A User Selected Range
I am using VS 2008, and coding in VB.Net for an Excel 2007 Add-In. After the user selects a range of cells, they can open a form where they are asked to enter a custom formula into a text box. Using...
View ArticleCrystal Report Cross Tab Issue
I have a MSQSQL Table that looks like this : and i want it to look like this on Crystal report 10 : I have been trying everything i know with Cross-tabs but its not giving me this. Please i need help...
View Article[RESOLVED] Empty Array of UDT?
A while back we had this: Returning/Detecting Empty Arrays. Calling SafeArrayCreateVector() to make "no elements" arrays that return UBound() of -1 is pretty useful. But what if you have dynamic arrays...
View ArticleVb6: Winsock data arrival multiple packets
I am receiving a large request from a website, and data arrives in multiple parts. like on 2 parts how can i get data to textbox in one part? Private Sub winsock_DataArrival(ByVal bytesTotal As Long)...
View ArticleExcel 2019: ActiveX-Listbox works on my computer, but not on another Computer
Hi Folks, something weird: I've written a small tool for my boss in excel (for him to query our database). For that, on the primary worksheet there are some ActiveX-Controls (ActiveX, not those...
View ArticleBlinking numbers on the clock-face....
Hi again.... ! I have now made my adjustments to the analog clock that I was able to download from 'RinoBull's collection. I can be back about what the adaptations are if there is some interest. They...
View Article[RESOLVED] Can you refer to a recordset by a variable rather than explicitly?
I'm trying to pull together some data from a number of sites running identical copies of an app. The data is all in place and has been split up into folders for each site. All are connected to the...
View ArticleContaining bunch of checkboxes into an array - errors
Hello, I have tried to create an array of option buttons (for example Checkboxes). With a loop or calling a function I'd like to call ALL or just selected buttons from array and change their falue...
View ArticleIs it possible to pass a javascript variable to a global vb.net variable
I have a variable called tests and trying to assign it to a global vb.net variable called sectionId can I do this?
View Article[RESOLVED] Sqlite how to check if a field is empty?
Hello VbForums I'm using Sqlite and RC5 I want to chek if a Text type field is empty. I'm using; Code: If IsNull(Rs!Fieldname) If Rs!Fieldname = "" but with no result. Though I could easil see the...
View ArticleVS 2019 Windows Forms Font Problem
Hello I am coding an application and while I am selecting fonts for controls, labels, etc, only truetype fonts show up and when I created a registry entry impersonating a truetype font it gives me an...
View ArticleFind location of points after ResetTransform
I'm writing a small app that draws Japanese multiplications, based on values in two NumericUpDown controls... The problem i'm trying to solve is how to get the location of the red dots in the image....
View ArticleFind location of points after ResetTransform
I'm writing a small app that draws Japanese multiplications, based on values in two NumericUpDown controls... The problem i'm trying to solve is how to get the location of the red dots in the image....
View Article[RESOLVED] Blinking numbers on the clock-face....
Hi again.... ! I have now made my adjustments to the analog clock that I was able to download from 'RinoBull's collection. I can be back about what the adaptations are if there is some interest. They...
View Article[RESOLVED] Find location of points after ResetTransform
I'm writing a small app that draws Japanese multiplications, based on values in two NumericUpDown controls... The problem i'm trying to solve is how to get the location of the red dots in the image....
View Article[RESOLVED] Find location of points after ResetTransform
I'm writing a small app that draws Japanese multiplications, based on values in two NumericUpDown controls... The problem i'm trying to solve is how to get the location of the red dots in the image....
View ArticleMouseUp-Event not firing using DragDetect
When I use the API DragDetect the MouseEvent MouseUp is not firing anymore. I need that Event to recognize the end of the whole Drag-Process. I know, I could use OLE-Drag but in my UserControl I have...
View ArticleSporatic err 380, Invalid Property Value, but only in compiled exe
A weird thing. After compiling and distributing my new release, I discovered accidently that I woud get this err code 380 in the compiled release version in my Edit code that I enhanced to use color...
View ArticleVb6: Winsock get data fix ( i pay $200 to who can fix this)
i want to grab all page source using winsock from this site: http://apache.org but problem is on data arrival event i get data on 2 parts i need to get all data at once into textbox i offer $200, can...
View Article