199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for tefflox

i'm unsure if i need to use an array (i'm a newbie to php, the most i've done is make text appear in random color)... anyhow, i want to pass a string to a function that will decrement a color value for each character. here is what i have so …

Member Avatar for tefflox
0
98
Member Avatar for vssp

Hi friends, I need some clarification to covert the pdf file to html file using php. I have no idea to convert the files using php. Please send me any ideas and your suggestion how to convert the pdf files to html .. Thanks Vssp

Member Avatar for Puckdropper
0
265
Member Avatar for CJ_NOE

I need to wright a program to compute the number of prime numbers in the first 50 "chiliads”. Yes sounds confusing but it just has to out put this basically. Start End Number of Primes 1 1000 168 1001 2000 135 2001 3000 127 3001 4000 120 4001 5000 119 …

Member Avatar for hollystyles
0
85
Member Avatar for Mikecool509

Hello, I am trying to write a program to display system information. I have that part down. I am using a listbox, so that I can have different lines, for example: [code]ListBox1.Items.Add("Computer Name: " & My.User.Name) ListBox1.Items.Add("OS Version:" & My.Computer.Info.OSVersion) [/code] I am running into problems when I try to …

Member Avatar for Lord Soth
0
100
Member Avatar for Ayati

Hello, is there a way I can pause and then Resume code execution by clicking a "Pause" /"Resume" button using Application.DoEvent, How? An example please.

Member Avatar for Lord Soth
0
889
Member Avatar for kohkohkoh

well, actually i am new with vb.net just asking the correct steps for generating dll from vb.net in vb 6.0 -> i just click the button compile to 'something'.dll in vb.net -> by building the project however, after i generated the dll (vb.net) i can not add them into component …

Member Avatar for Lord Soth
0
124
Member Avatar for khwo

[COLOR=#000000]Hi All,[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]I’m using the following coding for my searching function at listview, but I facing some problem here, if I use this code I only able to search the item at column 0 for the listview. But for my case, I want to let user click on …

Member Avatar for Lord Soth
0
143
Member Avatar for mikeandike22

I need to open an xml file and allow people to add entries to the file. So i need to open it with read and write access be able to insert an entry and then close it with read only access so another program (adobe bridge) cant write over the …

Member Avatar for digital-ether
0
127
Member Avatar for MattEvans

Either I'm doing something very wrong, or the XMLDocument component is a terribly written component. I keep getting Access violation at #ADDRESS Read Of #ADDRESS errors, no explanation just a peek at the CPU showing the error occurs all of the place depending on which test I'm doing. Basically, all …

Member Avatar for Lord Soth
0
550
Member Avatar for vssp

Hi friends In my application i need to connect multiple database.First i connect one database and got the value then i connect another database to insert the values . If any possible to two database to connect single application . Please send me your suggestion . Thanks vssp

Member Avatar for vssp
0
77
Member Avatar for Prahaai

I have purchased Visual Studio .Net 2003 and i like it, it's quite easy yo use, but i have a few problems i cannot solve. Im assume that some of the problems are solved somewhere in here, but i am in an internet cafe, i dont have an internet connection …

Member Avatar for Prahaai
0
104
Member Avatar for djkross

I've been trying to fix this code for 2 days now and i still don't understand where the error is coming from. this is my stackLL.h file [code] #include<iostream> using namespace std; class Node { public: int data; Node *link; }; class stackLL { public: stackLL(); ~stackLL(); bool isEmpty(); bool …

Member Avatar for djkross
0
96
Member Avatar for abc2004

How to populate data from a database table into JList? I can retrieve the data from the database table ok. No Problem but now want to populate those data into the JList. What are the code for this? I need to know the class and methods for this. Thanks!!!!

Member Avatar for Phaelax
0
677
Member Avatar for Mr Violent

Okay, I'm learning how to load a WAV file into DirectSound in order to play it. I've successfully surfed through the headers of the WAV file, and loaded it. However, when I go to create a buffer with this WAV sound data I've run into a road block. I'm getting …

Member Avatar for Mr Violent
0
350
Member Avatar for abujunad

I am new in C++, and learning the langauge by my self only, while practicing i come across one question for which i have no idea, the question is to calculate area and perimeter of rectangle, the code i wrote was [code] #include <iostream> using namespace std; int main () …

Member Avatar for ~s.o.s~
0
92
Member Avatar for ktum

[LEFT]Hi, I am not new to ASP and c# but fairly new to Javascript. I have a Datagrid with a button column and a text column. The button is linked to a Javascript which when pressed prompts the user to enter a number. Upon entering a number and clicking 'OK', …

Member Avatar for hollystyles
0
286
Member Avatar for ryy705

Hello, I am novice programmer and I am experimenting with swing. I created a scrollabe text area that seems to scroll great when I hold down a key for a long time. But, when I select a different tabbed pane and then come back to the pane containing the text …

Member Avatar for hooknc
0
118
Member Avatar for lewisy

Hi, I need to send an email through the smtp server. The hard part about this is that I need to embed a jpeg signature at the end of the mail. But this signature is not an attachment. any ideas on how to do that? I am using CMIMEMessage and …

Member Avatar for Salem
0
132
Member Avatar for saman

[COLOR="DarkRed"]hi 2 all, i have placed a file in a folder in BIN, How can i no that if that file is present there or not?? Do reply me soon ... Thx ..take carez n keep smiling all .. :) [/COLOR]

