- 0
[VB2005] Check if masked text box is empty
Asked by
ProclaimDragon,
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
By aclarke_31 · Posted
Awesome. That's what I was thinking Jim. Yea from what I can tell you connect the AIC card to the AIC header on the motherboard, so it doesn't just run through the PCI lanes. That's fine guys. Thanks for clarifying 🙂 I was getting a little bit lost with all of this, but I need a minimum of TB3 and the connector on the MB has it, but not on the back of my PC chassis / MB IO shield. Anyway I found that the cheapest I can get it is Amazon at 70 quid, so I'm just gonna have to fork out for it. Thanks everyone. 🙂 👍 Don't worry about Mindovermaster. He's just his chirper cheerful self lol. Thanks everyone 🙂 -
By Jose_49 · Posted
I wonder why you say that. As we speak, I'm using it to slash off several minutes of my life. -
By xMorpheousx416 · Posted
I think you may need to adjust your style of approach. I know you won't though. While some were affected by performance issues, and it's not a huge gap... you're acting as if Ryzen couldn't handle 11 at all. Performance issues are purely based on some facts in certain scenarios, while others are not. I see one link with a handful of people discussing the topic. I didn't join those topics or seek them out myself, as I didn't encounter noticeable drops in performance going from 10 to 11. When 10 came out, during that beta testing phase... I was able to continually crash my system simply by renaming files. It might also have to be because I don't have my nose stuck up the butt of single digit percentage points. I don't benchmark my PC every time something new comes out. Single percentage point differences in performance only ruffle the feathers of those that don't care about daily use. If you have a race car, do you compare that to your daily driver? Do you expect your Honda Accord to break the 9 second quarter mile like your 1000HP Pontiac Firebird? If you're so worried about FPS instead of enjoying your games... perhaps opening a curtain in your basement might provide a new perspective in life. -
By ThaCrip · Posted
Currently updating my Win10 IoT Enterprise LTSC 2021 in a VM (QEMU/KVM) on Linux. but damn, updates take forever (makes me appreciate the lightness on Linux all the more). to give you a general idea... this update finished at 37 minutes into system uptime and I would estimate updates have been running roughly 20-30 minutes (some of this would be download time, but even subtracting that I would guess that 20-30min is close). granted, I only got two cores of my four core CPU (i5-3550) dedicated to the VM. but still, Linux wipes the floor with Windows in this regard. plus, that does not count the reboot which takes even more time. -
By +Warwagon · Posted
garbage? I find it very useful.
-
-
Recent Achievements
-
rshit earned a badge
Reacting Well
-
Alan- earned a badge
Reacting Well
-
IAMFLUXX earned a badge
Week One Done
-
Æhund earned a badge
One Month Later
-
CoolRaoul earned a badge
One Month Later
-
-
Popular Contributors
-
Tell a friend
Question
ProclaimDragon
I have a masked text box for an ip address which has a mask like this:
"000 , 000 , 000 , 000"
the preview gives me something like this:
" . . . "
(both without the quotes)
Is there a simple way to check if this textbox has been filled or not? I tried:
If Me.MaskedTextBox.Text = Nothing Then End If
Only to find ou that this would never work of course... Is there a simple or way to do it or I'll have to split the text by the dot and check the 4 parts if they are filled or not?
I would prefer to do this in one line if possible and not processing the whole text to see if it's empty. Is there a way?
Link to comment
https://www.neowin.net/forum/topic/472625-vb2005-check-if-masked-text-box-is-empty/Share on other sites
8 answers to this question
Recommended Posts