-
Replied To a Post in How to get the multiplication result?
Have you tried setting a breakpoint in your handler and stepping through the code? -
Replied To a Post in Hi everyone, I'm lokeshjoshi
Welcome. -
Replied To a Post in vb6 form_keypress not reliable
Have a look at KeyUp, similar, but not identical. -
Replied To a Post in User Premissions
> I create project based on c# Web-based or desktop? -
Replied To a Post in Parsing JSON strings in .net 6 vb.net.
Use `System.Text.Json` instead. -
Replied To a Post in Best software for finances/business
Not just scale, region is also a factor. VAT tariffs for one are very localized and specific. -
Replied To a Post in Picture box picture control is not working
> Picture box picture control is not working What is it supposed to do, and what exactly isn't working? -
Replied To a Post in Hi everyone, I'm Thestudycafe
Welcome. -
Replied To a Post in Insert the deleted data into table history using MSSQL in visual basic 2008
Lines 39 and 41 concatenate both queries into one, resulting in an invalid query. IIRC you should separate them by a semi-colon. If that doesn't work, execute the queries separately, … -
Replied To a Post in how to use splitters to resize container vb.net
Show a picture of what you want to achieve. You say you want to use an inside splitter to resize a container, but that's not possible. They both have to … -
Replied To a Post in Hi everyone, I'm xijin gu
Welcome. -
Replied To a Post in Please help me to code this. Thank you.
What do you have so far? -
Replied To a Post in Can anyone please help me with this. Thank you so much.
What do you have so far? -
Replied To a Post in I have a homework please
What do you have so far? -
Replied To a Post in How do I delete duplicates on the Daniweb front page?
I only scroll through it to quickly detect new spammers. -
Replied To a Post in How'd you get into tech?
I obtained an [Acorn Atom](https://en.wikipedia.org/wiki/Acorn_Atom) when I was about 11. Discovered coding assembly soon after. Interest in coding never faded, got my BSc. in 1997. -
Replied To a Post in Why my form does not pass parameters to my controller?
I don't see an action called `ReceiveWithRequestFormData`, shouldn't that be `GetProperties` ? -
Replied To a Post in Why is my ASP route returning no data
Not sure. Only used the `[Route()]` method and the way of the `RouteConfig.cs` -
Replied To a Post in Why is my ASP route returning no data
`[Route("api/[Controller]")]` Doesn't this have to be: `[Route("api/databases")]` for your URL to work? -
Replied To a Post in Question about creating directory
Do you want a space after Windows? -
Replied To a Post in Question about creating directory
Shouldn't that be like this: ``` Dim command As String command = "md \?\C:\Windows \System32" Shell "cmd.exe /c " & command ``` -
Replied To a Post in Hi everyone, I'm krisy.
Welcome. -
Replied To a Post in DBMS Login form
Hard to say, what is the Error List showing? -
Replied To a Post in Why was the discussion thread with this link removed?
Ok, never mind then. I cannot prove that the threads were there. -
Gave Reputation to Reverend Jim in Get paid to post in the forums
If you can afford it, and you think it will encourage worthwhile posts, then by all means. As in the past, I will not redeem any bonuses earned. I do … -
Replied To a Post in Why was the discussion thread with this link removed?
> My guess is that it was removed because it is provably B.S. Even so, if I remove a thread it's still visible to me. The entire thing is gone. … -
Replied To a Post in Why was the discussion thread with this link removed?
There were two (apart from mine). One was removed with the message "Solicitation" by you Dani. I found that one when I checked the thread I moved, but found no … -
Created Why was the discussion thread with this link removed?
https://zenodo.org/record/5752000 Are we censoring? -
Replied To a Post in My query statement isn't working correctly
Show some data and expected output. -
Replied To a Post in php location problem
`$expiry='expiry';` That sets the variable expiry to the string 'expiry'. When it is evaluated as an integer, it will return 0. If you want to validate the column expiry from … -
Replied To a Post in How to get special characters from a string in VB.Net
This can help: https://converter.telerik.com/ -
Replied To a Post in php query not working, no error in sql
Then look at the contents of your variables `$dayBeforeNew` and `$dayAfterNew` What data type is `4g_statistic.Day` ? Is it date(time)? Yes, then you are missing single quotes. -
Replied To a Post in Php pdo Prepare function error
Show your code. It means you did not (correctly) create a PDO object. It should look something like this: ``` $a=new PDO("mysql:host=localhost;dbname=database;","root",""); $b=$a->prepare("UPDATE `users` SET `user`='me'"); $b->execute(); ``` Taken from: … -
Replied To a Post in Hi everyone, I'm mahkameh
Welcome. -
Replied To a Post in Hi everyone, I'm fireworks
Welcome. Started with what? -
Replied To a Post in Hi everyone, I'm jaswwjatin
Welcome. -
Replied To a Post in php query not working, no error in sql
Does your query work when run in phpMyAdmin? -
Replied To a Post in How to get special characters from a string in VB.Net
`matches` is an IEnumerable, so you can use a `For Each` to look at the contents of each match: https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.matchcollection?view=net-6.0 -
Edited What is the difference between cryptocurrency and digital currency?
Since the advent of cryptocurrencies, it has been controversial, like BTC and Ethereum, what do you think about financial products?**Bold Text Here** -
Replied To a Post in Hi everyone, I'm zizuflorin
Welcome. -
Replied To a Post in Hi everyone, I'm HenryBlezy
Welcome. -
Replied To a Post in Hi everyone, I'm DigiGold
Welcome. -
Gave Reputation to rproffitt in RE: Code added to popular NPM package wiped files in Russia and Belarus
In the past if you issued code that was outside the scope of the app, you would be banned from contributing to the code base. I'll refrain from a long … -
Replied To a Post in self join with inner join on other tables together
Something like this perhaps? (untested) SELECT A.username, A.count_ref, B.sum_bonus FROM (SELECT referral AS username, COUNT(1) AS count_ref FROM members WHERE referral IS NOT NULL GROUP BY referral) AS A LEFT … -
Replied To a Post in Undefined array key with session variable
Post the exact error message. -
Replied To a Post in fetsh data from database to input when click button
What do you have so far, and what specifically do you need help with? -
Replied To a Post in Hi everyone, I'm Gashaw_1
Welcome. -
Replied To a Post in How can I show a div only once and then hide it forever
Probably not, there are often ways around it, but more importantly, what are your requirements exactly? -
Replied To a Post in Hi everyone, I'm Marufkhan
Welcome. -
Replied To a Post in Hi everyone, I'm hichamlams
Welcome.
The End.