199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for CharlesTeck

I am using a list template from the STL in BorlandC++ Builder and have a problem in that I can't get it to release the memory it uses once I reduce the size of the list. The documentation states I should do the following: [code] // Remove data from the …

Member Avatar for Salem
0
192
Member Avatar for CharlesTeck

I am having a problem with a StringGrid in BuilderC++. The help file says that the RowCount and ColCount manage the size of the StringGrid. My problem is that it only consumes more memory and never releases any memory, even if I set the RowCount and ColCount to 1,1. I …

Member Avatar for CharlesTeck
0
170
Member Avatar for Cas107

[B]Hi[/B] [B]I am getting this error on our website that was created by somebody else.[/B] [B]Parse error[/B]: parse error, unexpected T_STRING in [B]/var/www-virtual/www.fpis.co.nz/pages/fpis_contact.php[/B] on line [B]5[/B] [B]This is the complete code that was created and I am trying to fix it and don't have a clue what is wrong[/B] <? …

Member Avatar for Cas107
0
399
Member Avatar for johnray31

hello friends, as i know header file contain the declaration then in which file they contain implementation/initialization and where these files are put in turbo c++ compiler i am able to see header files declaration but where is implementaion/initialization file is they are put in same directory with same name …

Member Avatar for johnray31
0
197
Member Avatar for Slade

Hey guys, I'm using VS .NET 2003, and I am designing a web application in VB .NET, I'm just wondering, Tekmaven mentioned to me in another thread of mine that it would be a good idea to use the datalist control as a menu, how would I use it to …

Member Avatar for LeProgrammeur
0
224
Member Avatar for startspark9

im using the borland turbo c++ compiler. I have it installed correclty but when i try to run the basic "hello world" program i get this "warning w8065 call to function 'Printf' with no prototype in function main" i would greatly apprieciate it if some one could tell me what …

Member Avatar for John A
0
154
Member Avatar for pokahantos

Hi, I need to validate an entry in my Access db to ensure that it is an email.. how can i do that... how can i make a specific feild to accept NUll? Thanks in advance..

Member Avatar for roubesh14
0
88
Member Avatar for a1eio

I'm trying to use the google/python api, but i keep getting this error thrown at me: HTTPError: HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. I also get this error when trying to use …

Member Avatar for a1eio
0
135
Member Avatar for gentleman4u

