199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for a_elsayed2010

Hello, I'm student in Faculty of Computer and Information , Cairo University I'm working in project [B]The Project Specification :[/B] 1- load 3D Environment 2- enable the user to interact with surrounded environmnet 3- the environment content painter stand that enable the user to draw on it [B]The Problem:[/B] I …

Member Avatar for a_elsayed2010
0
273
Member Avatar for stevegoodmedia

Hi i i have a form that is processed by the following php script - the form and script work fine (i got it off about.com works very well!!) but the client does not like the way the email arrives and wants some formatting could anyone tell me how i …

Member Avatar for isomillennium
0
87
Member Avatar for &rea

Hello, I want to save the image binaryImage in a file (bmp) so that I can open binaryImage.bmp and this way working with it in another programme. I have tried different ways (see below) but I don't find a solution. I have no idea how to use this method.Could anyone …

Member Avatar for &rea
0
95
Member Avatar for Ancient Dragon

I've downloaded and compiled wxWindows using VC++ 2008 Express. Also am able to compile/link the Calculator example program (haven't tried the others yet). Now I want to begin writing my own program. So I searched google for tutorials to help get starte. None of them contain main(), and neither does …

Member Avatar for Nick Evan
0
163
Member Avatar for gest

Hi. I am opening jpg file with [code] a = Image.open(sys.argv[1]).convert("P")[/code] then I'm getting it on a list with [code] c = list(a.getdata()) [/code] could someone help me to conver this list to array?? I would be glad :)

Member Avatar for tzushky
0
98
Member Avatar for soosai

hi this is my coding for submit and reset button ... but the reset button seems not working ...is it related to the value?.......or the return thing ? thanks for the help.. <input type="submit" value="Submit" /> <input type="button" value="Reset" onclick="valid.reset(); return false" />

Member Avatar for soosai
0
69
Member Avatar for bala24

Hi, I am supposed to design an outlook calendar like functionality to an existing application. The user wants to view all reminders based on a daily, weekly and monthly basis. I was able to solve this part by creating datatable on the fly with the reminder content and displaying with …

Member Avatar for bala24
0
616
Member Avatar for paulcat

I've taken C++ courses before but never programmed any GUI applications. Well for this job I was asked to program a GUI for a solar hybrid project that displays information such as battery charge, temperature, etc...sort of like the thing you see in a Prius. Can anyone give any recommendations …

Member Avatar for Maulth
0
269
Member Avatar for preethi_ga

Hi, Can anyone tell me hoe to work in MSFlexGrid controll. Bcoz i tried to bind the records into that FlexGrid. But when i click in that data property, it shows some intrinsic error. So can anyone tell me about FlexGrid in detail with some coding?

Member Avatar for eanastacio20
0
120
Member Avatar for saquib189

Hi all i have a datalist and i enable paging in it. but the link button not work when i click on it. The code is shown below: [code=ASP.NET]<asp:Panel ID="Panel2" runat="server"> <font size="-1" face="Verdana, Arial, Helvetica, sans-serif"><asp:label id="pageNumber" runat="server" /></font> <asp:DataList ID="theDataList" runat="server" RepeatColumns="4" Width="616px" CellPadding="4" ForeColor="#333333"> <HeaderTemplate> Book Listing …

0
310
Member Avatar for EJK972

Does anyone know a way in which I can execute PL/SQL statements in a VB.NET program? Any input is appreciated. Thanks.

Member Avatar for dadelsen
0
835
Member Avatar for Black Magic

Hey, I got bored so decided to make this pointless program but am a bit confuzzled.. [CODE=C++]#include <iostream> using namespace std; int main() { int decision; do { system("cls"); cout << "Welcome to my pointless menu!" << endl; cout << "1 : Do Nothing." << endl << "2 : View …

Member Avatar for Prabakar
0
125
Member Avatar for ahmbil

please can somebody help me to load a records from a textfile(random acces file)and display it into te lisview.

Member Avatar for eanastacio20
0
114
Member Avatar for Spunkerspawn

First and foremost, I've read a bunch of links on the web and I still can't implement the methods I've found in this specific context, please help me by providing me some sort of guidance. The object in question is the Property Object. It has 3 attributes int value, int …

Member Avatar for Spunkerspawn
0
148
Member Avatar for ymf

Hi, I'm going over this topic in unix and i'd be glad if someone could explain this bit of script: [ICODE]sed 's/\(abc\)*/xyz/'[/ICODE] so the input would be [ICODE]abcabcabc[/ICODE] which results in [ICODE]xyz[/ICODE] Also how come 'xyz' doesnt repeat 3 times because the input is 'abc' x 3 ? Thanks in …

Member Avatar for ymf
0
86
Member Avatar for Kob0724

