-
Replied To a Post in C and DLLS or API Calls or Examples of using DLLs
Frankly, if I was going to write Win32 Apps I'd head straight to Visual Studio. Since there are free versions for C++ and C# there's not much reason to deal … -
Replied To a Post in Can someone help me to add a close button in this code
Martin, you can view source to see how a web site does something. I looked at that link and did not get a pop up window or such. So my … -
Replied To a Post in Can someone help me to add a close button in this code
That's no window. Maybe a prompt? Read http://www.w3schools.com/jsref/met_win_prompt.asp -
Replied To a Post in Playing a video file from web
In the top question I took it that you wanted to play it in a browser streamed from a web site. So I used the links you gave later to … -
Gave Reputation to divinotech in about bittorrent
BitTorrent is a content distribution protocol that enables efficient software distribution and peer-to-peer sharing of very large files, such as entire movies and TV shows, by enabling users to serve … -
Replied To a Post in Simulate “deleted Inode reference†error
My thought is to clone the bad drive and test with a clone copy to see if it can be fixed. However to your question. https://www.google.com/#q=linux+inode+editor+break+inode+with+lde+breaking+the+connection+between+the+inode+and+the+data+on+disk. has to be my … -
Replied To a Post in Playing a video file from web
OK, bog standard Windows 10. Firefox and VLC Player not installed. Will check if Flash was installed. 1. MP4 played. 2. FLV asked what to do with it. 3. MKV … -
Replied To a Post in Playing a video file from web
@999, toss up a web page for folk to test. As I can remove and reinstall VLC in a minute to test as well as boot into my backup OS … -
Replied To a Post in Not how, but why does a for loop work in python
I think you're getting it. i gets whatever is in the set of things you after the "in" keyword. It can be numbers, a list of things, and so on. … -
Began Watching Can someone help me to add a close button in this code
<div id='ad' style='position:absolute; left : 174px; top : 14px; width : 597px; height : 740px;'> <div style="opacity: 1.0;"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- 500-400 --> <ins class="adsbygoogle" style="display:inline-block;width:500px;height:300px" data-ad-client="ca-pub-********" data-ad-slot="*****"></ins> <script> … -
Replied To a Post in Can someone help me to add a close button in this code
Martin, wasn't that disallowed years ago? Example: https://www.google.com/search?q=javascript+cannot+close+windows+willy-nilly -
Began Watching Simulate “deleted Inode reference†error
Sorry if this question is asked already; but I could not find any such post. I am currently working on an issue on inode reported by a customer. **Issue**: In … -
Replied To a Post in Simulate “deleted Inode reference†error
I agree. Never bork with systems like that. And then, where's the backup copy if you borked it too hard? Beginner: No backups. Not beginner: Backup. Pro: Backups. Seasoned Pro: … -
Replied To a Post in Dell Hell Part 2
There's an odd thing at Microsoft about Windows 7 and newer CPUs. https://www.google.com/#q=windows+7+no+support+on+cpu finds these articles. Very bizarre BUT I can see why. It costs a lot of time and … -
Began Watching sql database 2008
Fell virtual server, yesterday raised and moved onto a new backup of 02.12.15 number of backup, whether it is possible to restore the database with a log of the ldf … -
Replied To a Post in sql database 2008
While I did help way back when with a SQL Server 2008, your post is unreadable. But it appears your backup and restore procedures are broken as well. These backup … -
Began Watching Convert *.MP3 files to work with Audible
Hello-- I am not sure if I am asking this in the right place or it can be answered. I have tried to search the Internet and can not find … -
Replied To a Post in Convert *.MP3 files to work with Audible
The thing is that Audible, as far as I know protects that encoding. Just like we read at http://stackoverflow.com/questions/253898/how-do-i-create-a-kindle-and-ipod-compatible-audiobook-file-with-section-markers Now if you could reveal if you have some ipod or … -
Began Watching Not how, but why does a for loop work in python
Hello all. I apologize in advanced if this has been asked before but I have not been able to find this information via google or searching here. Everything I found … -
Replied To a Post in Not how, but why does a for loop work in python
I think you need to step back a second and think that this is not C++. for loops in python are different. They move through what's after the key word … -
Began Watching Problem with a C code screen that uses the curses library
Hello, I am developng a screen for a state to enter special rates to augment its unemployment trust fund. I have the screen coded, and it compiles cleanly, but when … -
Replied To a Post in Problem with a C code screen that uses the curses library
The idea of not initializing because it works is alarming to me. One of my last trips overseas found many of the bugs tracked down to this issue. The reply … -
Began Watching PHP Capture mail
Hi all, wondering if the following is possible. A MS Exchange server is connected to an Outlook client. Would it be possible to capture sent/recieved emails and add them to … -
Replied To a Post in PHP Capture mail
As I read https://www.google.com/#q=php+email+reader+from+microsoft+exchange+server the answer looks to be yes. But. Isn't there always a but? It appears you would also be in control of your Exchange Server to tweak … -
Replied To a Post in I need some technical support
Remember it's been decades since I wrote Ada. I might be able to spot an error or why but off to tutorials and books for you? http://www.tutorialspoint.com/compile_ada_online.php seems nice. -
Gave Reputation to hichamhicham in Problem with completing my program; savings account balance program
what is the fortran code for this program pleae -
Gave Reputation to Carsten_1 in Chat script
I've been having the same type of problem. But only I can't get my website to work kind of like this site. -
Began Watching I need some technical support
I decided to learn how to program with Ada language .. if any one can advise me which compiler that I have to use ?? there are many of them … -
Replied To a Post in I need some technical support
That's a blast from the past. While I did have a reason to know Ada that was over 2 decades ago. Unless your job depends on it, I'd supply a … -
Replied To a Post in Help!
@Carsten. Why not forget coding from scratch since you want to be known for your Crafting site and not as a web site with problems that you deal with rather … -
Began Watching RadioButtons and checkboxes!!!
I have two RadioButton and Two Checkbox which represents things that holds a value in decimal example price! The user has to choose from either of the radiobutton and also … -
Replied To a Post in RadioButtons and checkboxes!!!
Why is line 12 there? It appears to have no effect. Also, where is the radiobutton2 code. -
Replied To a Post in Can I convert my full vb project to #c
In my case the only errors I found were the ones I made. It was one of the best porting experiences I ever had. But this was my original code … -
Began Watching Can I convert my full vb project to #c
Hey I need to know if I can convert.my full vb project to #c? If I can how I can do it -
Replied To a Post in Can I convert my full vb project to #c
I completed one like that years ago. Since I wrote the first app the conversion took only a few months. It turned out so well that it never needed a … -
Began Watching Dysfunctional screen
My laptop has horizontal flashing lines across the screen. After a little while, the screen will freeze, while the audio continues to work, and fade to white. Is this a … -
Replied To a Post in Dysfunctional screen
Given only your post, maybe. Does it look OK if you cold boot to the BIOS screen? If it's OK there tell me make, model and if you are keeping … -
Replied To a Post in Transmit data over 802.11n wireless network
I wrote that outside of the lab the results can be unknown but should work most of the time. This is why programmers use transport protocols that include handshakes, retries … -
Began Watching Transmit data over 802.11n wireless network
With a Scanner that has data rate of 1MB/sec and 802.11n wireless has a data rate of 37.5MB/sec, is it possible to use a scanner to scan a document and … -
Replied To a Post in Transmit data over 802.11n wireless network
While the simple answer is no, we have to dive again into what is WiFi to see why. Now it should work, but you can never be sure unless the … -
Replied To a Post in Please help me with data grid view problem
@OP Consider you have 2 for loops in your code. So while line 4 is where you need to add what you want, you have to decide if the value … -
Replied To a Post in Please help me with data grid view problem
Did you miss a zero in your last reply? -
Began Watching help me to solve these questions for c#
Given a typed List collection of int values named dueDays that has already been sorted, write the code to retrieve the index of the element with the value 30 and … -
Replied To a Post in help me to solve these questions for c#
Did you ask the world to write this? Let's see your work so far along with the first thing that stopped you. -
Began Watching Please help me with data grid view problem
I want to make 6 digit number and put it number of count at data grid view 1. Currently I used below code. This show numbers like 1,2,3,4,5..... like.... For … -
Replied To a Post in Please help me with data grid view problem
Why not add 100000 to line 4? -
Gave Reputation to Itsdigger in Laptop's screen goes black, fans stop working but power is on!
That's not quite right for the Generic Reset. Shut the laptop down unplug the brick from laptop and everything connected to USB remove the battery press and hold the power … -
Replied To a Post in Need some volunteers!
My apps out there are all custom jobs written to perform some specific task. So you won't find them in app stores but on production lines and technicians making service … -
Replied To a Post in sum in visual basic 2015 report
Research why there is a non-numeric in that column. I don't have Access on this machine so I can't run your system. Why not return your numbers into an array … -
Began Watching HELP: Movie seat reservation program in Turbo C
A program that will create a movie seat reservation. The program will display the summary seats and its status. The user will be ask what seat no. to be reserved, …
The End.