Right.. Which was in response to:
mintjulep (TechnicalUser)24 Jul 17 18:57
If your requirement is really as simple as stated then SUBSTITUTE() would be simpler.
.. meaning I looked at SUBSTITUTE() but found it to be the wrong way to go for what I wanted to do.
I feel that I was explicit in that I said "a string like this" not "this string here".
Be that as it may, I believe I can use Andrzejek's method with an added overflow protection.
Thank you.
I am trying to take a string like this: 3; 8; 11; 19; 22; 27;
And remove 19; from the string and piece it back together so it then reads: 3; 8; 11; 22; 27;
I have been dinking around with using Split() to do this with mixed results and I am just curious if maybe there is a better option.
So, as this is in Visual C++ there is no Socket control I can just click and drag onto the form? If I want winsock incorporated I have to use a snippet of code?
I am just now moving from Visual Basic to Visual C++
One of the things I often used in VB was adding a Winsock style control for communicating with another app I would write. I am not seeing anything that jumps out at me in VC++ that does the same.
Could someone help me out with this? I should...
I am creating a job calendar and I want to have a separate table in an access database for each day. The simplest solution seems to be to just name each table as the current Calendar1.Value
I am having trouble however determining how best to query a table name based on a variable with a date...
I am working with the Ping code provided by Strongm in this post:
Thread
I am wondering however if this code does a standard command-line ping that sends four separate packets. If so, is there a way to check the individual success/failure of each of those four packets.
I am having an issue...
I use a button control because I want the user to experience the tactile sensation of depressing a button and having it execute a function for them. When a user visually witnesses a button being pressed when they click their mouse they are far less likely to click a button more than once out of...
There is no reason for a player to touch another player's cards in this game, much the same way it would be unthinkable to reach across a card table and touch an opponent's cards. I believe that realism in the game takes precedence over UI standards. As I said before I also want to discourage...
I guess my goal here is to avoid unnecessary clicking on the Form. Preventing Buttons from depressing discourages clicking on them for no reason.
I appreciate the advice though. I've literally learned all of my VB6 from these forums [smile]
This form is a card table with four players. When it is not that player's turn I want the board locked down except for that player's own cards.
Its a networked game and the clients report back to a server that controls cards being dealt, which turn it is, etc.
This process worked by disabling...
Very cool. A Frame did exactly what I needed it to. The only issue I see now is that when selecting the identical background color for the Frame that the Form itself has, the Frame's color is shaded a bit lighter. I am not sure why this is happening.
Aside from that though, thank you very much...
I don't have much experience using Frames. Is there something more to placing the Button in the Frame than clicking and dragging it on top of the Frame? If not, it doesn't seem to work.
Separate fields within a table can, and often do, have differing amounts of rows containing data. I am not sure why a record count of rows containing no data would ever be desired, but that is immaterial.
Field 1 within my table has 37 rows that contain data. Field 2 has 14 rows that contain...
I know how to get the RecordCount of a Access table in vb6, but is there a way to get the RecordCount of a specific field only within that table?
I have three fields within the table (machine, device and misc). Just doing the basic .RecordCount command will return the record count for just the...
Ok, after searching some more in this forum I do see where I should not have a form at all. This is not a problem except that I am using a couple of controls in this program. Namely, a Timer and the NTSVC.OCX. I am not familiar with using controls in a Standard EXE application without a form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.