Sending URL from Winform
Here is want I'm looking to do. I'm going to build a winform in which you can select different variables. From this it builds a url and pushes it to the web. If possible, I do not want the browser...
View ArticleMMORPG___
Ok so am done creating and scripting my mmorpg. So I was wondering if anyone knew how to create a database and an admin account. <Removed>
View ArticleA problem in system.in.read
public static void main(String args[]){ int x=1 ; try{ x=(int) System.in.read(); } catch(Exception e){} System.out.println(x); } When I input "1" the output is 49. I cant understand why
View ArticleArray intialisation and printing
hi void main() { int arr[10]; arr[10]=25; printf("%d",arr[10]); } in the above code the array size is 10.and array could store the values in this order arr[0],arr[1],arr[3],....arr[9];but when i enter...
View Articleunable to compile my java program in netbeans
run: C:\Users\PEARL\AppData\Local\NetBeans\Cache\7.2.1\executor-snippets\run.xml:48: Cancelled by user. BUILD FAILED (total time: 1 second) <project name="{0} (run)" default="run" basedir=".">...
View ArticleVB 6.0 Knapsack
Option Explicit On Public Class Form1 Type TreasureType Dim Name As String Dim Value As Double Dim Ratio As Double Dim Volume As Double End Type Type SolutionType Dim Desc As String Dim Value As...
View Articlecant see my report in network,Uknown Database says in crystal report..
I'm creating a program that also run's in a network, it runs perfectly, but my only problem is that i cant view the report. i use MySQL database,and installed MySQL connector ODBC for the crystal...
View Articlecannot open service "servicename" on computer '.'.
For some reason, when using the code below, when I click any of the 2 buttons to stop or start the spooler service, I get the error attached. I've googled it, but I could not find the reason why. Any...
View ArticleWhat's your favorite Python book?
I've done most of my learning of python through my good friend Google (you may have met him too). He introduced me to several different video tutorials and online books/tutorials as well which helped...
View ArticleARRAY task, pointer dynamic memory?
am using c++. i have this code which prints out a result like this on the screen ; first numbers are ; 23, 25, 56, 75, 65, second numbers are; 45, 87, 90, 1, 76, third numbers are; 23, 34, 65, 87, 2,...
View Articleproblem in execute of postfix to prefix
Sorry I dont speak English very well but I need to help me to execute this program about the conversation postfix to prefix expression. after the execute in turbo c ++ and enter the postfix expression...
View ArticleTextBox is cutting off my font on top and bottom
I am working on a C# application I want to use custom Unicode fonts for writing in TextBox. My problem is that the font letters do not fit into the TextBox, they get cut off at the top and bottom. The...
View ArticleHow to transfer structure values from one function to another?
#include <iostream> #include <cmath> using namespace std; //create the structure for a new class struct NewClass { int level; int Strength; int Dexterity; }; //prototype the function int...
View Articleexpected 'while' before '}' token error
i'm sorry if this question is shouldn't be asked because maybe it's too easy(i guess), but i do really don't know how to solve this. i've tried to put the 'while' before the last '}' (which i know it...
View Articlehow to retrieve data from a web page in visual basic 6
Hello all I have an excel spreadsheet that I manage form visual basic 6. I update the spreadsheet from data that exists on web by cutting and pasting back and forth between excel and the web pages,...
View ArticleAny Good Python Resources ?
I've been searching the internet for a really good website that has great tutorials for python and I wanted to know if anyone knew of any good ones that have lots of code examples and not just text.
View Articlehow to iterate a specific number of times on a for loop list?
Hi, I have a FOR loop list consisting of 15 rows. But how can I make this FOR loop list stop at row 5? # http://www.doughellmann.com/PyMOTW/itertools/index.html#module-itertools from itertools import...
View ArticleObj Parser
I followed a tutorial online on how to create a obj file parser, so far my parser reads a obj file and stores all the vertices into a struct named coordinate. Am not quite sure, how to use the...
View ArticleHelp with scraper type application
I am new to c# and have been watching tons of tutorials but seem to learn nothing, I want to try some hands on so I want to build an app that goes to y*ut*be and brings back some information like,...
View Article