I can not understand why I am getting this memory leak. First, here is the ouput from valgrind. [code] ==27078== 24 bytes in 1 blocks are definitely lost in loss record 45 of 827 ==27078== at 0x4A061A5: operator new(unsigned long) (vg_replace_malloc.c:167) ==27078== by 0x434B8F: ETArray::ETArray(QString const&, QWidget*) (etutils.cpp:343) ==27078== by …

Member Avatar for Ancient Dragon
0
192
Member Avatar for AliHurworth

Hi, I'm struggling to get a relatively simple PHP/MySQL script to work. Basically, I've got two tables populated with entries from a database. However I'm getting errors on the second table [icode]mysql_num_rows(): supplied argument is not a valid MySQL result resource [/icode] and [icode]mysql_fetch_array(): supplied argument is not a valid …

Member Avatar for somedude3488
0
235
Member Avatar for roy--

Hello, I've got a variable string ($policies) of CDATA, that is dynamically generated, what I am trying to do is to find a way to separate the various divs into separate variables. For example the following string will have to be split into $policy_hotel_pets, $policy_children, etc.. each variable storing its …

Member Avatar for somedude3488
0
125
Member Avatar for xcard14
Member Avatar for R0bb0b

I am a seasoned PHP/Postgres/AJAX developer and would like to get back into ASP.NET development which I haven't touched since I graduated in 05(v1.1). Everywhere I look I find tutorials that include GUIs and wizards and that is not really the way I like to do things. I don't need …

Member Avatar for serkan sendur
0
117
Member Avatar for hjast

how I connect a c# controller on a server and an asp.net form based website (it has to go though the c# controlelr to get the data, not just in database)

Member Avatar for serkan sendur
0
52
Member Avatar for Alex Edwards

I'm getting a really odd error in my program. The lvl value retains its initial value if it's left alone, but when the program runs after you've assigned it a value it get's a ridiculous number... then the previous number after another assignment... and the process continues. Here's the code. …

0
98
Member Avatar for Jeff1

Hi Every one, I have a visual basic programme written in VB4 need to find a package that will automatically translate it to VB 6 Any ideas will be welcome Thanks Jeff1

Member Avatar for Jeff1
0
49
Member Avatar for darmstrong

I'm hoping that someone will give me a moment so I can understand how formmail works so that I can more effectively troubleshoot my problems. Background: I'm downloaded a very basic formmail to use on our intranet site for employees to respond to. I'm testing this on a XP Pro …

Member Avatar for darmstrong
0
484
Member Avatar for nemom

Hello everybody,, this is a simple java method that calls itself,, [code=java]class ex{ public static void main(String [] args){ simpleMeth(5); } static void simpleMeth(int i){ if(i != 0){ rec(--i); System.out.println(i); } } } [/code] If you follow the the codes you will find after sending number (5) to the method …

Member Avatar for nemom
0
172
Member Avatar for conwayce

Hi I'm migrating from Oracle Sql to MS Sql. I'm trying to write an mssql query that will pull all rows from a tableA but only if row in tableB = apple. In other words the table might look like this: tableA tableB Joe apple Joe orange Joe peach Fred …

Member Avatar for tesuji
0
133
Member Avatar for mahoretti

Hi everybody. I want to use rdo at the vb6 and my web data. client running vb6 code, connect the internet data (sql, mysql or access) and get data to combobox. How can I ? Please help me.. thanks.

Member Avatar for mahoretti
0
70
Member Avatar for remk

Hi, I have the following C++ code [code] #include <string> #include <iostream> //maybe std::string using namespace std; int main() { size_t r = 134480; size_t c = 268960; size_t **opt; opt = (size_t **)malloc(r * sizeof(size_t *)); if(opt != NULL) { opt[0] = (size_t *)malloc(r * c * sizeof(size_t)); if(opt[0] …

Member Avatar for tesuji
0
114
Member Avatar for joelbaby

Hi, I have dates/times in UTC, and need to convert them to New York time. My pc is not based in new york, so I cannot use the local time. So far I have found: BOOL WINAPI SystemTimeToTzSpecificLocalTime( __in LPTIME_ZONE_INFORMATION lpTimeZone, __in LPSYSTEMTIME lpUniversalTime, __out LPSYSTEMTIME lpLocalTime ); lpTimeZone: A …

Member Avatar for tesuji
0
102
Member Avatar for smi1in

Hi, I want to make a macro in MSExcel which can copy data from one window to another. Can any one help me in this.

Member Avatar for smi1in
0
104
Member Avatar for P90K

hello, I'm working on a little project now but I have some problems. I want to control my computer whit my pocket pc using bleutooth. the plan was dan you push a button on the pocket pc, it will send a value to te pc using bleutooth. then a vb …

Member Avatar for Jishnu
0
83
Member Avatar for kinyuadave

Hi there? I have this program that i need help with. I have created a program that by clicking a file menu an excel dbase is created and stored. Now the problem is i have many excel files and i want to enter data into them and this is done …

Member Avatar for Jishnu
0
113
Member Avatar for kinyuadave

