-
Began Watching Countdown Timer VB2008
Hello Guys, I need your help, ill try to fix this almost 2 weeks, but no success, i want to make a countdown timer from hour to minutes to seconds, … -
Replied To a Post in Countdown Timer VB2008
Look at the example at https://msdn.microsoft.com/en-us/library/dd492144.aspx?f=255&MSPPError=-2147217396 While your code is yours I see problems aplenty that you need to address one by one. I would like to see you 1. … -
Began Watching how to write square root function....
how to calculate square root of function..using formulae b2-4ac.... -
Replied To a Post in how to write square root function....
There are more than a dozen methods noted at https://en.wikipedia.org/wiki/Methods_of_computing_square_roots While something interesting to explore, which method would you like to find source code for? Given the code has been … -
Began Watching How to view the memory allocated in the program ?
Hi guys , Assume the following is my program, is there a way to see how the memory is being allocated by the java program ? How do I use … -
Replied To a Post in How to view the memory allocated in the program ?
Good question. I wonder if http://bytecodeviewer.com/ would let you see this. In the video I see a memory pane show up. -
Began Watching XP Home Edition SP3 Printer Spooler won't start
I would like to ask for help on this problem that I've tried to troubleshoot, but have had no success at. The print spooler on a windows XP Home Edition … -
Replied To a Post in XP Home Edition SP3 Printer Spooler won't start
One more thing to check out. Is the file printui.dll in the usual Windows folders? The old SFC /SCANNOW may or may not bring it back. -
Began Watching Creating Network Sniffer using C#
Hello All, I really want to create a network sniffer. What kind of topics do I need to understand to create a simple one? Thanks -
Replied To a Post in Creating Network Sniffer using C#
How is this different from your other question at https://www.daniweb.com/programming/software-development/threads/500016/network-sniffer-using-c -
Replied To a Post in After Installing SSD with HD Caddy, Laptop won't recognise external HDDs
Another update. It took a while to remember how I found a drive letter manager (or even that name!) So here's the path I took. http://www.sevenforums.com/hardware-devices/112479-windows-7-does-not-assign-drive-letters-external-hdds.html then over to http://www.uwe-sieber.de/usbdlm_e.html … -
Replied To a Post in After Installing SSD with HD Caddy, Laptop won't recognise external HDDs
Update. My caddy for my y510p just arrived so later I'll plug that in with some HDD. Next I'll try some USB sticks to see what happens. There are many … -
Began Watching Wombat 1 to wombat 2 machine
I try to edit he wombat machine to add a stack to it to make wombat 2 from wombat 1 machine, which then requires push and pop instruction. But i … -
Replied To a Post in Wombat 1 to wombat 2 machine
This looks to be on a prior Daniweb discussion. Try this link: https://www.daniweb.com/programming/software-development/threads/464673/unable-to-pop-out-values-cpu-sim- -
Began Watching Network Sniffer using C#
Hello All, Recently, I have been thinking of creating a software that will detect network packets and then develop it as I go along. Can you help me point to … -
Replied To a Post in Network Sniffer using C#
Before you go too far, consider current sniffers that are open source and working. And even before you do that, for wired networks, many packets will never be seen by … -
Began Watching Windows 10 - Restart computer and it goes into sleep mode
So I have a problem, any help would be great. I have a new computer, like 2 weeks old. I have turned off sleep mode so I only have the … -
Replied To a Post in Windows 10 - Restart computer and it goes into sleep mode
Just one thing. That message is likely the display going into sleep mode. I've seen that when the PC is working fine but the video mode is out of range … -
Began Watching Having problem Fetching hyperlinks from url due to proxy (i am new to Pyth)
I am trying to work on some code that will fetch all hyperlinks from a webpage url using the python. The code works perfectly fine when i try to run … -
Replied To a Post in Having problem Fetching hyperlinks from url due to proxy (i am new to Pyth)
https://docs.python.org/2/library/urllib.html notes more work for you when proxies are involved. -
Began Watching Can't install windows off burned disc
So I have an ISO of Windows 10 x64 and I'm attempting to install it on a brand new hard drive. I start by using PowerISO to mount the image … -
Replied To a Post in Can't install windows off burned disc
There are web articles about this but now that 10 is released I'd try it with articles after the release date. Why the DVD at all? Why PowerISO? http://blogs.technet.com/b/canitpro/archive/2015/04/02/step-by-step-installing-windows-10-on-oracle-virtualbox.aspx notes … -
Began Watching After Installing SSD with HD Caddy, Laptop won't recognise external HDDs
I swapped out my HDD for an SSD in my Win 8.1 Lenovo Y480, replacing the HDD in the optical drive slot using an [HDD Caddy](http://hddcaddy.eu/). The system runs fine. … -
Replied To a Post in After Installing SSD with HD Caddy, Laptop won't recognise external HDDs
I may be duplicating this issue soon on my Win 8.1 Lenovo y510p Yesterday I ordered one of those caddies to place SSD or HDD into the ODD space. Until … -
Began Watching Develop net blocker
Hello I am developing simple Android Application. Now i am tryig to develop an application like net blocker, When my application is installed how can i stop other applications to … -
Replied To a Post in Develop net blocker
This doesn't sound simple at all. A quick look at AFWall+ (Android Firewall +) which had source code up at github(?) looks to find it's far from simple. https://github.com/ukanth/afwall looks … -
Replied To a Post in Image Recognition / Comparison System
I've seen such written in C++, Java and others. Typically the language choice is more about the author's skill at the language rather than the age old debate of what … -
Began Watching Image Recognition / Comparison System
Good Day, I wanted to ask that is it possible to develop a system which does image comparison or recognition, whereby you input or upload an image and then the … -
Replied To a Post in Image Recognition / Comparison System
Given that there are such systems today, the short answer is yes. However if you were to write such, do you have the time to create it? If not, then … -
Replied To a Post in view source code while debugging
As Moschops noted, you need the source and to compile that with debugging sympbols. If not, old fashioned debugging with printf and such. -
Began Watching Hp compaq 6910p power on but nothing displays (balck screen)
In my Notebook HP COMPAQ 6910p When i power on the device.. the laptop gets on and i can see nothing but a black screen (seen like when turned off) … -
Replied To a Post in Hp compaq 6910p power on but nothing displays (balck screen)
Is this that 2007 model? It's well past it's time. That said I do know some that found it for 120 bucks on a Woot sale. Try the usual. A … -
Began Watching frequency of the numbers in the range
How do i compute frequency of the numbers in the range,let's say 10-19,using rand number generator array with 50 int? I have this code so far: $arr = array_fill(0, 50, … -
Replied To a Post in frequency of the numbers in the range
Cheat. Write them to a file.csv, bring it into Excel or LibreOffice then... http://exceluser.com/formulas/countifs-frequency-distributions.htm Remember that there many types of Random. Linear, Gaussian, Normal and a few more. I love … -
Began Watching view source code while debugging
Hi, I would like to view the source code( the current line it has executed/going to do) in gdb while i am debugging, and i know list and other commands … -
Replied To a Post in view source code while debugging
I wonder if you are thinking of old friends like TurboC, Visual Studio, etc? gdb is more like this -> http://www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/ I often find folk not know of gdb basics … -
Began Watching how to click on element in someones website with javascript
forexample I can go to [Click Here](http://www.msn.com/) and open developer tools and write this code `document.querySelector('.news a').click()` and it will open news. Now I want a program to do this … -
Replied To a Post in how to click on element in someones website with javascript
This sounds like you want to "emulate a browswer." This isn't a new idea but frankly why bother? You won't gain much except, well, I can't tell why folk do … -
Replied To a Post in Visual Studio Project Consolidation
Just a post of commiseration here. No version control, a rat's maze and possibly a decade of some system that grew by everyone saying "patch it and be quick about … -
Replied To a Post in Visual Basic 6.0 data report designer details section to print barcode
Back to font issues perhaps? My first font print test was from Word. I set the font to the barcode one we were going to use then printed that from … -
Began Watching Visual Basic 6.0 data report designer details section to print barcode
Hi all expert, Need help here. RS.Open "Select * From TABLE where Box_ID = '" & BOXID & "' Order By CASE_NO ASC", con1, adOpenDynamic, adLockOptimistic Set DataReport.DataSource = RS … -
Replied To a Post in Visual Basic 6.0 data report designer details section to print barcode
Not really. Let's say the barcode is printing (you didn't tell?) One system I had out there started to falter. OK, it worked fine with my Symbolics scanner so a … -
Began Watching how to select by value attribute
for example I have this html code: <select id="mySelect"> <option value="0">apple</option> <option value="1">orange</option> <option value="2">banana</option> <option value="3">tomato</option> </select> 1-how can I select ` <option value="2">banana</option> ` (by passing the value … -
Replied To a Post in how to select by value attribute
Two ideas. 1. Change the value in the first to "apple". 2. Try no value. http://www.w3schools.com/tags/att_option_value.asp writes if you omit value what happens. -
Replied To a Post in Visual Studio Project Consolidation
cblock. Nothing I found was automatic as in "take this project and move it to C:\projects and do what is needed to paths and copy all the stuff for me." … -
Replied To a Post in Visual Studio Project Consolidation
cblock, the link I gave noted " relative base path " and more. It's far from automatic and something I wish Visual Studio did better. -
Began Watching Visual Studio Project Consolidation
I am in a situation where I have to take a bunch of Visual Studio projects which are scattered across the file system on a computer, and put them all … -
Replied To a Post in Visual Studio Project Consolidation
Did you try simple? That is, open the project and save as in your new location? http://stackoverflow.com/questions/626631/how-to-relocate-visual-studio-project-sln-file covers this in a few angles. -
Began Watching Recommended life-time hosting?
*There's lots of ground ("gaps") missing in-between the background. Beware.* There's that point in time where I'd like to get myself a good trusty hosting. Attempt to start any kind … -
Replied To a Post in Recommended life-time hosting?
While it's a passing idea, that is, companies are moving away from this, self hosting has always been an option. Take a current Linux based web server system and run …
The End.