rproffitt 2,701 https://5calls.org Moderator

Keeping your system safe is usually done with the usual antivirus suite or using a current Linux OS (two most common methods I run into.)
The other way to keep your system safe is with backups. Let's say you give me your current boot drive for safekeeping. How long till your system is running again? As in a system drive crash.

I find developers sometimes forgo backups. Usually the newer ones that haven't learned this lesson. Sometimes they think there's another answer because telling them to backup "is not helping."

After that, you can scan the site as others noted at https://www.google.com/search?q=How+to+scan+WordPress+website+for+malwares+and+virus%3F

rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

You may have to specify Linux, BeOS, Apple OS, DOS or another OS. Also what dev system on what OS since this will likely tap into the OS.

Finally this may be called malware by some antivirus suites so be sure this is not something you'll use widely.

Now for Windows, AutoIT makes this a trivial task. Read one example at https://www.autoitscript.com/forum/topic/78383-press-enter-key/

rproffitt 2,701 https://5calls.org Moderator

Maybe you inadvertantly solved it with a two step process. Now that you have that USB bootable working, try this:
https://www.google.com/search?q=convert+bootable+usb+to+dvd

rproffitt 2,701 https://5calls.org Moderator

@M. A little too abstract without some context. I wonder if your image at photobucket might have had the question or the answer to my "But why?" but that's a lot of code without a question.

Photobucket seems to be a good place gone bad. I don't use them anymore.

rproffitt 2,701 https://5calls.org Moderator

Here's the first thing I think of when you or others ask about the Google Ad API. Ready?

The AdWords API is very powerful, but it's a serious commitment.

More is at https://developers.google.com/adwords/api/docs/guides/start but I'm running into management types that can't make the commitment.

rproffitt 2,701 https://5calls.org Moderator

@M. So you note this is OLD, dump hundreds of lines of code then no question. Hmm, why?
This is what I saw at the photobucket link.
why.JPG

rproffitt 2,701 https://5calls.org Moderator

The one big thing about app stores is the proliferation of malware, trojans, rootkits and spyware. The issue is not the cost overhead of the current app stores but the almost utter disregard of the other app stores in regard to apps that have malware and other issues.

It's almost like you want to be the go-to app store for those that have malware embedded in their apps.

My bet is you'll be a hit with the darkest of the dark side developers.

rproffitt 2,701 https://5calls.org Moderator

So I went looking for this LG and at the Apple site read the reviews at https://www.apple.com/shop/product/HKN62LL/A/lg-ultrafine-5k-display

That was not a happy reading. But did confirm a few things. One, you're not alone in seeing product issues and most of all, the display may have firmware. So that's my input here.

See if the display has a firmware update.

rproffitt 2,701 https://5calls.org Moderator

It seems protected in a good way. Hard to crack. I see I kicked it around before at https://www.daniweb.com/hardware-and-software/mac-os-x/threads/506144/converting-ismv-file-to-mp4

rproffitt 2,701 https://5calls.org Moderator

Sorry that I was unclear. I had hope you would expand on your question or rather downsize the question to something smaller, more specific. As I read both questions they are too similar and not getting down to what stopped you.

rproffitt 2,701 https://5calls.org Moderator

https://docs.microsoft.com/en-us/sql/t-sql/functions/dense-rank-transact-sql and other docs made no mention of added spaces.

When I need formatting I do that in my report software.

rproffitt 2,701 https://5calls.org Moderator

@M. I see http://www.baylan.com/contact_us.asp has a lot of contacts to ask for that.

rproffitt 2,701 https://5calls.org Moderator

I read some back and forth on this and from 1 to over 4 weeks. This can really upset those that want instant results.

rproffitt 2,701 https://5calls.org Moderator

While it's a way, it's also DEAD. Read why at https://www.mattcutts.com/blog/guest-blogging/

rproffitt 2,701 https://5calls.org Moderator

Too similar to https://www.daniweb.com/programming/software-development/threads/509130/master-master-migration-and-master-slave-migration-on-same-mysql-server

Since no one answered you might need to pare down the question to something a little simpler or rephrase.

rproffitt 2,701 https://5calls.org Moderator

I don't want to upset you again but my fix would be to use a timer then in the timer apply the effect you want on the controls.