Member Avatar for ~s.o.s~
0
199
Member Avatar for dilip.mathews

[code]#include <iostream> using namespace std; class Exercise { public: int a; Exercise(){cout<<"constructor\n";} Exercise(const Exercise& x) { cout<<"copy constructor\n"; a = x.a; } Exercise& operator= (Exercise &x) { a = x.a; cout<<"assignment operaor\n"; return *this; } }; Exercise fun(Exercise& ); int main(void) { Exercise y; Exercise z; z = fun(y); return …

Member Avatar for WolfPack
0
105
Member Avatar for INI

I have a question, does anyone know why "Div/0" error comes up in VB? My program reads/writes to several files. On my computer and one of my friends computer, it works perfectly; though there are some desktops machines that I receive that error. When I step through the program to …

Member Avatar for INI
0
178
Member Avatar for rdubey_jsr

Hi I need to cast string type variable to LPCTSTR type. How to achieve this. I am inserting my code for yours help.[code] [COLOR=#0000ff] ifstream file(filename); if (file) { char ch='\n' ; do { file.getline(line, SIZE); tmp =static_cast<string>(line); vector <string> array; string token; // token decleared string type istringstream iss(tmp); …

Member Avatar for rdubey_jsr
0
169
Member Avatar for mechjoseph

how to draw polygon in visual basic ,translation and rotation of the polygon in visual basuc help me

Member Avatar for maheshsayani
0
108
Member Avatar for ykc

Hi, When I run an application written using VB6 and MS Access 2000 in Windows XP and Windows 2003 server,the system will prompt illegal operation (sslstbar.ocx, ssdw3a.ocx and ssdw3b.ocx) and the program will hang. Hope anyone can guide me to resolve this problem soonest possible. Your help are really appreciated. …

Member Avatar for nareshPenneti
0
138
Member Avatar for alvin_aldrich

hi everyone, I would just like to ask what (long)table_1 means? The table_1 is defined below. I do get a value of 4395176 with this code printf("table 1 is %d\n", table_1); But i dont know what operation was done? Can someone please help unsigned char table_1[256] = { 0x08, 0xCB, …

Member Avatar for hollystyles
0
165
Member Avatar for aarya

i m trying to connect jsp page to mysql. i have insatlled jsp-mysql connector. but still not able to connect to mysql. pla anybody help me. thanks

Member Avatar for mishu007
0
145
Member Avatar for Covinus

what kind of java do they use in those yahoo games. im a senior computer science student and its time for my classmate to make a special project. we a re planning to make a game of checker with the same interface as the yahoo games. I would like to …

Member Avatar for Covinus
0
246
Member Avatar for Blitzer

I have char that replace by number char a[10]; cin >> a; I set a at 4597 and then I want to convert it to four integer char 4597 >>> integer 4 integer 5 integer 9 integer 7 how can I do it ??? :'(

Member Avatar for iamthwee
0
66
Member Avatar for bang2711

i need some help over here, as i`m quite new to this program. i have some problem over on how to create. i need 1 tab to be on the screen but inside the tag i got 2 button. the button is auto add on whenever i do update on …

Member Avatar for maheshsayani
0
197
Member Avatar for kdv

hi plz tell me how to increment textbox value by 1 whenever click submit button in asp.Example let say now my text box value is 1.When user click submit the text box value must change to 2 and so on.Plz reply me. thanx in advance;)

Member Avatar for bala_friendd
0
186
Member Avatar for umshere

[B]Searching keywords inside webpages [/B] -------------------------------------------------------------------------------- hi all my problem is [B]searching [/B]:rolleyes: ...i want to search words within webpage which is stored in one [U][B]directory[/B][/U]..:surprised it is different from normal directory searching :eek: ...beacause i am searching inside the [COLOR="darkorange"]webpage[/COLOR] ..so i want to omit all that html tags …

Member Avatar for umshere
0
98
Member Avatar for lewisy

Hi all, I am pretty new to C++ and hope you guys can help me out. I need to write a C++ code which map a network drive (in filesystem), create a new folder on filesystem(called user101) then grant user101 full control access to this newly created folder. My code …

Member Avatar for lewisy
0
224
Member Avatar for wingwarp

ok this will not work what im trying to do is create a game where you are a miner and need to put mines in 5 different spots im about 1/3 done but i cant get the money to come in after i build the mine i have gone through …

Member Avatar for Dave Sinkula
0
103
Member Avatar for manju13

I am invoking a perl program from the shell script. the shell script is named as sam.sh #!/usr/bin/sh perl check1.pl cr_incr08292005 n n //cr_incr08292005 is the directory under a directory where sam.sh,slp.pl and check1.pl are stored. The check1.pl is as below. The check1.pl inturn call another perl program slp.pl. #!/usr/local/bin/perl …

Member Avatar for John Bokma
0
187
Member Avatar for tzan2833

Dear all I have a few questions. I would be grateful if you could take the time to answer. I have installed on windows xp home apache2, php 5 and mysqlserver 5. The [URL="http://localhost"]http://localhost[/URL] page of apache works fine. The <?php echo phpinfo(); ?> page works fine. However when i …

Member Avatar for pritaeas
0
136
Member Avatar for donkey

I've got a problem. I'm writing an input form that takes a file name from the user. i want to put a button next to the text box that will open up windows explorer to ensure that there are no typos in the path. does anyone have an idea as …

Member Avatar for donkey
0
168
Member Avatar for Blitzer

I have '1' and I want to convert to integer 1 I think I must use atoi but I don't know how to use this function.. int i1 = atoi(item[i]); // item[i] is char then it show ERROR in member fuction how to use atoi???? how can I declare it??:sad:

Member Avatar for ~s.o.s~
0
184
Member Avatar for ostkaka

Hello, I wonder if someone wan´t to learn C++ with me on msn or here. I started with a tutorial in C++ but I got stuck, so I thougt it would be better if I learned it with someone else who also want´s to learn C++. So if you are …

Member Avatar for wingwarp
0
117
Member Avatar for L33VaNcL33F

Hello everybody, I'm totally newbie with c++ language. I'm using Visual C++ 2005 Express Edition. I like to make a working GUI with my first c++ code. My question is: How to insert this code to Windows Forms (GUI) that contain: 1. Press "Button" to randomly generate the number from …

Member Avatar for mostafadotnet
0
2K
Member Avatar for ckarnuth

I currently have a form that i have created using html, (can create in another language if makes it easier) however, i can't seem to find how to send the information from that form to my database. I have searched over the internet and asked some people that I know, …

Member Avatar for malstrom
0
110
Member Avatar for rollbamaroll316

i was just wondering if i could get a little help on this program that i need to do. I am having a lot of trouble just starting it. this is a program dealing with european football AKA soccer. - The program must set up an array of 12structures. - …

Member Avatar for Salem
0
111
Member Avatar for CyberLev

I am working out a function that merges two lists and returns a pointer to a third list which contains the merged lists. Can anyone help? Here is what I have thus far: [code]/STLList - use the list container of std library #include <list> #include <string> #include <cstdio> #include <iostream> …

Member Avatar for CyberLev
0
108
Member Avatar for indienick

I have a question about creating my own custom classes. I want my own class - NButton. The idea of this class was to quickly make JButtons, by adding my own custom argument sets. Here's my prototype for this: [code] import javax.swing.JButton; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; /** * NButton - …

Member Avatar for indienick
0
117
Member Avatar for kohkohkoh

i was planning to develop an e-learning web site. As far as i know, that most people using asp.net and together with vb.net. I planned to use asp.net and vb (vb 6.0..normal) as my application. is it a good idea of implementing that kind of stuff? (using asp.net + vb …

Member Avatar for kohkohkoh
0
90
Member Avatar for Visslan
Member Avatar for wingwarp

is there a way to simply tell the compiler to JUMP back to a different point??? like: [code] loop; "stuff" loop; [/code] the first loop says where the second loop loops back to any help would help thatnks alot -kbcubs-

Member Avatar for server_crash
0
137
Member Avatar for savi_karthika

Hello How to produce daily sales for each item in a month of a shop using dbgrid. It should give how much numbers sold for each item in every day of a month. Pls help

Member Avatar for maheshsayani
0
101
Member Avatar for russell214

I'm using VB6 as my frontend and MSACCESS as backend. I have a field in tblHistory named "payperiod". I have put text in this field. content of payperiod: JANUARY 1 - 15, 2006 JANUARY 16 - 31, 2006 FEBRUARY 1 - 15, 2006 FEBRUARY 16 - 28, 2006 and so …

Member Avatar for maheshsayani
0
262
Member Avatar for m155698

I can't find it anywhere! :rolleyes: I want to install it onto a test Red Hat box so that I can replicate our live environment before doing an upgrade. I've scoured and scoured. If the internet had been a saucepan, it'd have very little of its copper bottom left. :lol: …

Member Avatar for m155698
0
146
Member Avatar for propricer

When I put a 'type' statement inside a procedure, it tells me invalid inside procedure. When I move it to the declarations section, it tells me invalid outside procedure. Help ... Where's the middle ???

Member Avatar for Comatose
0
110

The End.