132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Firestone

I'm using Dev C++, and I want to compile my program into a program usable on macs. Can I do this from Dev C++, or do I have to use a different program?

Software Development c
Member Avatar for John A
0
109
Member Avatar for guru511

hi, plz tell me how to bind the record set to datagrid.. i have all the data in recordset now i want to modify the recordset and dind that to datagrid... also in one column i want to supress the duplicate values and put balnk spaces in that..hw can i …

Software Development visual-basic
Member Avatar for QVeen72
0
101
Member Avatar for DeathEvil

I have "converted" my prog to psedocode (I know, I should di it before writing source code" and everything is looking smoothly and easy to understand. The only problem I have is translating 2 lines involving array: [CODE] if (strcmp(full_name[index[inner]],full_name[index[inner+1]])>0)[/CODE] and [CODE]temp = index[inner],index[inner]= index[inner+1],index[inner+1]=temp;[/CODE] can anyone help me out? …

Software Development c
Member Avatar for DeathEvil
0
102
Member Avatar for abar_sow

Can anyone tell how to search for a keyword in any web page in java...Suppose if am giving query in a google page, The results will be displaying in many pages. In the 1st page i want to search for a keyword www. ...

Software Development java
Member Avatar for abar_sow
0
200
Member Avatar for namjeon

I am trying to add 30 days (or 30 times) validation procedure in VB6 code to program, so that people can try it before they decide to buy. I am trying to make program not run 30 days after user install the program or 30 times after user run the …

Software Development visual-basic
Member Avatar for QVeen72
0
83
Member Avatar for piyush gandhi

What are the following types of files that can be created in VB for eg.: 1>> ActiveX EXE 2>> ActiveX DLL 3>> DLLs etc, etc, etc.. and all of them that we can create in VB e I know only the Standard EXE applications that we create in VB please …

Software Development visual-basic
Member Avatar for QVeen72
0
93
Member Avatar for dyoung02

Hi All, I am trying to use awk to strip out the java version after I run the java -version command. Unfortunately nothing I try works. Here is the command I am running along with the output: # /h/jre/bin/java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build …

Software Development shell-scripting
Member Avatar for dyoung02
0
134
Member Avatar for echobase

Hello- I'm trying to write a classic producer/consumer program using signals. My parent process (producer.c) forks and executes a new child program (consumer.c). The producer copies values from an input file (100 total int values to copy) to a common file, then sends a signal to the child to copy …

Software Development c
Member Avatar for TkTkorrovi
0
180
Member Avatar for arunprashanth

Hi I am using jboss 4.0.4 server. while i start my server i got org.jboss.deployment.DeploymentException .and one warning failed to start connectors. how can i solve that Exception. Thanks

Software Development java
Member Avatar for jwenting
0
86
Member Avatar for no1zson

Hedging my bets, I have coded a simpler version of the program Ezzaral is helping me with. I fear I am in over my head over there and may just begin to annoy him with silly questions. Most of what he and I are working on is beyond the scope …

Software Development java java-swing
Member Avatar for no1zson
0
77
Member Avatar for Earth Wyrm

Hi, as is about to become entirely apparent, I'm a newbie programmer and I'm having some problems with what should be simple operations. I'm having some trouble writing to file and no matter what method I use I can't seem to get it to work as I hope it to. …

Software Development c++ file-stream file-system ios
Member Avatar for Earth Wyrm
0
167
Member Avatar for klarz

I am trying to remove certain buttons from an office menu bar, but am having trouble obtaining the menu bar handle. If anyone knows how to do this, it would be greatly appreciated.

Software Development c++
Member Avatar for ndeniche
0
58
Member Avatar for beuls

Hi everyone, Is there any function in C# to find the CPU utilization of a process? Any help is greatly appreciated.... Thanks n advance Beulah

Software Development
Member Avatar for beuls
0
116
Member Avatar for kogorman

In my current Unix/C++ application, I need to pipe a file through the sort(1) program before reading it. The input is large to huge, so in-memory sorting won't work. I'm used to using fork(2), pipe(2) and exec(3) in my C programs. I know I can do the same in C++, …

Software Development c++ unix
Member Avatar for vijayan121
0
218
Member Avatar for johnray31

Hi All, can anybody provide me recursive implementation of depth first search.. one more question .. is it possible to code any problem with recursion without using global variable.. i just need general views about good recursive program.. thankx

Software Development c
Member Avatar for Hamrick
0
110
Member Avatar for kobi

Hello there, I have an array of 2 dimensional which i need to pass to a funtion, but every time i try to send to the funcation "LoadScenario" it fails. maybe my syntax is wrong,please take a look Thanks Ahead [code] [COLOR=green]string[/COLOR][COLOR=green][,] Vars = [/COLOR][COLOR=green]new[/COLOR][COLOR=green]string[/COLOR][COLOR=green][5,4];[/COLOR] Vars[0,1]="Calculos"; Vars[1,1]=" 1"; Vars[2,1]=" 2"; …

Software Development
Member Avatar for kobi
0
141
Member Avatar for jaepi

Hello there, is there a corresponding function or struct in linux for the the struct SystemTime in windows? Thanks! :)