KushMishra commented: Thanks, but yes I really do not want to use timers. May be some nested triggers, if we could have them practically in WPF (don't know) ? +4
rproffitt 2,701 https://5calls.org Moderator

Why Worrying About Your Own Alexa Ranking Is A Waste Of Time

That's what I'm thinking.

rproffitt 2,701 https://5calls.org Moderator

OK, I take it you have your number of days from borrowdate to returndate. Now you need the number of Sundays between those dates.
If I was going to look into that I'd read priors at https://www.google.com/search?q=PHP+How+many+Sundays+between+dates%3F

rproffitt 2,701 https://5calls.org Moderator

I read it but this is a well beaten topic. There are 8 methods alone in the Wiki article so you pick the method you want and code accordingly.

rproffitt 2,701 https://5calls.org Moderator

I don't see any code so you may be working on getting that here. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you know what works best here.

This sounds similar to https://www.cs.bu.edu/teaching/alg/maze/
And a Wikipedia on this subject. https://en.wikipedia.org/wiki/Maze_solving_algorithm
And prior discussions with https://www.google.com/search?q=computer+navigate+an+ASCII+maze+on+its+own.

rproffitt 2,701 https://5calls.org Moderator

Just a thought about line 16 which is if($currentdate > $returndate){
That looks like why you have to wait a day to see a fines result. What if you had used the => or >= so that line would work if today was the returndate?

rproffitt 2,701 https://5calls.org Moderator

My favorite was.... The PC had onboard and a graphics card. They plugged it into the motherboard and it would boot, show the BIOS, Windows splash screen and then go blank. I bet you know why by now.

rproffitt 2,701 https://5calls.org Moderator

This might take you a few years to create so why not use one of the open source code editors like Ace?
https://ace.c9.io/#nav=higlighter notes you can change what and how it highlights.

EDIT: Just after I posted I read this: https://www.wired.com/2012/07/google-open-sources/

rproffitt 2,701 https://5calls.org Moderator

Here's the 411. First you do this manually then you convert those steps to a script. Some don't understand the need for the first step.

Gribouillis commented: Don't forget to record the steps during the manual phase! +14
rproffitt 2,701 https://5calls.org Moderator

To refresh our memory I read https://www.tutorialspoint.com/python/tk_messagebox.htm again and see this UI is for simple interaction with the user. If you were to try to place say a report in the message box you would indeed see oddities.

I'd forget the messagebox here and take a run at dialog boxes. Beginning tutorial at http://effbot.org/tkinterbook/tkinter-dialog-windows.htm

rproffitt 2,701 https://5calls.org Moderator

If you are looking for codes (?) you might have to place this in a for-hire forum. This forum is about software development so take time to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question

Now you can share what you have and what step you are stuck at.
If you need a working app, then you may have to post this in the for-hire or similar forum.

rproffitt 2,701 https://5calls.org Moderator

Take time to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then add more detail to your discussion.

rproffitt 2,701 https://5calls.org Moderator

Again, no. Not that simple. Since only you know what the monitors are (no model numbers in your posts) as well as what video card you are considering, only you can answer "will it work?"

If you want a clear answer you'll need to supply details such as monitors you have and what card you will likely buy.

rproffitt 2,701 https://5calls.org Moderator

No you may not use more than ONE monitor at a time.

You may not also use a DVI-D (there are no less than 5 types of DVI, you must specify) since the board you wrote about has no such connection.

Now that you are possibly going to add a video card, there are a few cheaps ones that are single monitor use only. Until you know what you are getting plus full model numbers on the monitors the answer will be no or unclear.

rproffitt 2,701 https://5calls.org Moderator

This one is simply no. https://www.gigabyte.com/Motherboard/GA-H81M-S-rev-10#sp shows one and only one video port.
http://download.gigabyte.us/FileList/Manual/mb_manual_ga-h81m-s_e.pdf confirms one video port. Looks to be VGA.

To get to 2 monitors you'll have to add a video card and the onboard might disable so be sure your card notes dual monitor support.

rproffitt 2,701 https://5calls.org Moderator

I'm going with no. Since the bid can up by 0.01 there's no reason a bid can't be 0.01 or higher amounts during the 220 bids.

I find it interesting you wrote you are buying bids. That sounds kind of scammy. When I bid on something I don't have to pay to bid. Is there something sleazy about this bidding?

rproffitt 2,701 https://5calls.org Moderator

@Stefen, while I see how, you must dig in a little here as your files, your responsibility. Blindly using scripts is something I don't advise.

Did you notice this line?
` if Ubound(flds) >= 2 Then

That section could be changed to just > 2 and then you could copy that section to have a handler for = 2 and alter the code to handle just the a-b.jpeg as you wish.

rproffitt 2,701 https://5calls.org Moderator

@Stefan. If you don't want the echo's, read https://ss64.com/vb/echo.html to either set them to not be interactive or comment, remove as you see fit.

rproffitt 2,701 https://5calls.org Moderator

Doesn't sound like too much work. Sort by name, cut and paste to the folder you want. There are file mover apps but even at the many files, shouldn't take too long.

https://www.google.com/search?q=file+mover+app

rproffitt 2,701 https://5calls.org Moderator

Add more detail. Such as is this something you want Windows File Explorer to do, or are you writing an app?
If WFE, you have to share which Windows.
If an app, share your code after you read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question

rproffitt 2,701 https://5calls.org Moderator

@m. As I read from https://www.daniweb.com/members/1101722/moaz-amin-37/posts/downvoted it appears you are falling into the habit of asking for code or not checking the docs. Try making better posts. Read how at https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question

rproffitt 2,701 https://5calls.org Moderator

PS. I see you are trying to make an image to print, but I don't see if you previewed it to see if it's fine. Also the printer may be very picky about images. Crawl before you walk by using a known good image file.

rproffitt 2,701 https://5calls.org Moderator

https://reference.epson-biz.com/modules/ref_charcode_en/index.php?content_id=118 seems to tell me this model may or may not have an Arabic character set. Also https://en.wikipedia.org/wiki/Persian_alphabet#Differences_from_Arabic_alphabet is worth adding here as the printer does not have any indication there is a true Persian character set.

Yes I also checked other posts like this -> https://stackoverflow.com/questions/45605440/print-a-persian-file-by-thermal-printer-and-python-escpos-mnodule and https://community.activestate.com/node/21907 but no one is answering.

The long hard fix would be to render a graphic and if the printer supports it, print that graphic.
http://www.epson.com.au/products/brochures/TMT88III.pdf tells me this may be your only fix.

rproffitt 2,701 https://5calls.org Moderator

It appears this is a question posed many times. Read priors at https://www.google.com/search?q=Connect+VB6+App+to+Another+Computer+Access+2003+Through+Internet

Your skill in exposing the "server" to the internet plus assuring you are ready to restore from backups will be tested as your system will be subjected to attacks from the internet. In other words, I wish you the best but expect the worst.

rproffitt 2,701 https://5calls.org Moderator

It appears folk have written web pages about this. Here's how I found them: https://www.google.com/search?q=combine+Windows+7+32+and+64+bit+installer

rproffitt 2,701 https://5calls.org Moderator

I took a moment to google "DBConnection: No update query specified and failed to generate one." and found priors. In those prior discussions folk would provide code blocks for others to pick over and comment.

That said, I don't use that compiler and have actively avoided MS Access for over a decade for reasons. I don't want you to think your issue is being ignored.

rproffitt 2,701 https://5calls.org Moderator

One of you best resources are prior discussions about this. Example: https://www.google.com/search?q=c%2B%2B+program+which+lets+me+change+the+password

What I do want to warn you is that you should never put the information into plain text storage. Here's the word on that: https://www.google.com/search?q=Never+store+passwords+in+a+database!

So for you that's a lot to digest as your new programmer may be struggling with what they wanted then you pile on the requirement that no user name or password exist in plain text anywhere.

rproffitt 2,701 https://5calls.org Moderator

This is an issue since about W7 64 bit. Read this issue kicked around at http://www.masmforum.com/board/index.php?PHPSESSID=786dd40408172108b65a5a36b09c88c0&topic=16569.0 and consider the workarounds there.

If you can't find a 16 or 32 bit Microsoft OS or DOS to run in the VM, read http://masm32.com/board/index.php?topic=736.0 since it appears to be MASM32 for Linux which you can find many distros.

rproffitt 2,701 https://5calls.org Moderator

https://datatables.net/forums/ seems to be specific to this product.

https://datatables.net/forums/discussion/35702 seems to note centering the table on the page.
Notice how they want their examples.

rproffitt 2,701 https://5calls.org Moderator

it's looking like we need to create a Moore's Law for EV's

I think we're seeing something like we see in PCs. Power goes up, price is about the same and used gear fetches a fraction of the new prices.

rproffitt 2,701 https://5calls.org Moderator

While I don't claim to solve this I always cringe when I see the "select *" in any query. There are a lot of articles why you always check for this and I don't know the table structure so I can't guess if you need all in the result set. Do you?

I've fixed many SQL speed problems on this alone. Worth checking.

rproffitt 2,701 https://5calls.org Moderator

@AssertNull. I admit it's not an one size fits all solution. JamesCherrill and I both fall neatly into the 95% model noted where 95% of our trips are done with the EVcar and rest via ICEcar and other transportation.

I see a lot of folk try to say this is not a good solution because of the 5% use issue.

-> And EVcars are not as expensive as they used to be. Here the few year old Nissan Leaf prices are hovering below 10K USD. At full price, I would have waited for the Tesla 3, Chevy Bolt or another 200+ mile range EVcar. This is how I met my first EVcar.

rproffitt 2,701 https://5calls.org Moderator

A textbox has an id which you know and the contents which you know. Your question is unclear to me.

rproffitt 2,701 https://5calls.org Moderator

@Fahad_10, I'm going with NOT SECURE since you can't verify what that site is doing with the information.