-
Replied To a Post in Shared editor window??
>Does anyone see a use to this? Is anyone even using chat? Doesn't look like it based on reviewing the logs. I don't see the ROI potential here. I think … -
Replied To a Post in window problem
You might want to have a look at my recommendations for installing Windows 7 in [this thread](https://www.daniweb.com/hardware-and-software/microsoft-windows/threads/424868/reformatting-my-computer-with-windows-7-ultimate) The imaging software I use is [Macrium Reflect free edition](http://www.macrium.com/reflectfree.aspx). -
Replied To a Post in window problem
You can start by being more helpful when you post. For example, you said you gave it 40mb and now the space is showing 20gb. That statement is confusing if … -
Replied To a Post in Trump
Obama's inauguration was about hope. Trump's was just more "the country has gone to hell" rhetoric from his campaign. At least he didn't have the sniffles. -
Replied To a Post in Trump
Best idea of 2017 Someone proposed that Obama resign as president one day early to allow Biden to serve as the 45th president for one day. This would have made … -
Replied To a Post in vb.net closest number
13973.88 is closer to 15833 than it is to 10000 so what is the problem? -
Replied To a Post in C++
You have to declare your strings to have enough space to hold the longest expected string. Since you declared only one char for name (for example), any unused input chars … -
Replied To a Post in Export data to Excel from Datagridview
Here's an example of how to [export data from a ListView to Excel](https://www.daniweb.com/programming/software-development/code/464769/export-listview-to-excel-spreadsheet) but it doesn't use OleDb. -
Marked Solved Status for I need some way to monitor disk activity
I'm having issues with my TrendMicro anti-virus software where my disk activity hits 100% for 10-15 minute periods randomly throughout the day. TM tech support has made a few suggestions … -
Replied To a Post in I need some way to monitor disk activity
Looks like an old tool will be close to what I want. `perfmon.exe` has been a part of Windows since XP, perhaps even back to NT. The current version is … -
Replied To a Post in I need some way to monitor disk activity
Looks like the VM idea is out. The newest VM I have is Windows 7 Pro and VS2012 and up require at least Windows 8. -
Replied To a Post in I need some way to monitor disk activity
Actually, I think I'll download VS 2017 and install it in a virtual machine. -
Replied To a Post in I need some way to monitor disk activity
Unfortunately I cannot build NetDash as it uses a newer version of Visual Studio. I am running VS 2010 and cannot upgrade because newer versions cannot be used to debug … -
Replied To a Post in I need some way to monitor disk activity
Auditing might do it but it seems to involve making a number of obscure changes to my system and I can't see that ending well. Yeah. SSDs are nice and … -
Replied To a Post in Database relationships
Please provide more detail and show us what work you have done so far. -
Edited I need some way to monitor disk activity
I'm having issues with my TrendMicro anti-virus software where my disk activity hits 100% for 10-15 minute periods randomly throughout the day. TM tech support has made a few suggestions … -
Created I need some way to monitor disk activity
I'm having issues with my TrendMicro anti-virus software where my disk activity hits 100% for 10-15 minute periods randomly throughout the day. TM tech support has made a few suggestions … -
Replied To a Post in Parameter @name has no default value
Please add the loop code and post the results. -
Replied To a Post in Parameter @name has no default value
I considered that but the error seems to be with the parameter, not the table. An actual copy/paste of the error rather than a paraphrase might have been helpful. In … -
Replied To a Post in Parameter @name has no default value
That seems like an odd error considering that you don't have a parameter named `@name`. Are you sure there isn't a typo in there? Please add the following code just … -
Gave Reputation to JamesCherrill in Why do I need +1-1?
OK everybody. This is getting too heated. I'm closing this thread. JC -
Replied To a Post in Why do I need +1-1?
>its not the job of the compiler to write our wrongs I never said that it was. Whether or not a compiler should optimize is an opinion. Whether or not … -
Replied To a Post in Trump
>Yeah if you think of Trump as a 13-25 year old boy... I believe the term is psychological neoteny. it's the retention of youthful attitudes and behaviour into adulthood. -
Replied To a Post in [newbie] Need help with basic Pseudocode
What are you having trouble with? -
Replied To a Post in Why do I need +1-1?
Wouldn't most compilers optimize `y = x-1+1;` to `y = x;` anyway? -
Replied To a Post in implement linear and binary search algorithum using c in linux o.s
Do you have a question? -
Gave Reputation to AssertNull in hacking
> i think all of you don't understand what i mean? Any possible miscommunication involved would be on your end, not ours, so the problem would be you not writing … -
Undeleted a Post in hacking
@hinaraees I'll show you what you need to know. Just send me your Facebook login and password and I'll send you everything you need! -
Replied To a Post in hacking
Ethical hacking is not necessarily a bad thing but we have no way of knowing if that is your intention. Actually >how to access social media accounts like facebook, watspp … -
Deleted a Post in hacking
@hinaraees I'll show you what you need to know. Just send me your Facebook login and password and I'll send you everything you need! -
Replied To a Post in Trump
RE: Meryl Streep at the Golden Globes When are people going to get it? The reason Trump makes tweets like "Meryl Streep is underrated" is to provoke the very reaction … -
-
Replied To a Post in Please help me remove this cyclops alien icon from my desktop!
Is it part of your desktop wallpaper? Does it appear when you boot into safe mode? What if you log on as `Administrator`? On most Windows systems the Administrator account … -
Replied To a Post in hacking
The problem is that, from a technical point of view, there is no difference between ethical hacking and the other kind. It's sort of like asking someone to show you … -
Replied To a Post in hacking
Can you please be clearer on what you mean by "ethical hacking"? It sounds like an oxymoron to me and the word, hack, has been so horribly misused in recent … -
Replied To a Post in String Scrambler Console
>CommandRun is called in main in a loop. Here is your main loop. `CommandRun` is called from `GetLine`, not from "main in a loop". Sub Main() InitConsole() While run = … -
Replied To a Post in String Scrambler Console
Just a few suggestions to start. 1. Functions/Subs should be named to reflect their purpose. For example, `GetLine` should get the input and nothing more. Instead it gets the input … -
Replied To a Post in How to get into python deveopment
As a self-confessed beginner you have a lot of work to do before you can get on a real project. -
Replied To a Post in String Scrambler Console
Are you looking for feedback on how to improve your code? If so, I have a couple of suggestions. Aside from that, what is the purpose of the program? -
Replied To a Post in Trump
A lot of that was just fodder to keep the media from focusing on important issues, IMO. "Build that wall" and "Lock her up" make for better sound bites than … -
Edited Auto Size DataReport Objects base on selected paper size
Good Day, I have a Datareport designed in A3 size. Is there a way to print the report in A4 without having to re-design it again manually to fit in … -
Replied To a Post in Trump
By the way. On top of axing Medicare, Medicaid and Obamacare I forgot to add Paul Ryan's announced plan to defund Planned Parenthood. Because of cutbacks, Texas now has the … -
Replied To a Post in Trump
Let's get real. The purpose of the wall is not to keep Mexicans out. The purpose is to funnel billions of dollars from the pockets of American taxpayers into the … -
Replied To a Post in Trump
The pundits will always say that whatever happens is exactly what they predicted (without any supporting evidence, of course). I wonder how Trump's supporters are rationalizing now. Trump will take … -
Replied To a Post in Trump
Trump now says that the Mexico wall will be paid for by American taxpayers and will cost no more than $8 billion. Experts, however, peg the cost as up to … -
Replied To a Post in Windows 10 Updates
Microsoft touted the Aero interface features of Windows 7 as "must have" and "wave of the future" (many laptop users, however, cried "battery killer" and disabled the fancy stuff). Then … -
Replied To a Post in object variable or with block variable not set
You didn't pass `tracePackageError` an object but you are trying to reference it from within `tracePackageError` so you get an error. See [vb.net optional parameters](https://msdn.microsoft.com/en-us/library/f25e2b6b.aspx). -
Replied To a Post in read sqlite datatable verry slow
If you are populating the Listview/DataGridView in a loop then I suggest you disable updates before you start the loop then enable them after the loop. This will save you … -
Replied To a Post in DaniWeb Database Breach
Just out of curiosity, how did you come to learn of this? And, again, out of curiosity, what was the vulnerability? -
Replied To a Post in i want source code for uploading ,displaying and downloading image in jsp
I have family in from out of town for Christmas and big plans today but I will certainly drop everything and get right on that as well.
The End.