Hi there? I have this program that i need help with. I have created a program that by clicking a file menu an excel dbase is created and stored. Now the problem is i have many excel files and i want to enter data into them and this is done …

Member Avatar for Jishnu
0
323
Member Avatar for chinalotus

Hi - Does anyone know of a tutorial that will help me create a simple (just enough to keep out the average surfer) password protection code with a cookie? Here is what I want to do: I offer downloadable image files at my website. Currently they are free to download …

Member Avatar for R0bb0b
0
328
Member Avatar for chsarp_vijay

Hi, I am developing a hand held device. I am using .net compact frame work with WINCE support. Here i want to choose a open source database which supports WINCE. Can any one tell which open source database will support WINCE platform. Regards, Vijay Bhaskar

Member Avatar for tesuji
0
91
Member Avatar for Alex_

Hello, i am supposed to solve a problem using this Method. Can anyone pls tell me what this exactly is, and how does it work?Or maybe a link to a source ...? i'd be very thankfuly! Pls this is urgent.It's for my thesis!

Member Avatar for Alex_
0
99
Member Avatar for kux

I understand that visual studio has a nmake tool for building a project from a makefile. What I want to do is to be able to build my project outside the Visual Studio IDE, from command line using nmake. I found some tutorials about writing a windows makefile for nmake, …

Member Avatar for Prabakar
0
404
Member Avatar for rraj.be

I have very good ideas about c-programing. But i have just programing simple experimental and ,learning stadge program like some data structures or experimenting codes. I want to know actually how to build a good, working , professional, APPLICATION. Please any one could help me by taking me to a …

Member Avatar for Jishnu
0
122
Member Avatar for tusharvichare

Hi, I want to create XML in VC++ please if any one have solution for that then please forward me. I want to create XML as per below, <STUDENT> <ID>S202<ID> <NAME>TUSHAR<NAME> <PHONENO>96874525<PHONENO> </STUDENT> please any one have code please forward me Thank you.

Member Avatar for tesuji
0
99
Member Avatar for joshmo

I am trying to do a simple queue using linked list. I am failing to perform dequeue because I cant get the logic straight. If there is anyone who could explain to me about the simple logic of this then it would help alot. Thanks. I have also posted the …

Member Avatar for Lerner
0
156
Member Avatar for e_pech

I'm sorry but I'm totally new on Web Development, I'd like to make a registration form for everyone that downloads a file I have on a Website. The ideal thing would be to send a confirmation email where the link to file is attatched. So basically when a person wants …

Member Avatar for e_pech
0
98
Member Avatar for Yuichi

Hi guys,i am new to both c++ and this forum...I got a problem with a question i m supposed to do.I am supposed to create a queue system but i am stuck at a point where i can't add numbers to the queue system.This is the question... You have been …

Member Avatar for Yuichi
0
208
Member Avatar for roy--

Hello, I've got a few <div>'s that are dynamically generated, what I want to do is construct a conditional javascript statement that will set display:none to all empty <div class='policy_text'> for example: if { <div class='policy_text'></div> } then set div.policy_text to display:none; elseif { <div class='policy_text'>text contents.. bla bla</div> } …

Member Avatar for roy--
0
150
Member Avatar for chsarp_vijay

Hi, I have created one table in MySQL database. I want to use that table in my C sharp application through ODBC. I have installed the ODBC driver also. I have created the project in visual C#, Smart device and WINCE 5.0. Now i want my application will interact with …

Member Avatar for bbkidsdad
0
106
Member Avatar for yap

Dear guys I am rather new to Java and Java databases. Now I have just installed netbeans v6.1 together with derby (javaDB) on win XP, SP 2. Creating and running java programs is ok, but I can't start derby server from netbeans services menu. NetBeans tells me: java.lang.NoClassDefFoundError: org/apache/derby/drda/NetworkServerControl. Exception …

Member Avatar for peter_budo
0
177
Member Avatar for sathis_83

hai friend's i am doing a project in chatting so if anyone know any coding or any idea about that please reply to me thank's in advance..

Member Avatar for sathis_83
0
108
Member Avatar for zyaday

Hi, I want to make the background of the JFRAME and image??? but everytime the background image paints over the buttons???? please help!

Member Avatar for Ezzaral
0
134
Member Avatar for kamal85

i need a complete C program to draw a sin curve without any application and the output should be displayed in dos prompt. can anyone please help me

Member Avatar for Nick Evan
0
262
Member Avatar for s7plc

Ok, I am fairly new in using Python, but have a pretty good understanding of it. But I'm up against something that I just can't figure out. I have an archived file that I am trying to take apart into individual files. It isn't a zip file, but an ascii …

Member Avatar for s7plc
0
255
Member Avatar for kshaik

Hi there, I am very new to AJAX. Just in the learning stage. i am working on an asp application in which AJAX is implemented. The overhead is it is working fine in the production but not in test environment(both browsers are IE only). Through some debugging i found out …

Member Avatar for digital-ether
0
148

The End.