199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Anupkumar
Member Avatar for Anupkumar
0
164
Member Avatar for pokemon123

Write a C++ program for the classic hangman game - guess the word without getting more than 6 letters wrong. The user is informed of the number of letters in the word to be guessed. A wrong guess of the letter would cause additional part of the hangman figure to …

Member Avatar for iamthwee
0
98
Member Avatar for soco_chic16

I recently installed WoW on my new laptop but when I got to the Burning Crusade expansion discs I had to shut the laptop down. I did this without exiting the BC installer. When I rebooted the laptop and tried to return to installing BC it would not allow me …

Member Avatar for Phaelax
0
93
Member Avatar for connor4312

Hi! I'm looking for a stlyeish:cool: way to display a list of links for my web site. Any ideas?:icon_idea:

Member Avatar for connor4312
0
120
Member Avatar for pointers

Hi, Pls tell me the output for the following code............ public class Test { public static void main(String args[]){ int i=0; for(int j=0;j<=10;j++) { i=i++; } System.out.println("value of i\t"+i); }

Member Avatar for jwenting
0
95
Member Avatar for thiyagu_mca2006

Hello EveryOne, Im Thiyagu Junior Java developer, can any one help me for design pattern or idea to develop HTTP monitor in Java. The objectives of HTTP monitor is - to log/view all URLs that is requested or visited by the system user via webrowser. - it can be a …

Member Avatar for jwenting
0
137
Member Avatar for asilter

i have a char array of 4 elements : [code] 00000000 00000000 00000010 00000111 [/code] how can i assign these bytes to 4 byte integer (this means 519), could you please give a modular code sample? thanx.

Member Avatar for ashishtrivedi
0
3K
Member Avatar for n.aggel

Hi, i 've recently done a university project requiring me to construct a data structure{ a heap}.... Now that i 've finished the programming task , i am thinking how can i measure the programm's performance..... I will populate my data structure with 2 million random elements, and i will …

Member Avatar for n.aggel
0
141
Member Avatar for mimsc

this is my first post...not sure whats the problem...any suggestions would be appreciated...thanx [code=language] <% int unViewedCt= 0; out.write("var jsLeads = new Array); (for (int i=0; i< leads.size(); i++) { currLead = (HashMap)leads.get(i); out.write("jsLeads["+ i +"] = new Array();\n"); out.write("jsLeads[" + i + "][0] = '" + currLead.get("PK_LEADID") + "';\n"); …

Member Avatar for ksaxena
0
111
Member Avatar for mini_3110

Hi, I want to call TCL scripts from a C# project for some functions. How can I do that?

Member Avatar for Hamrick
0
118
Member Avatar for royaloba

[code]Code Range1 Range2 Range3 Range4 Range5 Range6 A $0.00 $10.42 $52.08 $177.08 $468.75 $1,041.67 B $0.05 $0.10 $0.15 $0.20 $0.25 $0.30 HF $521.00 $729.00 $1,146.00 $1,979.00 $3,438.00 $5,729.00 HF1 $688.00 $895.00 $1,313.00 $2,146.00 $3,604.00 $5,896.00 HF2 $854.00 $1,063.00 $1,479.00 $2,313.00 $3,771.00 $6,063.00 HF3 $1,021.00 $1,229.00 $1,646.00 $2,479.00 $3,938.00 $6,229.00 HF4 …

Member Avatar for royaloba
0
130
Member Avatar for petro

Hi, I have this project that i have made, although i have been trying to figure out how to make it so that the user can only enter integers in the input box and no letters (if they do the program crashes) Can anyone help us out/guide me in the …

Member Avatar for nyashaC
0
191
Member Avatar for johnray31

HI ALL, i have written some code of line as [code] typedef struct _nodeList { unsigned int pointCode; struct NodeList *next; }NodeList; typedef unsigned int PointCode ; int right_configuration(NodeList *head,PointCode x, PointCode y) { NodeList *node1; NodeList *node = head; int k =0; unsigned int NodePoint[100]; node1 = (NodeList *)malloc(sizeof(NodeList)); …

Member Avatar for johnray31
0
99
Member Avatar for priyatha

I have a problem in my application which executes end to end in the first run. But if I terminate abruptly, and try to run again, I get runtime error 7 out of memory. This error is on Load of form. The code in Form_Load() is: Private Sub Form_Load() 'simple …

Member Avatar for priyatha
0
348
Member Avatar for kshrini

Hi All, I want to store Student Name & Birth date in the database. How should I store it into database so that I can retrieve it back evenif the system date format is changed(It should retrieve record for dd/MM/yyyy date format also i.e. not only for default date formats). …

Member Avatar for kshrini
0
171
Member Avatar for kkh86

With rptSalesEnquiryChecklist Set .DataSource = ar .DataMember = "" With .Sections("Section7").Controls For i = 1 To .Count If TypeOf .Item(i) Is RptTextBox Then Select Case .Item(i).Name Case "txtAddress" .Item(i).DataMember = "" .Item(i).DataField = ar.Fields("Address").Name Case "txtSupplier_Company_Name" .Item(i).DataMember = "" .Item(i).DataField = ar.Fields("Supplier_Company_Name").Name Case "txtSupplier_Name" .Item(i).DataMember = "" .Item(i).DataField = ar.Fields("Supplier_Name").Name …

Member Avatar for QVeen72
0
292
Member Avatar for galbi

Hi friends: First of all, thanks for your time. I was wondering if it´s possible to develop (using Python, of course) some kind of application which can interact whith an internet page to which I'am a registered user (it´s not a matter of hacking) and to work whith the results …

Member Avatar for N317V
0
108
Member Avatar for Aarsyth

So I am hoping this is a very simple fix. I am still learning how to write some scripts but I have a file with a list of names such as: sname.txt Joey Kaylin Dad Mom Melissa Toby I am trying to have the script check the value of it's …

Member Avatar for masijade
0
130
Member Avatar for George2

Hello everyone, I am using JDBC to compare the content of two database tables -- writing a general function and two tables are input. The two tables have various types of columns, like VARCHAR, BLOB, INT, FLOAT, etc. I want to save my time to write various statements to get …

Member Avatar for George2
0
2K
Member Avatar for khaled44

Hi people i'm a completly new to this i've got a form with rich text box and want to open a txt file (or other files) in the rich text box. Ive managed to work out how the open command works just wait a point in the right direction really …

Member Avatar for lorraines212
0
197
Member Avatar for bergy_nj

hi.. can anybody help me to have more efficient code.. i tried to do some simple regex to split an URL i tried to do this on my own many times but i couldnt seem to get it right i havent master regex yet..(im learning - but the learning curve …

Member Avatar for bergy_nj
0
116
Member Avatar for amishosh

Hi! Is there a way that I can "Build" a single source file? Wihout creating a project? I want to be able to open a *.c file in Visual Studio and simply Build it with out having to choose a project. I know it's a whole different world but in …

Member Avatar for Tight_Coder_Ex
0
78
Member Avatar for Barefootsanders

Hey everyone, I'm attempting to set up my own web server with apache2 and php5. I set up apache fine and it works. My problem is that when i install php5 my apache wont start. I just get an error message saying "The requested operation has failed." I attached both …

Member Avatar for Barefootsanders
0
84
Member Avatar for plusplus

when opening the program, the user needs to enter his name and password. When he enters his password I don't want the letters to show, just *** or any other signs. How would I do this?

Member Avatar for plusplus
0
88
Member Avatar for Geometroid

Hello, I'm new to the site here. I say this because there seems to be a fair bit of etiquette here that I could step on so if I do, that's why. Anyhow, I had to take C for my software certificate and since I wanted to take C++ and …

Member Avatar for Tight_Coder_Ex
0
121
Member Avatar for scrypt3r

im writing a app that u write some vbscript or javascript or html and u can run it does anyone know how to run any of these languages from in vb

Member Avatar for QVeen72
0
76
Member Avatar for xiyann

hi there, i'm trying to connect a python server to vb.net using xmlrpc. i've read all the xmlrpc.net materials in [url]http://www.xml-rpc.net/[/url] but i dun reli understand how xmlrpc.net works (i'm a noob in programming :) ) i'm given this xmlrpc server code in python and i wish to connect it …

0
102
Member Avatar for ivatanako

[code] org 100h ; set location counter to 100h .model small .stack 200 .data crlf db 0dh,0ah,'$' prompt1 db 'enter the first positive integer: ','$' prompt2 db 'enter the second positive integer: ','$' prompt3 db 'The sum of two numbers is: ','$' num1 db ? num2 db ? res1 db …

Member Avatar for Tight_Coder_Ex
0
2K
Member Avatar for karthikn

Hai! I am using [B][COLOR="Red"].net 2003 [/COLOR][/B]version. i want to import [B][COLOR="Red"]system.io.ports[/COLOR][/B]. But io.ports not available in .net framework 1.0 whats the solution for this?? plz anybody help me...

Member Avatar for QVeen72
0
90
Member Avatar for DialerJames

Hi - I am brand spanking new. I am able to see my website in VS 2005 but now I want to transfer it to IIS. I put it in c:\inetpub\wwwroot When I type in the computer name in ie I get error "You are not authorized to view this …

Member Avatar for atal
0
133
Member Avatar for NAHR_ELGANNAH

hi all, i have a list of some files on the server. i want to let the user choose a file from the list then click a button to open read-only version from this file without showing the popup message that ask user to Open, Save or Cancel. this is …

Member Avatar for NAHR_ELGANNAH
0
150
Member Avatar for virus220

I know the way to retrieve data from an excel file by code Imports Microsoft.Office Imports System.Data.OleDb Imports System.Configuration Imports System.Collections Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Partial Class _Default Inherits System.Web.UI.Page Dim conn As New OleDbConnection Dim comm As New OleDbCommand Dim DReader …

0
133
Member Avatar for virus220

Hi. I have retrieve my data from excel files to a vb richtextbox but the text with boldness,italics or sup/sub-scripts format are not proper is their any way i can retrieve richtext(text having boldness,italics or sup/sub-scripts) on vb form ???

Member Avatar for virus220
0
154
Member Avatar for Maritime

Hello, Anyone can help me to build a C dll for vbasic ? I know how to write and compile a dll with C/C++ compiler but only for simple function. Thank's

Member Avatar for QVeen72
0
121
Member Avatar for virus220

I have a string storing some data i want to display that data on a aspx page how should i do it??

Member Avatar for atal
0
146
Member Avatar for thewizard397

Hi, I'm looking for a good program writing tools C++, have any suggestions?

Member Avatar for Ancient Dragon
0
117
Member Avatar for bASMER

Hi, I just started learning assembly using this website: [URL="http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html"]http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html[/URL] I am currently at chapter 3.3.7, and am confused about the concept of opcodes. What is their purpose? Thanks, any help is appreciated greatly.

Member Avatar for Tight_Coder_Ex
0
98
Member Avatar for pmhayden

Hi guys probably quite a common question but I've imported both java.sql.* and java.util.* and want to create an sql Date variable. What's the syntax to declare the variable from the sql class. I'm getting an error message that there is contention between the .util and .sql class. Thanks

Member Avatar for pmhayden
0
166
Member Avatar for thecurious

Hi everyone. I`m looking to solve an issue. My problem is : i have more tables, but in my example will be only 3 with 2 columns: users (id,nick) comm (id,userID,text) rev (id,userID,text) So , i need to count the comm and the rev that users make, multiiply by a …

Member Avatar for thecurious
0
104
Member Avatar for bergy_nj

Hi.. im currently writing a program in python to parse a log file.. this log file is expected to be very big - (70MB - 250MB ) in size.. in the file there's this whole bunch lines of internet activity.. i supposed to parse each line and extract some information.. …

Member Avatar for jrcagle
0
348
Member Avatar for EnderX

I've been asked to look into a project with a TcxMaskEdit component that's throwing some problems. The main one is this: The user is expected to hit tab to move between fields. The TcxMaskEdit in question is the last field, and it is suspected that the user will hit enter …

Member Avatar for Micheus
0
162
Member Avatar for politte

hello, I'm very very new at learning programming (actually this is just a hobby, I'm not a student) and want to start learning with assembly. I bougt a book about assembly and try to understand it but I couldn't understand any word about it. :( My book isn't including any …

Member Avatar for politte
0
110
Member Avatar for thakkarbhav

Hello, I am new user and i have similar problem with IE. I will truely appreciate if anyone can answer it. I have 3 dropdown list on aspx page. When i click them i can see first 25 items. My dropdown lists are databind in aspx.vb page using Stored procedure. …

Member Avatar for thakkarbhav
0
120
Member Avatar for naserca

Hello, I want to use C for computer oriented numeric methods (i.e. evaluating Numerical values of mathmatical functions and the like). Could some body give some reference stuff (either online or books)?-- could be algorithms and/or programs/codes. Regards, Naser

Member Avatar for iamthwee
0
94
Member Avatar for ChipChamp

Okay, I downloaded Masm32 to my computer, and I found a (seemingly) good simple tutorial online to get me started before I buy a book. But the tutorial said that here is a code for your first program: [code=assembly].model small .stack .data message db "Hello world, I'm learning Assembly !!!", …

Member Avatar for ChipChamp
0
2K
Member Avatar for jonw

I have a JS function that makes an AJAX call several times, based on how many checkboxes are checked on the page. On each iteration, I check the value of a hidden field with document.getElementById().value; if it's false, the function is supposed to break. The value of the hidden field …

Member Avatar for MidiMagic
0
125
Member Avatar for kodiak

Hi, these classes for making a MuD are driving me crazy!!! heres my starting code, haven't had more than 15 minutes to work out some basic stuff, just trying to start small, get it to compile, then add stuff... [code=c++] #include<iostream> #include<cstdio> #include<windows.h> #include<fstream> #include<cstdlib> #include<ctime> using namespace std; int …

Member Avatar for Bench
0
231
Member Avatar for CelestialDog

Hi there i'm hoping someone can help me with this little problem. I'm pretty sure its a scope issue but since I'm new to python I cant say for sure. Basically i'm trying to get the counter2 variables final result. Below is the function as it stands right now, I've …

Member Avatar for CelestialDog
0
104
Member Avatar for eyolala

<style> table, tr, td {background:transparent;border:none}table table table table, table.contactTable {display:none;}td.text table{visibility:hidden;}td.text table table {display:inline; visibility:visible;}div b font font, div font font u {display:none;}.nametext{visibility:hidden;}div table td font {display: none;}.comt td font, .comt td td td b, .comt td td td a {display:inline;}table tbody td table tbody tr td.text table table, table …

Member Avatar for MidiMagic
0
112
Member Avatar for sivavissamsetti

Hi All, I am working in .NET 2.0 frame work web application. In my application i used javascript and with that i used the window.createPopup() function. It is working fine with IE. But it is not working with Firefox, Netscape Navigator and Opera. Please provide me the alternative solution so …

Member Avatar for MidiMagic
0
1K

The End.