-
Replied To a Post in Which Software is best for my Software Requirments
I agree about being on an older PHP. As I read http://www.php.net/ChangeLog-5.php#5.6.13 I find myself saying, I want that fix. -
Replied To a Post in How to Include Flash in Visual Studio 2015
Ouch. typo. I meant "form" in VB.NET. -
Replied To a Post in IISon windows 8.1
Then you opened a command window (I would run CMD) to cd to the folder and then run the .exe. This would tell us a bit more than the above. … -
Replied To a Post in How to Include Flash in Visual Studio 2015
OK, that sounds like progress. A forum in VB.NET is well, just that. If I wanted to change a label in the form is usually simple. `textlablename.Text = "this"` But … -
Began Watching How to Include Flash in Visual Studio 2015
I'm currently in the middle of making a VB.NET project. I want to have the VB.NET project control the actions of the Flash projector. (Stop, play, change text of text … -
Replied To a Post in How to Include Flash in Visual Studio 2015
Here's the deal. Since I can't guess what control you picked to use I can't comment much beyond there are examples for VB.NET http://www.dreamincode.net/forums/topic/40173-embedding-a-flash-player-control/ for example has play, goto frame … -
Began Watching CLASS DIAGRAM OF LIBARAY
Hey guys!! I have my semester Project on Libaray database and they asked me to bring Class diagram of the project. Its just that i am confused how to make … -
Replied To a Post in CLASS DIAGRAM OF LIBARAY
Small world. I needed a way to make this and other diagrams that anybody on the team could view, edit, create and more. Here's what I ended up with -> … -
Began Watching help me for making a lotto game using turbo c
please help me for making this project you guys is my only hope <3 -
Replied To a Post in help me for making a lotto game using turbo c
Daniweb kicked that around before at https://www.daniweb.com/programming/software-development/threads/239570/lotto-array-program-with-void-function I see other ideas out there on the web. Hopefully this gets you started. -
Replied To a Post in Ionic Creator
Your app will work on your gear and the machines you test on. Three are long debates about the end of Flash or not which I won't repeat or enter. … -
Replied To a Post in IISon windows 8.1
You could share the path, as well as open a CMD prompt to cd to that folder and start the .exe. All skill levels are out there. I can't know … -
Replied To a Post in Ionic Creator
Flash is almost gone already. I can't imagine a new app today that would start where others have left it for dead. But hey, if you feel you can make … -
Replied To a Post in Ionic Creator
If your app needs are met with this tool, why not? I shared my view but what if your app doesn't need to handle things like screen rotation, and the … -
Replied To a Post in Ionic Creator
By quality I mean does it handle screen rotation like a good app does. Games and some other apps don't but I've seen a few too many of thise app … -
Began Watching Mobile application can generate sales
Hello, It would be great if someone tell me how mobile application can generate sales. I am wondering, Should I go for website marketing or app store optimization. Which is … -
Replied To a Post in Mobile application can generate sales
Let's hope you do better at other than app sales. Why? Read the sobering story at http://blog.soff.es/redacted-for-mac-launch It hit #1 and you can see how it didn't come close to … -
Began Watching Ionic Creator
Hello has anyone build an app using Ionic Creator? -
Replied To a Post in Ionic Creator
The answer to your question is yes. Folk have done such. Can you ask a deeper question like "How does Ionic Creator handle my dozen different platforms and screen rotation?" … -
Replied To a Post in IISon windows 8.1
@lamatuer. That's 1 of 2 answers. Check your PATH. -
Replied To a Post in 0 not equal to 0.0000 problem
Line 25 from above could be 25 if(no < 0.00001) // close enough for us to call it zero. As James noted, you printed it to 4 places but didn't … -
Began Watching 0 not equal to 0.0000 problem
Hi there, I am stuck in a problem in which my function rounds off a decimal point number upto 4 decimal place and return a 0.0000 number. But when i … -
Replied To a Post in 0 not equal to 0.0000 problem
This sounds like the old almost-but-not-quite zero number discussion. You can learn a lot more about floating point or just use prior ideas from prior almost-but-not-quite zero number discussions. Example: … -
Began Watching IISon windows 8.1
Hie I have started learning ASP.Net Web application. While saving first project ,it should show localhost name in the **location ** box. But it shows normal project folder present in … -
Replied To a Post in IISon windows 8.1
Is the inetmgr.exe file in C:\Windows\System32\inetsrv ? Does your PATH include that folder? I'll pause here since checking folders and pathes are skills you should have already. -
Replied To a Post in trying to get 20" Apple Cinema HD display to work with lenovo
The Dell adapter looks OK. While I've set these up over the years, I don't recall your exact monitor and PC. But this looks like the usual so I hope … -
Replied To a Post in trying to get 20" Apple Cinema HD display to work with lenovo
All 5 dollar adapters do not convert VGA (analog) to DVI-D (digital.) Since that's so well discussed, let's not repeat why it doesn't work. https://support.lenovo.com/us/en/documents/pd001803 notes a DisplayPort. That might … -
Began Watching banking program in visual basic 6.0
I am trying to develope a banking program using vb. But I've never seen one so I don't know what it looks like. Can somebody help out please?? -
Replied To a Post in banking program in visual basic 6.0
Given there are free versions of VB .NET I can't imagine dragging out VB6 for a new app today. Do a little time travel to 2015 today. We're waiting. -
Began Watching trying to get 20" Apple Cinema HD display to work with lenovo
I have been trying to connect my 20" Apple Cinena HD display to a Lenovo ThinkCentre running Win7, i bought an adapter to deal with the DVI-D Single Link to … -
Replied To a Post in trying to get 20" Apple Cinema HD display to work with lenovo
Is this the M9177LL/A ? If so DVI-D to VGA would be more than a few dollars. I continue to find folk trying 5, 10 buck adapters and that's a … -
Began Watching Offline Windows updates
I have a series of stand alone business computers that are not allowed to be connected to the internet but yet I have to keep up with MS updates. Downloading … -
Replied To a Post in Offline Windows updates
That tool here is a batch file. Almost every update has a commandline quietinstall option. So it should be easy to collect the updates on a stick and write a … -
Began Watching google map plotting
Hi, I am new to this concept. Can anyone give me an example and ideas for google map plotting? In a google map, I want to show all the trucks … -
Replied To a Post in google map plotting
https://support.google.com/fusiontables/answer/2571232#map seems to come close. Other ideas at https://productforums.google.com/forum/#!topic/maps/baw9A5LuS3o Remember that folk rarely write the code for you but this looks like you can do this from a spreadsheet or … -
Began Watching how to capture an area of your desktop ?
how to capture an area of your desktop and save as video in vb.net ? -
Replied To a Post in how to capture an area of your desktop ?
There's a few videos on how to do that. Example: https://www.youtube.com/watch?v=SLJiSG5aQ3g&feature=fvwrel -
Began Watching Barcode scanner to scan tools in asp.net using vb
Hello all.. I m currently having confusion on applying barcode scanner to scan tools in asp.net.. can anyone help me out with the codings? and kindly tell me the way … -
Replied To a Post in Barcode scanner to scan tools in asp.net using vb
Small world. OK, I never had to install ANY tools to receive codes from the barcode reader. All our barcode readers looked like keyboard input. Which is a GRREAT THING … -
Began Watching Gateway Notebook Won't Boot, Fan Kicks On
Greetings. I was standing beside my notebook PC when the screen suddenly went blank. I thought it odd that the screen would blank when it was still on, so I … -
Replied To a Post in Gateway Notebook Won't Boot, Fan Kicks On
Just checking. Is yours like the one in this 10YO discussion? Probably not. I'm sure you googled and found a lot of dead NV53a's on the web so one last … -
Replied To a Post in C++ - How resize a window console buffer?
Remember I am not running your code but I do see an issue. The variables to the API call look to be integers so a rounding error could have your … -
Replied To a Post in why double stores no upto 3 decimal places ?
From what I did in C and C++, the data types are the same. Since you only get so many decimal digits in each floating point representations you choose which … -
Began Watching why double stores no upto 3 decimal places ?
Hi everyone, Please check my code below and tell me that why double stores number upto 3 decimal places ? #include <iostream> using namespace std; int main() { double dNo; … -
Replied To a Post in why double stores no upto 3 decimal places ?
So, yes. There are only so many decimal digits in various floating point reprentations. http://stackoverflow.com/questions/13931062/double-10-decimal-point-precision kicks it around a little so why not use the type that fits your needs? -
Began Watching Changing over from Novell to WIndows server
Yes.....we are sort of still on Novell. However, I am new to the Active Directory world and need to create my first Active directory Forest. My test server is built, … -
Replied To a Post in Changing over from Novell to WIndows server
It's been over a decade since I saw my last Novell server. But as to the resources I fear it's not a lack of resources on the web today but … -
Began Watching Problems Encoding string with delphi
Hello am trying to encrypt my strings in delphi I already encrypted my needed strings in php but am having a little trouble getting the matching string from my delphi … -
Replied To a Post in Problems Encoding string with delphi
Why does this look so much like http://stackoverflow.com/questions/7052219/php-to-delphi-and-back-encryption-decryption-using-rijndael Is this a common homework assignment? And skip down to the code "The PHP and Delphi functions now give me the same … -
Began Watching PC turns off at random, then back on
Hi, Recently I started to encounter a new issue with my 3 year old PC. It sometimes turns off randomly, then turns back on after a few seconds. It can …
The End.