199,114 Archived Topics
Remove Filter ![]() | |
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 … | |
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 … | |
[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] <? … | |
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 … | |
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 … | |
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 … | |
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.. | |
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 … | |
[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 … | |
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 … | |
Hi all i want ahelp to how i can read XML or THML file in Java Mobile Application. | |
<?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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … ![]() | |
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 | |
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 | |
Hi, How to insert blob into MySQL using ODBC in C#. My application is windows application. Thanks Ramana | |
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; … | |
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] | |
![]() | 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. … ![]() |
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 … | |
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 … | |
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 … | |
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; … ![]() | |
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#') … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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. | |
<<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 … | |
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 … | |
[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] … | |
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 … | |
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 … | |
In c++ how do I count the number of strings for the first line of a stream? | |
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 … | |
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?? | |
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 ![]() | |
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 | |
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 … | |
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 … | |
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 … |
The End.