Software Development c++
Member Avatar for Ancient Dragon
0
120
Member Avatar for AV Manoharan

See, here I am going to explain for all concerned in this forum, about the two types of Data access objects which you can use in your VB (?). There are so many postings on this subject. The duo is [B]DAO[/B] & [B]ADO[/B]. It is not misspelled acronym like PHP …

Member Avatar for AV Manoharan
0
258
Member Avatar for seeleo6

Ok if annyone knows how to put usernames and passwords in arrays and declare it and i need a full directions on the code! Thanks Seeleo6

Software Development visual-basic
Member Avatar for jireh
0
159
Member Avatar for jenco

The task is to put text in ab Edit box & then to iterate over it. The result should be in a block graph. If there is a vowel =="A" then block one should rise, if =="B" then block two should rise to represent it. I can make this work …

Software Development c++
Member Avatar for Lerner
0
228
Member Avatar for nathanpacker

I originally posted this in the wrong forum, so I hope I don't get ripped apart for a double post. As part of my new job, I'm learning a little shell scripting, working on an HP-UX system. I'm trying to automate a user account creation process, and I need to …

Software Development shell-scripting
Member Avatar for nathanpacker
0
129
Member Avatar for Syakoban

Hi, Someone put together a small perl script for me that uses day and time to determine which of two images to display (open.gif or closed.gif). I need to modify the script to also include a hyperlink to open.html or closed.html so that if the open image is displayed it …

Software Development perl web-server
Member Avatar for KevinADC
0
130
Member Avatar for khalidxa

Hi guys, I am trying to pass a two dimensional array into a constructor. I am having hard time with it. Can anyone please tell me how to pass arrays into a parameter. the code is something like this : testCase::testCase(int i, int *matrix[][],float m) Your help is appreciated Khalid

Software Development c c# c++
Member Avatar for Lerner
0
116
Member Avatar for George2

Hello everyone, I am using JDK 1.4 and there is a compiling a 3rd party program error because of un-recognized word @override. Could anyone let me know what is the function of @override and in order to use it, which version of JDK is required? thanks in advance, George

Software Development java
Member Avatar for TheGathering
0
103
Member Avatar for waxyaie

can you make a java gui program like a cash register were orders are put in and reciepts are outputs for example (STAR BUCKS COFFEE)

Software Development gui java
Member Avatar for waxyaie
0
79
Member Avatar for onsir

where i get jasperreport and ireport for linux, and what files i must be download. thanks

Software Development java
Member Avatar for Byaptia
0
414
Member Avatar for johnroach1985

Hi. I have been working on a new project for the last few days. The project was to create an automated system that will create reports (using the data given by the employees), save them and then send them to the e-mail address that they need to be sent to... …

Software Development
Member Avatar for johnroach1985
0
94
Member Avatar for agrothe

I'm wondering what thoughts people have on the best way to implement a 3 tier application. I'm playing with the idea of multiple clients <---> server <----> database server <----> mysql database. I'm not sure if the database server is a necessary step though. My previous foray into java network …

Software Development java
Member Avatar for tonakai
0
144
Member Avatar for zite.1

Is there a way to create a GUI completely in C++ code?

Software Development c++ gui
Member Avatar for Arctic wolf
0
801
Member Avatar for royaloba

hello guys, how can i sum the total time in report footer? when i use function sum i got this following error data type mismatch in function object function1... is there any on how to do it.?:icon_sad: thanks. regards

Software Development visual-basic
Member Avatar for QVeen72
0
107
Member Avatar for Stefano Mtangoo

Anybody with good understand on this componets. I just know them shallow.anybody to enlight me? With Regards

Software Development api visual-basic windows-api
Member Avatar for Stefano Mtangoo
0
78
Member Avatar for Vikas Katara

I am making a script in Which FTP has to run automatically rather than providing user and password manualy...i just want to know the status that the file i am sending after FTP starts is reached successfully of not to destination by making a logfile ...which shows it is successful …

Software Development shell-scripting
Member Avatar for masijade
0
103
Member Avatar for coco86

let's say 334536999902920193 123 445465781 Id = left(d,3) location = mid(d,4,9) as you can see that my substring is empty..... what's the proper code for it? If you can help me .... please

Software Development visual-basic
Member Avatar for coco86
0
59
Member Avatar for nuinaifen128

I have a MS Access database. If I want to create a function in VB6 that adding data into my data base by typing the new data on textbox and click the button. Is it possible. How do i adding new data to my database? Hope to getting help from …

Software Development visual-basic
Member Avatar for jireh
0
1K
Member Avatar for DeathEvil

The prototype [code]void Print_Sorted_Employee_Detail_To_File(FILE *report, int i, int i2, int index, char full_name, float pay_rate, float hours, float ovt_hours, float gross, float federal_tax, float state_tax, float ssi_tax, float deferred, float net_pay);[/code] The call: [code] Print_Sorted_Employee_Detail_To_File(report, i, i2, index[i], full_name[i], pay_rate[i], hours[i], ovt_hours[i], gross[i], federal_tax[i], state_tax[i], ssi_tax[i], deferred[i], net_pay[i]);[/code] This is …

