mash
Hi I have installed java and mash but I am getting this error message on the command prompt- Javac is not recognized as an internal or external command, operable program or batch file. I have added to...
View ArticleGrading system.. using GUI and array
Basically, my problem is that I am not sure on how to set unlimited input arrays from user.. For now, the calculation only goes well if the user enters 6 subject exactly, but not if entered subject is...
View ArticleHow do I Animate line in d3.js
So my line extends from one side of my graph to the other, but it doesnt really animate through each data point, I assume I have to add a loop somewhere. Heres the relevant code. Any assistance would...
View ArticleClasses/Structs Question
Hey I've been a member on this site for quite a while now, but I don't use it nearly as much as I want to (especially considering the brilliant help I've received on here in the past), so here's just a...
View ArticleVB6 - SQL query error
Hi. I am using vb6 for searching and displaying a particular record from MS-ACCESS. I have two forms namely Search1 and Search2. In the Search1 form, I have two combobox named degree and branch1 and...
View ArticleAPI call returns only first character of data
Hello, I am working on creating a console application to interface with our Nortel BCM 50 Call Detail Recording. Sample code is provided by Nortel; however, it is based in VB6 (I believe) and I am...
View ArticleFinding an Organization's Name Given their Homepage's URL
I'm not sure what forum this belongs in so I just posted it to the software development. I'm trying to write an automated program that will say what the organization that runs the webpage is named....
View ArticleIt's possible to "reflect" the c++ code?
Good morning, i'm worried about my c++ software security there is a way to get the source code from a c++ software like the .net (c#) reflection? or very nothing to get the code? thanks in advance
View ArticleLogic for shortest distance between two lines
I am not looking for the shortest distance to clarify. I am looking for the "shortest distance" between two lines in a direction: up, down, left and right. For example, if I have a point (p1) at (0,1)...
View ArticleNumerical Check
I'm just wondering if anyone knows about any pre-made IsNumeric() checks for the string or String datatypes in C++? Or should I just build one myself? I seem to remember there being one in the #include...
View ArticleTrouble with string
Trying to replace file name with string in forced download, but get string for file name instead of contents of string $file_dl="Event Log Cleaner.exe"; header('Content-disposition: attachment;...
View ArticleSend dropdown contents in email
First of All, Hello there, I'm new to forum and php. I'm trying to send an email from a website contact form. I'm collecting the data into an array and most of the form works correctly. However I have...
View ArticleHow to do OS based functions in VB
Hello, I created a app in which I added Transparency. Then I thought let the transparency be user defined. This app can run in all 32-bit and 64-bit Os's and aero transparency is only available from...
View ArticleHow to add Themes to VB apps
Hello,I created a app but I wished it should have some beautiful themes to get a awesome UI. Can anyone help for this.
View ArticleGenerating transition between two colours but an error occurs
Hi, basically I have this code and it builds and I type in my values, but when I try and open it on irfanview it says 'invalid or unsupported PNM file' not quite sure why it happens - is there...
View ArticleTrouble with forced download of .msi file
I use the following routine to force a download it appears to work with all files except .msi (microsoft installer) header('Content-disposition: attachment; filename='.$file_dl); header('Content-type:...
View ArticleHow to add values inside a string
'to illustrate the dilemma I will use a simple example dim teststring as string = "2 + 5" dim testinteger as integer = val(teststring) 'instead of returning 7, visual basic returns 2. How can I get it...
View Articlewhy is my file opening with an error
My assignment this week is to simply "Write a program that asks the user to enter a name of a file. The program should display the number of characters in the program. #include <fstream> #include...
View ArticleI Can't Calculate Large Numbers; What Can Be Done?
So I've been working on a program to do calculations and I've been using other libraries for string expressions to be calculated such as NCalc. When you start typing in large numbers using NCalc like...
View Article