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

I'm going to not write about easy transfer alternatives here. You can google that but in case you didn't find it, this search:
https://www.google.com/search?q=windows+10+easy+transfer+alternatives

I will slam Laplink here as the times I used it, what a mess it created.
I might nod to Easeus products as folk tell me it's OK.

That said, I take the move to a new machine as the right time to forget all the old and start fresh. That's how I deal with this.

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

To debug your code, find an IDE that let's you single step your code to find where the problem is. As it's not on a CPU I currently work on, you have to learn this method.

Or add debug outputs so you can watch where it worked or failed.

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

I would start by reducing the number of errors in your code.

Read https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.metrikhive.in%2F

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

Welcome new member. It's time to read the following link:
https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question

Once you read that, I have written assembler for too many boards and CPUs, you have to write this one then share what you wrote and state where you think the problem is.

I read this about MARIE

The hexadecimal representation of the MARIE machine language might be as follows

So this is what it is. Let's see your code.

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

@Sammy, Your recent posts read too much like what a shill would post. Next time, don't spam and try to avoid sounding like a shill.

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

Just for fun, time to see why we would use triple equal signs here.

<?php
echo 1, strpos("Hello world!","s")==FALSE, PHP_EOL;
echo 2, strpos("Hello world!","s")===FALSE, PHP_EOL;
echo 3, strpos("Hello world!","s")==0, PHP_EOL;
echo 4, strpos("Hello world!","s")===0, PHP_EOL;
?>
rproffitt 2,701 https://5calls.org Moderator

Worked for me. It returned a zero.
How did I test that?
echo strpos("Hello world!","s")==0

Also works. (adding with edit.
echo strpos("Hello world!","s")==FALSE;

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

@امير_2
I have yet to find a C++ project with all functions. However you may be in luck as there is a C++ complier testing tool at https://embed.cs.utah.edu/csmith/using.html

That should create a set of projects that would have everything.

PS. You seem to have placed your new question in someone elses thread. Don't do that.

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

It's a term from the days where we used terminals. I used to tap the escape key before I typed something to get another function or character.

Today it's used when you have a language that for example expects strings in quote marks. So how do you put in a quote mark? (see your question!)

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

You forget to put your code in a code block so I have to ask why in the with the IF, you assigned 110.10 to $float_var. That's not a comparison, it's an assignment.

Read http://php.net/manual/en/language.operators.comparison.php again.

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

PS. I think this is a shame since all the fun stuff you want to do is not in the capture step. The capture step is so well discussed (I supplied a google) that you should have had that working in a hour or two. Here we are and you are fussing with Aforge and it's not working for you and apparently Aforge won't help and/or doesn't have working examples (I didn't check, you do that.)

So all the good stuff I learned in product development about motion detection isn't happening because I think you are being stubborn. It's like you dug a well and it's dry. You keep on digging.

Reverend Jim commented: That's the first rule of holes. If you're in one, stop digging. +14
rproffitt 2,701 https://5calls.org Moderator

If you didn't instanciate an object and that's an Aforge object, back to them on how to do that.
Remember there are so many ways to skin this cat which is why I noted a search above.
It's a shame you haven't got the image capture step working. Why not forget Aforge and read how others captured images with a timer?

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

Remember, if it's an Aforge issue, I defer to them.

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

Frankly I'd take your vb.net system and call it a proof of concept. Few web hosts give you an Access database so your vb.net efforts were to flesh out what you wanted the system to do.

Now go install a LAMP or WAMP (what those are, are on the web) so you can do over with a real web based system. If this is your first rodeo, take tutorials on PHP, MySQL and of course HTML/CSS/JavaScript. Figure a few months till you know enough to try again.

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

The guest account in a built in account. You don't add or remove it, just enable or disable depending on your goals.

In short, if you want unfettered access without account controls, enable guest. I'll stop here since I know I and tutorials covered that.

As to username, I must admit I wonder why you don't try that.

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

Back to Aforge on how to use and for examples. I don't use their products.

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

Not what I asked you to try. I said start with a working example so you can see where the Aforge stuff is used.
In your last reply you seem to have repeated the use of DirectCast without setting up to use their stuff.

I think we made minor progress with changes to using Form.Load to autorun your code and the timer to do what you want in the timer loop.

But to use a library like Aforge, that's where you get them to tell you more if they didn't document the library's use.

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

Start with the code where Directcast works. Look above those lines to see where eventargs is defined or is passed to the call.

Remember you are using Aforge's addons so they get to document how to use.

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

There is nothing new being asked here. It really does not matter if it's magneto or something else so I can't guess why you added magneto to this question.

Google like this to find all sorts of prior discussions. "How do I increase sales at my web site?"

Frankly after years running shops and now the web, not much has changed. You must have something I want. Also, don't get greedy. Go ahead and get your Amazon, Ebay and Alibaba stores up.

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

Back to Aforge to check doucuments on how to call DirectCast. You didn't define EventArgs so just incomplete code at this point.

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

Why call them at all?

Put the code you want to run in the timer handler.

As to calling, there are tutorials on the web today so I don't duplicate that here.

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

Remember this is your thesis. You'll have to detail how it works so that means you would have to learn what tools you are using.

Big hint? Learn about the form.load handler. Google that!

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

I think you answered yourself.

it only works when Divi Visual Builder is enabled.

You didn't tell why you disabled this?

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

Pop quiz. You may NOT google this.

Q. What are Sobel and Canny filters used for?

If you are using google to answer then you are new to computer vision processing. That's not a sin but if you are new to this, it will be confusing for the first year or so.

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