Software Development c
Member Avatar for DeathEvil
0
124
Member Avatar for jireh

[B]I want to show the tooltiptext below the textbox when the user type an entry on it[/B]. As we know when that the pointer of the mouse pointed on the textbox the tooltiptext will show up but my problem is if the user uses only tab for transferring the cursor …

Software Development visual-basic
Member Avatar for jireh
0
121
Member Avatar for onsir

hi, all how to using swing component jtree with jcheckbox in netbeans 5.5 i have got code from this link [url]http://www.jroller.com/santhosh/date/20050610[/url], but i can't combine with my project i hope somebody give me solution for my problem. thanks.

Software Development java java-swing
Member Avatar for onsir
0
98
Member Avatar for shouvik.d

recently while studying STL i came thru functors and facades > http://en.wikipedia.org/wiki/Function_object] > A typical use of a functor is in writing more intelligent callback functions. A callback in procedural languages, such as C, may be accomplished by using function pointers. However it can be difficult or awkward to pass …

Software Development c++
Member Avatar for vijayan121
0
310
Member Avatar for jaasaria

this is my first letter here in daniweb.plsss help... actually Im only a beginner in VB. i would like to make a form that can browse picture and text file that will be display in my form... I have a sample here but there are so many error. pleaseee kindly …

Software Development visual-basic
Member Avatar for jaasaria
0
114
Member Avatar for shoby

pls guide me to build a asset mgmt system on VB. what are the components involve and hw do i make my system innovative than the traditional ones?

Software Development visual-basic
Member Avatar for shoby
0
94
Member Avatar for eyedea2011

I'm trying to write 2 codes in C++, but i'm having major problems. The first one should output something like this: Enter a number: 123 -- Enter a name: Jack Thank you, Your name and number is Jack and 123. [code=cplusplus] #include "stdafx.h" #include <iomanip> using std::cin; using std::cout; using …

Software Development c c# c++
Member Avatar for Ancient Dragon
0
396
Member Avatar for themid

How to login to yahoo mail trough vb ??? what component that i should use ?

Software Development visual-basic
Member Avatar for themid
0
64
Member Avatar for teklu

I would like to access a webpage in my VB6 form. I have read an article about this how to get it in netscape navigator like <webBrowse Navigate "microsoft.com" >. But my Internet Browser is internet explorer.I want it using internet explorer.

Software Development microsoft-access visual-basic
Member Avatar for jireh
0
128
Member Avatar for complete

I am looking for a good example of how to do a pop-up menu in MFC. I have found this bit of code: [CODE]void CMyView::OnRButtonDown(UINT nFlags, CPoint point) { CView::OnRButtonDown(nFlags, point); CMenu* menu_bar = AfxGetMainWnd()->GetMenu(); CMenu* file_menu = menu_bar->GetSubMenu(0); ASSERT(file_menu); file_menu->TrackPopupMenu(TPM_LEFTALIGN |TPM_RIGHTBUTTON, point.x, point.y, this); }[/CODE] But what if my …

Software Development c++
Member Avatar for complete
0
1K
Member Avatar for StrikerX11

Hi, Any informations about python certifications ?

Software Development python
Member Avatar for jrcagle
0
92
Member Avatar for tupadjia

lets say i design a form on a [URL="http://www.daniweb.com/techtalkforums/post310919.html#"]windows[/URL] form where i can write down customer info, for example, now, how can i save that so that when opened, by double clicking, i can view that certain record and maybe even edit it on the spot? if anyone can answer …

Software Development vb.net
Member Avatar for preetham.saroja
0
82
Member Avatar for rinoa04

Hello, I have done a web based project in C#. One of the module that I did was newsletter. I did the newsletter in javascript to design a simple editor with simple function such as bold, underline, italics etc like the one we used in this forum. I am wondering …

Software Development c# javascript web-design
Member Avatar for iamthwee
0
90
Member Avatar for tformed

I am working off the code that the professor provided, but for some reason I cannot get it to work. It is giving me errors. I created a project in Visual Studio. The header file: [code]#include <iostream> #include <math.h> using namespace std; class xy_coordinate { public: void input(); void print(); …

Software Development c++ visual-studio
Member Avatar for ~s.o.s~
0
226
Member Avatar for no1zson

I have spent the weekend reading about GUI and how Java uses it, and all I got was confused. :o) I decided the best way to learn it was just to get in to it and start coding, so that is what I did. Went better than I thought it …

Software Development gui java java-swing user-interface
Member Avatar for no1zson
0
235
Member Avatar for mauro21pl

Hi I have a small code and a question concern it. What is the value of the first print of ptr2. I have 0. Why? Isn't suppose to be a memory address like for example 0xff10 thanks [CODE=cplusplus] #include<iostream> #include<conio.h> using namespace std; int main() { //a: 0xdf30 //b: 0xef41 …

Software Development c++
Member Avatar for Ancient Dragon
0
99

The End.