[COLOR=#0000ff]well thanks expert team it solve some of my prob but tell me how can i pick up reports on sql query basis bcz it works in sql but doesnt shows any result there would be a single command plz tell me that or if just ignore the sql query …

Member Avatar for Paladine
0
134
Member Avatar for infinity4ever

hi all i want to limit the input from the user in the textbox... actually i am creating a "signup" page where the user have to type his name ,password, email, etc... the problem is i want an error to be displayed on a label when the user type nothing …

Member Avatar for infinity4ever
0
215
Member Avatar for usama
Member Avatar for usama
0
129
Member Avatar for Zayed

<?php $SearchNo = $_POST["SearchNo"]; $host= 'localhost'; $user= 'zutransportation'; $passwd= 'password'; $database= 'dbtransport'; $table= 'STUDENT'; $table2='BUS'; $connect= mysql_connect($host, $user, $passwd); mysql_select_db($database); $squery = "select * from $table where IDNo like '".$SearchNo."'"; $run= mysql_query($squery); $num_results = mysql_num_rows($run); if (!$SearchType ) {//1 echo "You have not selected search details. Please go back and …

Member Avatar for maiahost
0
107
Member Avatar for preethishivbaba

Hi all. We are into a student information system project and we want to send confirmation to student that his course is abt to start on so and so date from our website but we are unable to do so..Is it becouse of Source code problem or some connections problem …

Member Avatar for preethishivbaba
0
173
Member Avatar for Specdro

I have been tring for a month now to figure out why I can't program my site to open field information from a link that looks like [url]http://www.blablabla.com/test.php3?ID=2[/url] I can't seem to figure out how to open just the field thats ID is = to 2. If anyone can help …

Member Avatar for Dani
0
341
Member Avatar for Matt Tacular

Hey guys, I was wondering if there is a way to include other python programs in your python program. Sorry if there is another thread about this I looked and was unable to find one.

Member Avatar for a1eio
0
198
Member Avatar for J_Search

All, Here is some JavaScript I found. It creates a small scrollbar, which allows a user to scroll though a series of 5 images. The images represent votes, and the user can then press a "Rate us" button in order to cast a vote. As you can see in the …

Member Avatar for J_Search
0
213
Member Avatar for HellGuard

Hello Guys, i have problem in my project, i'm using WIN API when i make the CreatewindowEx like this: [B]Handle:= CreateWindowEx(WS_EX_TOOLWINDOW,'Classname','Title',WS_SYSMENU or WS_VISIBLE,0,0,80,80,0,0,Instancia,nil); [/B] the socket dont work [IMG]http://www.devarchive.com/forum/images/smiles/icon_exclaim.gif[/IMG] and if make it like this: [B]Handle:= CreateWindowEx[/B][B](WS_EX_TOOLWINDOW,'Classname','Title',WS_SYSMENU or WS_VISIBLE,1,1,80,80,1,1,Instancia,nil);[/B] the socket work and everything ok! so whats the problem with …

Member Avatar for Micheus
0
222
Member Avatar for Sheki RDH

hello all, can anybody reply to this i'll be grateful to them.... i'm working in swing applications, now i want to insert one button in the status bar reducing the size of the status bar..... please anybody suggest me how to proceed with this..... thanks in advance shekar

Member Avatar for server_crash
0
356
Member Avatar for gentleman4u

how to generate monthly basis reports and there sum plz give me complete code i know SQL query but how to use it in vb.net plz give complete refrence with code.....thanks

Member Avatar for Paladine
0
380
Member Avatar for nagramana

Hi, How to insert blob into MySQL using ODBC in C#. My application is windows application. Thanks Ramana

Member Avatar for nagramana
0
119
Member Avatar for gorgonzola357

I'm just starting to learn C++, so bear with me please. I've started with a a simple example problem copied out of a book, and I've checked and re-checked several times to make sure the code is identical. The code is: [code]#include <iostream> int main() { int x = 5; …

Member Avatar for gorgonzola357
0
84
Member Avatar for maleblon

I have been asked to convert the following to ascii code, but I am having no luck. Does anyone have an idea what this translates to? [B][COLOR=black]100100110000101001101 [/COLOR][/B] [B][COLOR=black][/COLOR][/B] [COLOR=black]Thank you[/COLOR]

Member Avatar for maleblon
0
129
Member Avatar for iamthwee

Ok basically, I'm trying to sort by class definition in c++. For example I have a class:- [CODE] class crap { private: string word; int word_length; ...[/CODE] Which gets words from a list and then sorts them by word length or in alphabetical order. However, I couldn't find anything useful. …

Member Avatar for iamthwee
0
234
Member Avatar for C#4fun

Using Visual Studio 2003 Hi, I am trying to incorporate a spreedsheet and chart into my windows forms application. My current attempt is using the web controls, AxOWC10.AxSpreadsheet and AxOWC10.AxChartSpace with the Primary Interop Asseblies installed. If I understand, these controls are intended for use in web pages; perhaps it …

Member Avatar for C#4fun
0
230
Member Avatar for cheng

Write a script which run on each user's PC on login, and will append the current date and time (on separate lines is easier) to a text file stored on the server. The text file's name will be the same as the user name of the current user. Write a …

Member Avatar for Comatose
0
170
Member Avatar for texandude

Hi, I have to compare 2 vaues in a procedure. One is the current change done by the user and one from the database. Here is what I have a logic understanding problem. Business Logic: A form let's say [I]form1[/I] opens with textboxes. There is a field [B]Vapor %[/B] which …

Member Avatar for Comatose
0
177
Member Avatar for gampalu

I want to open a file and count the number of strings in the first line. Assuming that each string is delimited by spaces. I tried to do some code but yet not successful, can anyone help? [CODE] int main(int argc, char* argv[]) { int count = 0; FILE *stream; …

Member Avatar for iamthwee
0
522
Member Avatar for Stewie

I have a form set up with 3 select lists where a user can select the date. and from there I insert it into one field in an Access database using this query. [code] <cfquery name="CheckDate" datasource="Rumors_Forms"> INSERT INTO BusTable (Name, Req_Date, Req_Time, Address, Email, PhoneNumber, Reason) Values('#form.Name#', '#form.Month#/#form.Day#/#form.Year#' ,'#form.Req_Time#','#form.Address#','#form.Email#','#form.PhoneNumber#','#form.Reason#') …

Member Avatar for Stewie
0
110
Member Avatar for neophyteprogram

Greetings, I maintain a web page for the engineering department where I work and I was trying to make a humorous tool for the web page. Basically it is a form with three categories... Good/Fast/Cheap. Good meaning - a work product that is correct/accurate/etc. Fast meaning on or ahead of …

Member Avatar for neophyteprogram
0
221
Member Avatar for luckycharms3657

my connnect four program will compile but nothing is displayed just a white screen i know that the code is not finished but i just need help making it display what i have so far [code]#include<u:\C Plus\LVP\gui_top.h> #include<u:\C Plus\LVP\matrix.h> //-------------------------------------------------------------------------------- class ButtonClass { public: ButtonClass(String Text, int X1,int Y1, int …

Member Avatar for luckycharms3657
0
527
Member Avatar for llabelle

I am desparate, please can someone tell me how I can change a report title in an Access 2000 report from within my VB6 code? I did something like this but it is not changing thye title [code] Sub PrintReport(TheReport As String, TheCriteria As String, TheHeading As String) '------------------------- If …

Member Avatar for agrothe
0
135
Member Avatar for girish_sahani

I want to generate all substrings of size k-1 from a string of size k. e.g 'abcd' should give me ['abc','abd','bcd','acd'] Order of these strings in the list doesnt matter. Also order doesnt matter inside the string e.g 'abc' or 'bca' or 'bac' is the same. The following code doesnt …

Member Avatar for a1eio
0
213
Member Avatar for agrothe

I'm developing a custom instant messenger for the office as we have need of rather unique IM needs. So far I have two groups of users: Group and Individual. The group users can comunicate with their group and all other types of groups. Individual users can only communicate with one …

Member Avatar for agrothe
0
207
Member Avatar for mikki2

hi i am trying to "divide" the following code...so that it has a header file and the main file. i tried to seperate the it but when i do it says "nothing to do at all" or "nothing happened at all"(one of them) ere is the original code. can you …

Member Avatar for mikki2
0
321
Member Avatar for jaden403

I have two text files that I am trying to compare (test.txt and removewords.txt. If a word from removetext.txt is found in test.txt it should be excluded from the output; otherwise it should be displayed. Here is my code: [code] while ( inClientFile >> word ) { while ( inIgnoreFile …

Member Avatar for jetru
0
161
Member Avatar for dogma

The question is simple... Can Perls LWP::UserAgent handle proxies that require authentication. I have UserAgent running well, but the documentation doesn't mention authenticated proxies. Any help would be great. Thanks

Member Avatar for dogma
0
242
Member Avatar for katharnakh

how to read spread sheet in python. I have a package XLW to generate a spread sheet, but i din't find method to read. How to read spread sheet? Please help me. Thanks, kath.

Member Avatar for vegaseat
0
202
Member Avatar for waseem3000

<<mod edit: threads merged>> I need to write a recursion function recursiveMinimum that takes an integer array and the array size as arguments and returns the element with the smallest value in the array. The function should stop processing and return control to the caller if it receives a one-element …

Member Avatar for Lerner
0
269
Member Avatar for campkev

Ok, I am using a datagrid with paging enabled. It works fine if number of pages is 10 or less. Where I am running into problem is if there are more than 10 pages An example: paging looks like this Pages 1 2 3 4 5 6 7 8 9 …

Member Avatar for campkev
0
107
Member Avatar for TinchoXVI

[INDENT][B]Well, this is one project away from my AP Exam. [/B] [B]Unfortunately I am taking this course idependently. (Independent School of Nebraska, I live in Africa :eek: ) I just need someone to put me on the right track for the following. Anything will be cosidered. My e-mail is [/B][EMAIL="martineye_13@hotmail.com"][B]martineye_13@hotmail.com[/B][/EMAIL][B] …

Member Avatar for Phaelax
0
310
Member Avatar for thentrion

hey, i need some help because i would like to program an game. I know that it isnt simple etc... but i would like to use c++ as language and i am getting to know the language now a bit. Only i came by some things i dont really understand …

Member Avatar for Narue
0
193
Member Avatar for sirfartalot

Hi, I hope you will bear with me as I am trying to create my first PHP page and I'm not having a lot of success. I am trying to create a fairly standard form mail page to send email from a webpage. I have probably downloaded up to around …

Member Avatar for sirfartalot
0
143
Member Avatar for gampalu

In c++ how do I count the number of strings for the first line of a stream?

Member Avatar for Dave Sinkula
0
411
Member Avatar for hay_man

Hi guys, hope you can help me here. I have to write a program which does a complete shuffle of an array. For example, it would replace the array {11,22,33,44,55,66,77,88} with the array {11,55,22,66,33,77,44,88} or 12 23 34 45 56 67 78 89 90 with 12 56 23 67 34 …

Member Avatar for tech2me
0
199
Member Avatar for kris.c

I have done programs that print themselves on execution,but is it possible for a c program to execute itself or another c program whose path is specified??

Member Avatar for kris.c
0
189
Member Avatar for jubleebow

Could any1 help me plzzzz. PLz teach me how to plot coordinates on a map given the initial lat and lon and the bearing and distance to the destination. thx

Member Avatar for iamthwee
0
152
Member Avatar for nnchoudary

Hi all: Is there any one who can help me out coping up with VB.net basics?? i am a fresh stater of VB.net if some one there to help their efforts are appreciated. Thank you NN

Member Avatar for Bharati Krishna
0
176
Member Avatar for kris.c

hi all, Suppose, I have a string stored in a character array. I want this string to be stored in a file. If I do fopen and use the write mode ,the contents of this file will be junk.. How can I store the string as it is inside the …

Member Avatar for Ancient Dragon
0
87
Member Avatar for gampalu

Hi, In C++ how do I get information from a configuration file and put it in variables. A file like this one: [CODE] # # The number of inputs for each epoch # Default value if omitted: 60 # InputNumber 60 # # The maximum epochs allowed in the network …

Member Avatar for gampalu
0
223
Member Avatar for crawf

Hi! Im making an applet to graph a quadratic function...now im not going to be rude and say "tell me how to do it!" but i was just wondering if i could get some assistance on making it... Now of course, i've had a go at it, and i've made …

Member Avatar for crawf
0
495

The End.