You tell me what you want, I tell you to place the code to run in the form's load event handler and there's no handler in your code dump.

I think you need to find and do more tutorials on the language you are using.

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

Thanks for the update. Be aware that most of these are not urgent and important. Some will fail and the telemetry back to Microsoft shows it failing which if high enough tells Microsoft there is a problem.

Forcing the install can in extreme cases cause systems to stop working. This is why I suggest being sure of the Windows OS's state (no trojans, etc.), enough free disk space and so on. Patience is best and check on it in a few weeks.

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

I don't see enough code so this is at a high level. Now that you know to put the code you want to run in form.load, put a timer on the form and in form.load, set the timer duration and enable it. Now when the timer fires, you have code to do what you want at that frequency.

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

That's still a portion of the code. As noted, move your rotation code over to the client in JavaScript and pull/change as you wish.

In a later reply you change your requirement to show all the images on the screen. That's a different requirement and you code as you wish.

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

Since you didn't reveal all the code, then my reply will be just about as incomplete.
On the client side keep track of which set and request the next when you feel like it.
That is, this is not something I would have in PHP but in the complete design.

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

Nice idea. But. Just try to travel in the NSA (USA?) with that.

https://www.theregister.co.uk/2017/03/20/appeals_court_contempt_passwords/

It's worse than you can imagine today. You forget that code and you're in jail.

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

I need some clarification here. PHP is usually server side so to loop images you usually have some HTML and JavaScript to display this on the web browser. That is, it would be odd to do this all in PHP.

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

Actually it was all too simple the last time I did simple barcodes. I did not need any library. I needed a BARCODE FONT.
After I installed the BARCODE FONT it was trivial to select the font for use in display or printing.

That takes care of common bar codes. For 2D you should use libraries.
https://sourceforge.net/projects/zintnet/

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

Here's a basic item you learn as you write more VB code. If you want code that runs when the app or form loads, use form.load()'s handler.

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

You would have to define best. For example if your income depends on PHP, then that would be best. If your company site is in asp.net then you would think that's best.

So what is best? Changes depending on the situation.

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

This would not be your first rodeo. That is, if this is your first attempt at tracking you are in for a rough ride.
Before we start, be aware of where you are. This forum is not known for handing out code. Or writing apps for others.
If you want code, the best next step is to add more programmers to your project, or find (google) code that does what you want.

Again, you would not take on such a project without having done prior smaller projects.

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

I took a look at your question used https://www.google.com/search?q=Failed+to+read+key+palash+from+store to see if there were priors.
Good news is there are but the bad part is to solve it was not always the same.

Look at the priors to see how folk fixed it.

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

I think this is one of those problems that you have to solve. That is, you want this and it's a rather niche solution. So you may have to make a quest out of it and create something new.

Think of GEMS like a tool. It's good for what it does and then when you need to do more you use another tool or if there is no tool, you create a tool. However I do encounter newish programmers that are looking for tools exclusively and don't create new tools. The usual reason is time.

PS. Since I'm not coding on your team, I am conversing with you about programming philosophy. That is, how we code, make design decisions and how much are we willing to invest. What might be needed is to step way back to an world view of the problem the app is trying to solve rather than thinking about how to use/avoid/extend GEMS or other thing.

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

Just a tip. If you use the Aforge kit, their forum is at http://www.aforgenet.com/forum/

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

Start by explaining how your topic meshes with your table and what you want to do.

That is, you can't write an app if you don't know what you want it to perform.

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

https://www.google.com/search?q=Outlook+2011+receives+but+does+not+send+GMAIL finds many causes. However you have to admit that today changes happen without us touching the computer. Look through the priors and let's hear what error message there is on send.

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

Up at the top you wrote what you wanted sharing to do and it failed that spec.

About not adding a guest account, that's OK since it's a built in account that is enabled or disabled (your choice.)

Do I need to point back to what you asked for?

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

The tutorial notes how guest is special. In Windows speak it's a way to allow a connection without an account.

There are many ways to configure access but many failed to meet your specifications. You are the ruler here but just like Science sometimes you can't do what you want.

This is why I've kicked it around with you here. So you can see what you can do.

At this point you should be ready to go. If not, why not add a team member on your project that has the needed skills?

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

That's OK. The article is not limited to what I think you want to do but does dive into the settings, screens I would have to be conversant as well as au courant with those controls.

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

The article also noted if we wanted control over which users do what, we remove the guest from the access list.

I fear you have to go over the tutorial again. I also fear you may just have to dive in again and again till access controls, accounts, permissions and rights begin to make sense. I can only take you so far.

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

You have many questions.

  1. Users are that in Windows10/8 etc (non-server) that are used to log into Windows, correct ?
    Not entirely. Since we are on a non-server Windows OS the shares (and mind you I expect you to have read the tech article I noted) use the Windows accounts to know who is who. So to give the level of control you want, the share system must have some user accounting to effect this control. The easiest way would be to create as many users as you need so each connection uses that unique user account for access control.

  2. If so I assume I can limit the user to being able to login to Windows and strictly limit their credential to a shared folder, for example ?
    You'll need Windows Pro versions. Read https://technet.microsoft.com/en-us/library/cc957048.aspx
rproffitt 2,701 https://5calls.org Moderator

You put the textbox on your form then some code like https://msdn.microsoft.com/en-us/library/system.datetime.year(v=vs.110).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-1

So after you get the current date and time.
`textbox.text = moment.Year;

If you find moment.Year returns an Int, then use some string conversion.

I have to ask, with all the docs available, why couldn't you find this?