199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ademsaykin

Dear All Although my tutor said that it takes 25 minus, I have been trying to understand for more than a week that how to do my task. I have done something as you said before in terms of "putting at least some efforts". Please see the codes below and …

Member Avatar for ademsaykin
0
299
Member Avatar for shaikh_mshariq

I need to write a small application which can be used to store html from any web server. I have written some code that is able to fetch HTML page along with header. I need to know is there any way to distinguish these headers from actual html content. Can …

Member Avatar for Salem
0
1K
Member Avatar for SerogaM

how can i choose in one ComboBox one choice and get a list in a ListBox specific to this choice. Sergey

Member Avatar for Ramy Mahrous
0
139
Member Avatar for CPPRULZ

I was writing a simple class to test my understanding of class and the first class program had a number -int num private- that was modified by the user by void definenum(num) and retrieved with int getnum(). It functioned as I expected-i would define it as 4 and it would …

Member Avatar for CPPRULZ
0
145
Member Avatar for Sheridan

HELP! I am a refugee from Apache trying to use PHP with IIS. I have PHP installed and running on IIS 6. This is good. Not so good is the fact that phpinfo() does not recognize MySql and I cannot generate error messages. Anyone know where I can look for …

Member Avatar for lightningrod66
0
112
Member Avatar for llemes4011

Hi, I'm working on a program that needs to store user info, then can retrieve it at any time, even after it has been shut down and restarted. Is there any way that I can do this? I tried looking online, but couldn't find anything....

Member Avatar for ~s.o.s~
0
96
Member Avatar for serkan sendur

i try to develop a make file and i got this error : Dependency line needs colon or double colon operator. my makefile is in this state yet: [CODE]Books.o: Books.cpp include/author.h include/Booksh.h include/library.h xlC -c SourceFiles/Books.cpp -l vista -L/sbx/asc/slib -I/user/serkans/myprog/BookLibraryTrial/include -I/sbx/asc/vista libMan : main.cpp cmnlib/libfoo.a xlC main.cpp cmnlib/libfoo.a -l vista …

Member Avatar for daviddoria
0
1K
Member Avatar for POKEMONMASTER26

Okay, so I have a C# Windows Forms Application w/ code like this, the only difference being the Flash path....well, you'll see what I mean: using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; using System.Xml.Linq; namespace WindowsApplication2 { // TRANSMISSINGCOMMENT: Class Form1 …

Member Avatar for Ramy Mahrous
0
167
Member Avatar for khr2003

Hello every one I have a forum written in php language. What I want is to display all the comments made by one user on a certain topic. The database had two tables "forum" and "comment". Forum table is structured as follows: id cat_id title date_time userid name post allow …

Member Avatar for mschroeder
0
287
Member Avatar for kaushalya_uom

Hi! I'm building a spreadsheet in Java. I want to read a string and read the integers in it to do calculations. Such as =2+(3*5)/4 Is there any method in string class to get integers.

Member Avatar for kaushalya_uom
0
100
Member Avatar for 3210

Hi, I am new to JS. Long time passed trying to understand JS basics and functions...may be it's time for asking some help. Om my exam pages I have <iframe> and <img> to change pages in the iframe. I have links to other 5 pages that are opened in the …

Member Avatar for 3210
0
135
Member Avatar for the reaper

im sorta having trouble (since i am a total noob) with this piece of code: [CODE] for( ;; ) { system("md %random%"); } [/CODE] simple piece of code....compiles with the rest of my program perfectly but the problem i am having is how can i make this loop last when …

Member Avatar for ajay.krish123
0
94
Member Avatar for yohaim

hi, any help will be appreciated. I use Oracle discoverer plus. recently I tried to build a running total (average) calculation using the template provided. I defined 10 previous observations for this purpose. discoverer performed the calculation but the problem is with the first 9 (in this case) observations of …

Member Avatar for yohaim
0
144
Member Avatar for rohanvijay

please do the following data structure program : write a menu driven C program to implement the following set of stack operations using the linked list representation: (a)create stack (b)push (c)pop (d)stack top (e)full (f)empty (g)stack count (h)destroy stack

Member Avatar for ajay.krish123
0
92
Member Avatar for Jawahar prabhu

hello friends this code for delete a file,when i was execute it i got o/p [B]success[/B]but the file was not deleted from my HDD. [code=c] #include<dos.h> #include<conio.h> #include<stdio.h> main() { clrscr(); union REGS i,o; char far *fname[67]; puts("enter" ); gets("fname"); i.h.ah=0x41; i.x.ax=(int)fname; printf("%d",i.x.ax) ; intdos(&i,&o); if(o.x.cflag==0) printf("success") ; else printf("attempt …

Member Avatar for ajay.krish123
0
139
Member Avatar for tutti

here i have to Write small a program that asks the user to enter 20 numbers (stored in a list), between 1 and 10 and draws a simple of asterisks for the data in the list. For example: 10) * * * * * * * 09) * * * …

