199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Stewie

I am not sure if this is an HTML question or a Coldfusion question. Since I am using both I will ask in the in the CF forum. I can not get the title to show up on the top task bar in IE. I am not sure if it …

Member Avatar for Stewie
0
397
Member Avatar for puddin

Hello and a BIG Thank-You!!! To you who have helped me... This I think will be my last image question. Okay the user uploaded a picture , it went to the (Photos directory) (Name and Type Show) Great!... Next to the (Mysql Database under aphoto_filename) Again with (Name and Type …

Member Avatar for VioletSite
0
149
Member Avatar for yuzhang

Here is the problem: Since there was a change in the code skeleton I was given, I had to somewhat modify my already-written codes to suit that minor change. Vast majority of the codes were still the same, so created a file with the same name and copy-paste the codes …

Member Avatar for Ancient Dragon
0
168
Member Avatar for girish_sahani

When i tried the following in python interpreter,i got a syntax error: [code] d = {[[['a': 1,'b': 2],['a': 4,'b': 3]][['a': 2,'c': 2],['a': 1,'c': 3]]] : 0.4} [/code] Pleeeez help :sad:

Member Avatar for bumsfeld
0
86
Member Avatar for millionnaires11

I have a form that once submitted needs to send the results to an email address and also send a personalised email responder to the customer who has filled out the form. I have figured out most of the code but am missing the linking code that makes it all …

Member Avatar for msaqib
0
156
Member Avatar for vissor3

i'm taking a computer programming class, and i was given a chalange to create a program in "C++" that would tell you if the number you entered was a Perfect number, being that the sum of all the factors of a number minus itself would = the original number. aka. …

Member Avatar for WolfPack
0
259
Member Avatar for yuzhang

Hi all: The function malloc returns a void* pointer, and so I need to explicitly use type cast e.g.: (struct*)malloc(sizeof(Message_from_server)); I am wondering if it is a legal expression or at least, I should give it a tag name like (struct*message_from_server)malloc(sizeof(Message_from_server)); Thanks

Member Avatar for Ancient Dragon
0
100
Member Avatar for mexicanwitewash
Member Avatar for pty
0
383
Member Avatar for CStallion

I am having problems with a code that I would like to go something liek this [code] string array; int z = rand()%2; switch(z) { case 0: array = {"entry 1","entry 2",...,"entry n"}; break; case 1: array = {"entry A","entry B",...,"entry (letter)"}; break; } //then do stuff with array [/code] …

Member Avatar for SpS
0
448
Member Avatar for neeludhiman

Hi friends, I am working in C on Linux Fedora Core. I need you help regarding XML Parser in C. I want to convert an XML file into plaintext format. e.g; I have following contents in XML file : [code]<?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE persons SYSTEM "http://mail.persistent.co.in/v1/addrbook.dtd"> <persons count="13"> <person …

Member Avatar for iamthwee
0
313
Member Avatar for debugger

Hi there, could someone please help me debug this code. I need it to perform the following tasks 1. Ask the user for the number of cars he or she owns. 2. Create a class to represent a car, and then declare an array of cars. 3. Ask the user …

Member Avatar for iamthwee
0
214
Member Avatar for ejai

I am working on an assignment that involves simulating a volley ball game and I have NO idea. Can anyone help. Here is the question Thanks

Member Avatar for ejai
0
116
Member Avatar for blurstudent

Sorry to start a second thread. Now I have a big problem. :( [code] try { Runtime rt = Runtime.getRuntime(); Process p = rt.exec("C:/Program Files/Internet Explorer/iexplore.exe D:/Travel Agency/userguide/tutorial.htm"); } catch (Exception exe) { } } [/code] This works perfectly to bring up the tutorial.html using IE. But provided that my …

Member Avatar for blurstudent
0
243
Member Avatar for girish_sahani

If i have a list (or list of lists) with elements of size k and i want to generate all higher level elements (of size k + 1) from it,what should i do??Any pointers would be of a great help I tried the following for lists...for list of lists i …

Member Avatar for girish_sahani
0
212
Member Avatar for protos1

Hi Has anyone dealt with this windows control ? I'm trying to get it to work so that the operator can select ANY folder, but it looks like you have to set a RootFolder property to one of several enumerated options, and if the folder that the user selects is …

Member Avatar for plazmo
0
399
Member Avatar for yuzhang

Hi all: I am stuck in the middle of my programme, wishing you may help. I am writing a "quene" structure in C, and it will copy the content of a string received from a server and display it on the client monitor. Codes: [code]typedef struct Message_from_server message_from_server void sqInitialise() …

Member Avatar for Dave Sinkula
0
136
Member Avatar for girish_sahani

this doesnt work when the file is in the same directory as the .py file. [code] def get_colocations(filename): sentences = open(filename).read().split("\n") colocations = [] for sent in sentences: colocations.append(sent) return colocations def main(): get_colocations("colocations.txt") print "Colocations are",colocations [/code] Can anyone help????????

Member Avatar for girish_sahani
0
127
Member Avatar for Dazpenn

Please Help!! I am designing a program in vb6 that is to be linked up to databases in both access and excel. The problem is when I try to link up the database's using the data control I get the following message: "Couldn't find the installable ISAM". I am kinda …

Member Avatar for Comatose
0
165
Member Avatar for mhm_ra

hi i need to r write binary(hexadecimal) values into a text file then read this data and manipulate it as a number :sad:

Member Avatar for Dave Sinkula
0
269
Member Avatar for Captain Haddock

Hi, I have developed an application in Excel 2002/XP to handle a spreadsheet.In order to make the execution faster I want to compile the VBA-code into mashinecode. The

Member Avatar for Captain Haddock
0
118
Member Avatar for Croft .L

Hello again, It's been a long time but does any one know of any way that i can get programming games and if they have or know any tutorials! Thanks Guys!!!

Member Avatar for nanodano
0
375
Member Avatar for type-r

hello can sum1 help me with piping? ive been stuckon this question for almost a month. thanks. if u can help email me at <<email snipped>> and ill emailu the question. ur help would be appreciated.thanks

Member Avatar for Dave Sinkula
0
58
Member Avatar for INI

Good Morning All, I am trying to write a code that will allow me open up a powerpoint file and an adobe file in VB. I have checked the Microsoft Powerpoint library under "references". Please could anybody give me code that can do that? Thanks. Ini :-|

0
69
Member Avatar for arrogant

can u ppl help me in implementing trie........... i need complete data structure of trie...............and how to implement it????

Member Avatar for iamthwee
0
265
Member Avatar for oceanboi

Hi! I'm trying to teach myself VB.NET and having some troubles right now... please help me out :sad: I'm working with NorthWind database in MS SQL Server. I suppose I'm trying to populate tables into ListBoxes and the following highlighted lines are giving me an error (Value of type '1-dimensional …

Member Avatar for oceanboi
0
103
Member Avatar for blurstudent

Can JMenuItem point to a HTML file that opens in IE? I want the jMenuItem (E.g: Tutorial Help) to point to tutorial.html on my computer. Couldn't find any information about it at all on the net. Can any kind souls out there help me? Your help is greatly appreciated. Thank …

Member Avatar for blurstudent
0
159
Member Avatar for stevenpowen

Hi everyone: How do I get an Image to scroll vertically down the Web page when the browser window scroll bar is moved. In other words, the image moves as the scolling browser window moves - up or down. thanks for your help.

Member Avatar for iamthwee
0
429
Member Avatar for ayajhane_dhagz

juz wanna know the syntax for retrieving and storing data from and to mysql database using php....

Member Avatar for ayajhane_dhagz
0
228
Member Avatar for complete

What are some of the pluses and minuses of MFC? I think it is better to do a lot of things that are complicated without it. Any thoughts?

Member Avatar for dubeyprateek
0
441
Member Avatar for computerpros

Ok...I think this can be done in Java but I have no clue how. What I want is a small application for Windows XP that would make it so that if a user clicks shutdown (from the start menu or from the welcome page) it will as for the correct …

Member Avatar for computerpros
0
248
Member Avatar for grindit

hi im new to the forums and im stuck on a part of my code that i need to do for homework in the code below in my loadPuzzle function it seems to skip my cin.getline and i dont know why. [code] #include <cstdlib> #include <iostream> #include <fstream> #include <cstring> …

Member Avatar for SpS
0
216
Member Avatar for Toulinwoek

I'm developing a practice program that simply converts a temperature value from fahrenheit to celsius when the user enters an integer, selects a radio button and then clicks a button. I'm having trouble testing if the user has selected a radio button. In the click event method for the calculate …

Member Avatar for campkev
0
113
Member Avatar for brounemmanuel

Hello I am new in Perl and CGI. I want to write a program in perl that enables me to call executables, some of them maybe GUI. My starting point was to write a small program that would call an interface because this is on a local machine. Ultimately i …

Member Avatar for KevinADC
0
145
Member Avatar for DATABASE

Hi everybody :sad: need help plz how can i list items from a database into a CheckedListBox , using VB.Net and MS Access db ??

Member Avatar for DATABASE
0
327
Member Avatar for ontrix

Hi there im wondering how to use a time delay in my code. What i have done is searched through a saved file and picked out infomation the send it to the rs232 port. what i want to do is create a time delay of 100 micro seconds for every …

Member Avatar for Ancient Dragon
0
398
Member Avatar for clarkeyboy

Does anyone know of any way to select only a certain number of records to appear on one page - say, like 30? - then having links to other pages of records if the number of records exceeds 30?

Member Avatar for campkev
0
82
Member Avatar for hockmasm

i bought a prozilla automall website and i have found a glitch in it. currently, if a member purchases a package from me that contains 5 profile listings that last for 1 month, at the end of the month they will get an email that says that their listings are …

0
88
Member Avatar for gampalu

I'm programming in C++ and I've been told that "printf" is faster than "cout", so since then I've been using "printf" instead of "cout". Do you recommend my option or not? thanks

Member Avatar for Dave Sinkula
0
131
Member Avatar for mhm_ra

i need to write the value of a pointer into file then read it can you help me thanx

Member Avatar for Ancient Dragon
0
148
Member Avatar for Joncamp

I wrote a cgi-bin program to run with Apache/Linux. When I do a form-post operation from a web page to my cgi-bin program, the form fields are not passed to the cgi-bin program? The cgi-bin program runs ok and returns some html through stdout, but doesn't read any form fields …

Member Avatar for Dave Sinkula
0
163
Member Avatar for lchamarthi

I would like to know the diffrence among loops (for,do while & while) used for flow control & sample usage & selection of loop based on the application.....as a newbie Also why integer is limited to -32767 TO +32767? Thanks & regards Lakshmi

Member Avatar for Ancient Dragon
0
207
Member Avatar for jazzz

I need to sort a list of numbers Here is the sample input: code -> subcode -> brandcode ( each code has a subcode and each subcode has a brandcode) [code] 7366->65535->65535 7379->65535->65535 7379->65535->65535 7379->65535->65535 7366->65535->65535 7366->65535->65535 7379->65535->65535 7366->65535->65535 9113->65535->65535 7379->65535->65535 7315->5->65535 7314->65535->65535 7315->5->65535 7314->65535->65535 7379->65535->65535 7314->65535->65535 7314->65535->65535 7314->65535->65535 7311->65535->8 …

Member Avatar for iamthwee
0
2K
Member Avatar for gladiator1919

plz i want your help. if i wrote a string and the user wanted to change a word in it. sample run: the sentence is; my name is gladiator what word do you change? gladiator to? gladiator1919 the new sentence is : my name is gladiator1919

Member Avatar for Dave Sinkula
0
219
Member Avatar for yuzhang

Codes: #define MAX_BUFFER_SIZE 1000 int ch = 0, alpha [25] = {0}, buffer[MAX_BUFFER_SIZE] = {0} ,count = 0; .... while ((ch = (fgetc(stream)))!=EOF) { buffer [count] = ch; count++; } printf("%d", alpha [25]); ..... The problem is: alpha [25] contains buffer [0], (alpha[25] is supposed to be 0). which suggests …

Member Avatar for ivanCeras
0
99
Member Avatar for katli

Hi all i'm trying to populate a datagrid with a data from a sql database and i keep getting this error [I][B][COLOR=red]The ConnectionString property has not been initialized.[/COLOR][/B][/I] [B][I][COLOR=black]my code looks something like this:[/COLOR][/I][/B] [B][I][COLOR=#000000][COLOR=#0000ff]<Private[/COLOR] [COLOR=#0000ff]Sub[/COLOR] GetAssetDetails()[/COLOR][/I][/B][COLOR=#000000] [I][B][COLOR=#0000ff]Dim[/COLOR] cnn [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlClient.SqlConnection[/B][/I] [I][B][COLOR=#0000ff]Dim[/COLOR] sql1 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String[/COLOR] = "SELECT DETAIL.[OFFICE LOCATION],USERS._RESOURCEGUID,OS.[OS …

Member Avatar for khanayub_chand
0
191
Member Avatar for niall

Hi, Just looking for a bit of help with MIPS. I've written the following program but can't get it to run on PCSpim. Think I've done something wrong with the nextCh command as it keeps iterating again & again but can't figure it out. It's to convert uppercase to lowercase …

Member Avatar for andor
0
6K
Member Avatar for deineMutti

Hello All, I've been trying to modify an app to be able to resize nicely and I've finally gotten that working. However, while the controls in my main dialog get bigger, the font stays the same size, which is a problem. I wanted the font to get proportionally bigger as …

Member Avatar for dubeyprateek
0
1,000
Member Avatar for jazzz

Hi, Iam new to programming. Can anyone explain the following program? [CODE]#include "stdafx.h" FILE *fp_dump; /*----- Layer -----*/ /* layer Record*/ typedef struct { USHORT usCode; /*LayerCode*/ USHORT usSubCode; /*SubCode*/ USHORT usBrandCode; /*BrandCode*/ USHORT usStartY; /*Latitude*/ USHORT usStartX; /*Longitude*/ UINT uiAR_DA; /*Offset*/ USHORT usCellSize; /*Cell Size*/ USHORT usDS; /*Relative offset*/ …

Member Avatar for WaltP
0
191
Member Avatar for nanodano

Hey everyone, I'm trying to write a simple program that can do more than one thing at once. I'm not an expert on the iostreams, so I don't know if I need to create threads to accomplish what I want. What I'm trying to do is run a loop while …

Member Avatar for dubeyprateek
0
115
Member Avatar for yuzhang

Hi all: Got a formatting question here: Trying to send data string over to a server via send(); The problem is that I want to enclose the data string with double-quotes, "data string" should be displayed on the server side. The method I used is using two double_quotes on each …

Member Avatar for yuzhang
0
275

The End.