something other than gembox.spreadsheet with asp.net
Had a wee go at using gembox.spreadsheet to read an excel doc from asp.net, nice package but too expensive Anyone know of any other software like that that isn't expensive and does the same job?
View ArticleQuestion?
Can someone help me to ge the sequence code to get this output using C++? When I input 1 the output should be: 1 1 2 3 5 8 13 21 34 55 89
View Articlecovert value in row(from excel) to variable
So I have an excel doc with 3 columns (id, Name, Description) then... protected string Name; protected string Description; protected void Page_Load(object sender, EventArgs e) { ExcelFile ef = new...
View ArticleTrouble in required output
Hi there, I am a beginner to C++. I have been trying to write the codes for approximately a month. Now I am studying Loops. I have come across many programs printing a certain pattern with the help of...
View ArticleDoubly linked list C#
Hi, I want to sort 2 listboxes with DLL i have came to this part but i have no idea how to make the second node, and how to implement it into the buttonsort. I have searched for hours and hours for a...
View Articlevb.net get link url on click [webbrowser]
Hi so i have created a http verb tampering browser it uses httpweb requests to load the site and then pu the sites html code into a string and then place that html into the webbrowser.documentText now...
View ArticleTime Complexity of Euclid's Algorithm
Hello everyone, I have been given an assignment to code and then find the time complexity of Euclid's algorithm. The code is as follows: int gcd(int m, int n) { int r; while (n != 0) { r = m % n; m =...
View ArticleError in ford fulkerson priority first search algorithm implementation
Hello, I'm currently trying to get a ford fulkerson implementation working that uses priority first search. The problem is that it seems to get in an endless loop, specifically the last while-loop in...
View ArticleAllegro al_draw_textf
Hi! I'm writing a very simple program using Allegro to play with fonts for a class project. It runs well with one exception, it's not displaying a variable value inside my textf statement. My professor...
View ArticleOpen hyperlink in webbrowser visual basic vb.net
I tried to click on the hyperlink by invokemember("click") but it does not work maybe because the hyperlink does not have an ID. so is there another way to open a hyperlink if the hyperlink contains a...
View ArticleError setX cannot be resolved or is not a field
Ok, so Eclipse allows me to fix this the issue in line 6 of TestGetSet by creating a field “setX” in type “GetSet”, but I know this is the wrong course of action. Can anyone please help me out? public...
View Articlegood database dissertation idea (SQL)
Hi i am a final year computer science student tryna think of some good project ideas for my dissertation. My interest and future career path is database administration so any ideas that can help me...
View ArticleGood 'step up' langauge from VB.NET
Hi forum. I am a student and I am currently studying programming mostly in VB.NET I want to invest myself in a more advanced programming language for when I go out in the world of work. I know VB is...
View ArticleMy factorial program keeps returning wrong values
here is my code: #include <iostream> using namespace std; long fact(int x); int main() { int num1; cout << "Hello, please enter a whole number(1, 2, 3...) to find its factorial." <<...
View ArticleI want to provide java compiler online anyone with help?
hello guys i want to design online compiler can any one help me with info?
View ArticleVS 2008 multiple form and webbrowser question
I have a webbrowser1 on form1. I want a user to click a button on form4 and have it navigate webbrowser1 from www.google.com to www.yahoo.com and then after the navigation is complete do something...
View ArticleConstructor is undefined
Eclipse allows me to fix the undefined constructor (line 4 of TestToString.java) by removing the arguments but that is not what I am trying to do. I am attempting to get the program to execute and say...
View ArticleConstructor is undefined
Eclipse allows me to fix the undefined constructor (line 4 of TestToString.java) by removing the arguments but that is not what I am trying to do. I am attempting to get the program to execute and say...
View Article[WinForms] Concatenation of a Label and a Variable
Good afternoon, I have a question, is it possible to Concatenate a variable to a label? For example, i'm doing: Random Rnd = new Random(); int num1 = Rnd.Next(1, 11); And now i want to concatenate the...
View ArticleHow to see how many is using it
Hello, how can i see how many people are currently using my application? Like if it is executing, how can i like send something to my mail or even create other app as server to connect to it. I'd like...
View Article