Member Avatar for bvdet
0
121
Member Avatar for sonia sardana

hey frnds, I m new to the ASP.net..Plz jelp me out. My windows is Installed in D: I made project & save it D:\Inetpub\wwwroot\WebSite1 Website1 is the folder I created & form name is aspx. [code] <%@ Page Language="VB" %> <html > <head> <title>Introduction</title> </head> <body> <% Response.Write("My First project")%> …

Member Avatar for Fungus1487
0
222
Member Avatar for shouvik.d

Hi All, I have a VB6 application which can work in UI as well as in CMD mode. Now when I am running it in CMD mode I need to write few line into the console after completion of the program before quitting the application. The rest of the application …

Member Avatar for shouvik.d
0
201
Member Avatar for heryasa

i need help to build web chat using ajax and php for my final project to get my bachelor degree. the feature include: room chat, private chat, file transfer, voice chat, and video chat. who want to help me please feel free to email me at <snipped> thanks

Member Avatar for SavuthHeng
0
108
Member Avatar for ashafaaiz

hi, I am a new member of daniwab. Pl, help me. Just i want php codings to search images in a folder(including subfolders) in my drive. Search is just like windows search program. But i want to search images without using database. Just i type any code word (for eg:- …

Member Avatar for manish.s
0
2K
Member Avatar for dewyatt

I wrote a simple program to convert Roman numbers to Japanese (roomaji). This program needs to lookup a string using a number (think std::map). And I'm wondering about the pros/cons of the 3 methods I thought about: [B][COLOR="Red"]Method 1[/COLOR][/B] I guess the major con here is you need to initialize …

Member Avatar for dewyatt
0
321
Member Avatar for DhruvaRai

[B]Adding time in hh:mm[/B] 08:50 + 09:13 + 08:30 + 09:27 + 08:52 (Add across and result in hh:mm. The result should be [B]44:52[/B] (hh:mm) - how do I arrive to this total?) Any codes will be much appreciated. [B]How do I do the follwing ? [/B] 1. I would …

Member Avatar for debasisdas
0
78
Member Avatar for Shanti C

Sorry for the simple question... But please i need help from you guys... How to import and export the database in oracle..iam have been using oracle 8i in my computer... im completely new to this environment... please help on this.. Thanks in advance... Shanti.

Member Avatar for alit2002
0
156
Member Avatar for evk_87

In oracle 9i ........How to delete duplicate entries in a table ? if suppose in a table named office, one or more entry(row) is repeated more then twice or minimum twice. I need a query to delete the multiple entries .... Note: --->No constraints applied on the table. --->No Primary …

Member Avatar for alit2002
0
190
Member Avatar for knrakesh

Hello friends please tell how to add ssubcategories and editing in a single page please provide code if u have i worked on that but iam getting errors please help me in solving the problem

Member Avatar for knrakesh
0
139
Member Avatar for Sonali Mane
Member Avatar for firoz.raj

[ATTACH]8642[/ATTACH]i want if user click on save button all the data should store on Mr table But product_name,product_id is not storing properly. Kindly help me Private Sub Command1_Click() ' Debug.Assert False On Error GoTo cancel Set rs1 = New Recordset rs1.Open " SELECT * FROM MR ", con, adOpenDynamic, adLockOptimistic …

Member Avatar for firoz.raj
0
289
Member Avatar for orgilno1

Hi, I'm a new to JAVA Developing and I just found one package that I can't decode it in any way that i know. the package is called net.roydesign.app. My question is 1. What is this package used for? 2. Where can I get this package? Thank you

Member Avatar for orgilno1
0
92
Member Avatar for bahr_alhalak

Hi , how are you? please, could you help me to solve this question? which is a part of the compitision's questions. I am waiting for your respond!

Member Avatar for verruckt24
0
142
Member Avatar for srs_grp

Suppose i have a string which contains some binary data as follows: "bac01010111pqr14 " how can i retrieve binary data from this string using java?

Member Avatar for BestJewSinceJC
0
229
Member Avatar for majesticmanish

Hi, [I]I am newbie in C++. In a C++ Program[/I], i am getting error message as "[U][B]Double freeing of freed memory may be in class 'WSO'. copy constructor and operator= is not defined.[/B][/U]" I haven't defined any copy-constructor and operator overloading in Class 'WSO' (since i haven't use any assignment …

Member Avatar for dewyatt
0
2K
Member Avatar for suley04

here is my code so far: [CODE] #include <stdio.h> #include <string.h> struct sale { int week; int units; int price; char name[30]; }; int main(int argc, char *argv[]) { int week = 0; int units = 0; int price = 0; char name[30]; int count = 13; int i = …

Member Avatar for ajay.krish123
0
728
Member Avatar for crioto

For example, i have char variable = "This is a simple text"; and i need to put word "Very" between "a" and "simple" How to do it using standart C library?

Member Avatar for ajay.krish123
0
87
Member Avatar for sfrider0

I'm getting all the links from a web page and displaying them in a listView box. How do I prevent duplicates? I know how to block some links that I don't want by using the StartsWith and Equals and those functions. Do I do something with those or is there …

Member Avatar for sfrider0
0
126
Member Avatar for zippee

My customers who use AOL email cannot receive my email generated from php script I use. I try to look into AOL email guide but do not have a clue how to solve the problem. Please can anyone help? Here's my code: [PHP]require_once "Mail.php"; $host = "abc.com"; $from = $_POST['client']." …

Member Avatar for arvindhar
0
260
Member Avatar for lehe

can any function, for example printf, restart from beginning of the same line? So we will not have multiple lines of output Another question, any way to retrieve the previous ouput that have been bumped out of the window in case of large amount of output? I am using Windows …

Member Avatar for ajay.krish123
0
123
Member Avatar for hakimkal

I hope it helps you, It is a sub proceedure with with a file open dialog object called "ofd" and the event object is called "cmdcopy" the text on the cmdcopy object is "Copy". I leave you to fiddle with the snippet. [CODE] Private Sub cmdcopy_Click(ByVal sender As System.Object, ByVal …

Member Avatar for Teme64
0
822
Member Avatar for gp04lch

hi all, recently ran into a really hard problem for me: i have an sql command with something like this SELECT xxxxx FROM xxxxxx WHERE filter LIKE '[A]' what i would like to do is substitute [ with [[] on the condition that it is after a LIKE and is …

Member Avatar for LizR
0
74
Member Avatar for mesnomer

I'm trying to display some object information and it seems to work when I use a pointer to the object, but not when I pass the pointer to a different function. Hopefully, the code will better explain: [CODE] struct pcb { int pid; string name; } void showData(pcb* PCBobject) { …

Member Avatar for ArkM
0
84
Member Avatar for George2

Hello everyone, I am looking for open source message queue implementation in Java. Does anyone know where can I find a 100% pure Java implementation of message queue with basic features? It is better an implementation which does not rely on other components and can be used as a utility …

Member Avatar for BestJewSinceJC
0
433
Member Avatar for POKEMONMASTER26

[url]http://www.nuclex.org/news/2007/05/14/xna-windows-forms-usercontrol[/url] ...Hey, I'm new here, & although I might rarely be here, I do have a question. It's the title. ...Ya see, I'm trying to use a .swf in xna, & so far I've: 1. Embedded the .swf in a VB .Net Winform app. 2. Used C-Sharpener to convert the …

Member Avatar for Murtan
0
156
Member Avatar for Rejinacm

I want to convert strings to bit-fields.Also,convert them to binary and then use. Need help with this..help me ..

Member Avatar for Rejinacm
0
76
Member Avatar for Naveen_bij

I am developing a windows form application , can any one explain the basic structure of the program and how to do the basic things like calling functions for a event, opening a form on button click on main form.

Member Avatar for death_oclock
0
94
Member Avatar for confusedGirl

[COLOR="red"][COLOR="red"]Hi all[/COLOR][/COLOR] [COLOR="Red"]I write to ask you if you could help me with writting this script>>[/COLOR] Suppose we have 2 files: x and y In x, we have those lines: g0201350 g0233234 football United Arab Emirates University College of Information Technology g0209099 In y, we have those lines: Hello there! …

Member Avatar for eggi
0
120
Member Avatar for ryan311

help me please about data report i have an error it says: report width is larger than the paper width please help

Member Avatar for ryan311
0
59
Member Avatar for Kezoor

Hello everyone, I have been through the Starting Python thread, and I have archived lots of stuff for further learning ! But there is one little thing for which there is no specific explanation, and looking at Google doesn't help me much. Why do the classes of many scripts are …

Member Avatar for Kezoor
0
130
Member Avatar for jhonnyboy

hey guys, im a bit new to php. I was wondering if any of you guys could help me out with this email code i have to send me an email. I have a website with a service link then the user needs to pick which kind of service he/she …

Member Avatar for buddylee17
0
209
Member Avatar for Evil03

Hi All, Please Help me with this issue as i m very new to VB.NET. I have Created a vb.net Application with MS ACCESS DATABASE, everything is working fine, But, There is a small problem that i am facing . Everytime i ADD a new record it saves succesfully but …

Member Avatar for Evil03
0
176
Member Avatar for Icebone1000

I have a file with record times, i need take each time and compare it whit the actual player time, so if the player time is < then the best time:input player time on top, if is >, then compare whit the next time and so... the problem is until …

Member Avatar for Ancient Dragon
0
2K
Member Avatar for bnarav

We have some python scripts which send an email with the error code when ever a failure happens in the python scripts. We are in the process of moving these from our current server (Windows 2003 ) to a new server (Windows 2003 R2). I was testing these scripts and …

Member Avatar for mn_kthompson
0
122

The End.