Search:
Type: Posts; User: Poppa Mintin
Search:
Search took 0.09 seconds.
-
Yes, me included a few months ago.
It's also a nuisance that one has to actually pass the cursor over the scroll bar to see it.
Pop
-
Ooops !
Thanks John, I must've missed the pop-up notification, I'm now also using version 16.9.4. It's made no apparent difference to the templates however.
Pop
-
Hi Keith,
Maybe you said which version of VS you're using in your previous thread, I'm using: -
Microsoft Visual Studio Community 2019 Version 16.8.4
Opening VS and selecting 'Create a new...
-
Ah... Sorry, I misread your post, I thought your 'ComboBox' were names you had given to your ports.
Pop.
-
Hi Prasanna,
Firstly... you'll need to correct this line as shown.
Dim COMMbobox() = {PSComboBox, PS2Combobox, DMM1ComboBox, DMM2ComboBox}
Then you'll be able to check each box in turn,...
-
Google translation of question:-
"Copy the folder inside the selected folder in the listbox to a specific directory"
Pop.
-
Hi,
It's most unusual for a thread to remain unanswered for this long, it indicates that your coding is also unusual, I would suggest that you try something else, I recommend that you totally...
-
Thanks John,
That sounds much more plausible.
I thought it was odd when I asked the question, I couldn't understand why it wasn't declared, after all... It had already generated Mouse Up and...
-
-
Hi,
Form1 has two buttons, Button1 and Button2, and a label, Label1. They're all stilled called by their generated names.
There's not much code and yet starting the app. I get an error... What...
-
-
Thanks .Paul,
Yeah, that's the trouble with being ancient, to be honest I expect I'm still thinking BASIC rather then Visual Basic, or maybe just VB version 3.0.
Poppa
-
Thanks .Paul,
That's very interesting...
Poppa
-
Thanks .Paul,
I don't believe I've had any issues with this.
Poppa
-
Hi,
On the form design screen, in properties you can select from a menu just by clicking 'Cursor'.
You could consider making your own cursor from a square image in resources..
Don't forget the...
-
Thanks Dbasnett,
I realised what was wrong...
I forgot that the module text was broken into hundreds of lines and that I needed a List not a String.
Change Line 6 to : 'Dim inpt As String, wrds...
-
Hi,
I'm trying to make a test tool to check for errors in a module, (Wordz.vb) the file is huge (1,186Kb) but starts like this:
And finishes like this:My plan is to read-in the module to a...
-
Without your code it's not easy to give an answer, but it sounds as though...
If you set a Boolean variable whilst you're processing one alarm... And if you don't allow another to process whilst...
-
I'm not impressed with what's available.
So I've made a compromise:
'Animated Buttons
Private Sub AnimateDown(sender As Object, e As MouseEventArgs) _
Handles...
-
Hi,
You might like to check-out these URL:
String Functions:
String Contains:
String Replace:
String Insert:
Strings Split:
-
"put some thought into the logic" ?
Pop
-
Hi,
Yes, being a newcomer to Visual Basic you failed to realise that unless specified otherwise, the word 'Label' is always going to be construed as a control called 'Label'.
This is what I'd...
-
Hi,
I started using Visual Basic with version 3.0 about 1990, back then Buttons had the option of being animated, 'Pop-Up' when clicked they would appear to depress whilst the mouse button was...
-
Hi,
Are you trying what is suggested?
Have you understood what Shaggy Hiker is telling you?
Have you looked at the value of 'sender' at the first code line of your subroutine?
Poppa
-
That's not a rule, it's just a convention. Whether or not anything complains depends on what settings you have. Style checkers would complain, but base VS shouldn't.[/QUOTE]
I haven't started a...
-
Hi BeginnerMe,
First error, nothing to do with your question... Subroutine and Function names should always start with an upper case letter, I'm surprised that Intellisence hasn't complained.
...
-
Hi,
You may find this useful.
Poppa
-
Hi,
Yes that's true but doing that will show you what handling you need for something similar in your class.
Here's something else you might like to consider, it's a quote from a post from John...
-
Hi,
When you need to write a subroutine for something other than (say) a Button click, which will automatically provide you with a method to handle a mouse click, and you need something similar...
-
Just to add the final result in case someone is looking to do the same thing...
' Trial to change cursor size. Started: 15:03:2021.
' Trial completed. 17:03:2021....
-
Thanks for your help guys,
Never did find any code to resize an image without putting the image somewhere... in a PictureBox, Draw to screen... etc.
Reckon I've got it sorted out now though,...
-
Ok, Thanks guys, that's fixed it.
Poppa
-
I did it that way (My.Resources.Ring80BW) but I couldn't see it in Watch, so I used the code you're asking about... Then I realised I was looking at the wrong variable, but was too engrossed to...
-
I've done it that way since VS2005 at which time it was recommended by someone in this forum.
Pop
-
Hi,
I can't see why this does not draw an image on my form.
I expect it's something basic but I can't see what.
I've checked that 'img' does in fact contain a 'System Drawing Bitmap'.
...
-
Thanks BB,
Actually I don't need a picturebox, it's a nuisance, I was originally going to try resize the .png image that I have in resources but couldn't find how to do that. I'd copied images...
-
Hi,
I'm failing to make bitmap with a transparent background. (Yes, that might be a bit of an impossibility)
I'm making a cursor from an image within a picturebox, The cursor is made but I...
-
Thanks BB,
That's brilliant, I'd struggled with that until 2AM but still got nowhere.
All that work and I'm still no better off, yes I can copy the image, yes I can make the cursor with the...
-
Thanks BB, I can't get the syntax for that command.
Meanwhile I've been trying the following:
Private Sub CaptureImage(ctrl As Control, fileName As String)
Me.TopMost = True
...
-
Thanks Dday9,
I tried that and had no MessageBox.
So I re-coded to the code below. This works fine up to a point, the cursor is 80px square and Clicking the 'Test' button, PictureBox1 changes...
|
Click Here to Expand Forum to Full Width
|