132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for rvishnucbe

Hi, I have to find the path file of another exe running parallel to my app. I will have to do this in runtime. This is a project in Visual Basic 6.0. Can anybody help? Vishnu

Software Development visual-basic
Member Avatar for PVBert
0
127
Member Avatar for Covinus

First of all im a java programmer and im porting to c\c++. I have no knowledge of c\c++. Because my work requires me to learn c\c++. in just 1 week they want me to code intermediate stuff. I wasnt able to comply 100% to their requirments but at least i …

Software Development c++
Member Avatar for ~s.o.s~
0
150
Member Avatar for jaepi

hello there, im new in c++...i just want to know how to compare a string to null like: [code] string x; cin >> x; if(x==NULL){ cout << "null"; } [/code] im using this one, [b] if(&x==0) [/b]...but it does'nt work... this is what my mentor told me to do... help..thanks

Software Development c++
Member Avatar for ~s.o.s~
0
9K
Member Avatar for kylcrow

Is there a member function in the string class to put two strings together at a certain index? For example... if i took these two strings... city = Memphis and state = Tennessee to put them together like this [code=c++] Memphis Tennessee [/code] The city would start at index 0 …

Software Development c++
Member Avatar for kylcrow
0
134
Member Avatar for mstester

Hey guys. I know this is more of an sql problem but I didnt know where else to put it :S I have an application which stores a UNC path in a mysql database table. However it doest store it correctly for example: I want to store the UNC Path: …

Software Development mysql vb.net
Member Avatar for mstester
0
115
Member Avatar for ttorkey

[LIST] [*]Write a function that creates the following pattern, given the height (number of rows)[/LIST] * *** ***** ******* ********* ********* ******* ****** *** * ยท The [I]Fibonacci sequence [/I]is defined by the following rule. The first two values in the sequence are 1 and 1. Every subsequent value is …

Software Development vb.net
Member Avatar for matale
0
112
Member Avatar for briskal

Hello everybody, I have a situation in which I want to execute a command line from a Delphi application, and I want to capture the output from that command and then display it back to the user. Using [B]CreateProcess[/B] I can successfully execute the command - and I am able …

Software Development delphi pascal
Member Avatar for briskal
0
475
Member Avatar for caltiger

Hi, I have to port a code onto an ARM processor... what is the most commonly used methods for optimizing C code? I`ve read abt limiting the number of parameters in a function, pass values by refernce in argunments rather than by value, and trying to avoid global variables... My …

Software Development c++
Member Avatar for Narue
0
191
Member Avatar for Zay

Good night; can you see this function ; its true but the only error is : missing ';' before 'return' missing ';' before '}' missing ';' before '}' missing ';' before '{' missing function header (old-style formal list?) but there is no ; missing , i checked it twice this …

Software Development c
Member Avatar for Zay
0
137
Member Avatar for Thinka

Hello once again people; I hope I'm not breaking any rules or being cheeky. But I was searching for algorithms/programs on the internet that would help me with my binary search program, and then I came across the piece of code posted here (in the code snippets section)about just the …

Software Development c
Member Avatar for Nick Evan
0
148
Member Avatar for yasmin_jihad

'please help me about making an image browser in vb 6 'i need to get the path of any image i choose 'and i want to make the imagebox resizeble

Software Development image visual-basic
Member Avatar for ivy
0
92
Member Avatar for aot

So I would really like to use Python to play some sound files -- it doesn't particularly matter what format, as they're just going to be basic "ping" type noises. However, it seems like whatever advice I find doesn't work out for my situation -- most modules seem to be …

Software Development python
Member Avatar for aot
0
99
Member Avatar for zanaja

Hi All I am a new Programmer in VB.I made an OCX containing 5 UserControls.I hav to use it in a seperate project.When opening that Project itself Out of Memory Exception is coming.I have put MsgBoxes in userControl_Initialize in my control.As Err.Description i am getting as Out of Memory.What may …

Software Development visual-basic
Member Avatar for zanaja
0
63
Member Avatar for kasra

hi every1.. i have a form with a register butoon...when the button is pressed, the registration form (which is connected to ms access) opens...but the problem is that the form displays the data stored in table..although i need a blank form, which allows users to insert data... any emergency reply …

Software Development visual-basic
Member Avatar for ReeciePoo
0
84
Member Avatar for NewKidWalking

[code=language] #include <iostream.h> char first[ 20 ]; char middle[ 20 ]; char last[ 20 ]; main() { cout << "What is your name ScumBag? "; cin >> first >> "\n" >> middle >> "\n" >> last; return 0; } [/code]

Software Development c++
Member Avatar for iTaChi
0
133
Member Avatar for berfles

I need help with this airline seating program. All I need it to do for now is take the data from the second form (radio box), put it in the text box on the first form, and at the same time, have it update the listbox on that first form. …

Software Development visual-basic
Member Avatar for ReeciePoo
0
144
Member Avatar for suedasszyy

hye guys.. i have problems with my programm.This are the codes.. '############################## public class EndErgebnisse public Structure Ergebnisse1 public Angebot as Double public AnzahlForderung as Double public Mitt_Bedzeit as Double Sub berechnen Angebote = AnzahlForderung / Mitt_Bedzeit End Sub sub zรผruck_click (button) [B]Me.finalize[/B] End sub End Structure End Class ################################################## …

Software Development vb.net
Member Avatar for waynespangler
0
113
Member Avatar for iskivgs

I'm looking for a way to eliminate many unwanted global variables. Any suggestions? I'm relatively familiar with the basics of VB but not to a distant extent. thanks.

Software Development vb.net
Member Avatar for waynespangler
0
98
Member Avatar for ReeciePoo

I want to make a popup menu when i rightclick on a ListView Row I just want it to say Edit [Seperator] Delete ^^ Also how do i make a Sub Item a link to open a new form?

Software Development listview visual-basic
Member Avatar for ReeciePoo
0
71
Member Avatar for FC Jamison

I have been asked to explicitly convert a decimal number to hexadecimal (radix sixteen) number in 1s complement...how the heck is that done? I can convert to a binary number using 1s compliment...do I just take that and convert to hex after the fact?

Software Development assembly
Member Avatar for FC Jamison
0
163
Member Avatar for fastcarz3

Develop a C++ program that will determine whether a department-store customer has ex-ceeded the credit limit on a charge account. For each customer, the following facts are available: a. account number (an integer) b. balance at the beginning of the month c. total of all items charged by this customer …

Software Development c++ display
Member Avatar for nkhosinathie
0
368
Member Avatar for nkhosinathie

i'm developing a c++ program here and also i'm nwe to c++. i have been given a program that has to print integers from 0-10 with their squares and cubes in a table form. but the problem is i'm only allowed to use if statement onyl to do this program.well …

Software Development c++
Member Avatar for Narue
0
111
Member Avatar for MAI&

[B][COLOR=darkorchid] [/COLOR][/B] [B][COLOR=darkorchid]hi ^^/[/COLOR][/B] [B][COLOR=darkorchid]i'm new here ,, & i have some questions :pretty: ,,[/COLOR][/B] [B][COLOR=darkorchid]mmm,, it may sound easy to u ,, but what can i do i'm just a beginner:icon_sad: ..[/COLOR][/B] [B][COLOR=darkorchid][/COLOR][/B] [B][COLOR=darkorchid]can some1 explain to me how to do this program using 2-dimentional arreys ?[/COLOR][/B] [B][COLOR=darkorchid]pls dont …

Software Development c++
Member Avatar for Narue
0
103
Member Avatar for kaconk

I want program in VB6 to work connection (dialup) between two pc using modem( telephone number) and transfer file or data from pc to another pc (one pc is client and another server) thank you

Software Development client-server visual-basic
Member Avatar for jbennet
0
89
Member Avatar for ff09234

Hello all, I am a mainframe programmer for about 20 years. Its time to expand my knowledge to more languages. I was hoping someone could direct me to some good online C++ courses I could take. hanks in advance to all that reply.. Regards Warren

Software Development c++
Member Avatar for jbennet
0
128
Member Avatar for ak_2005

i tried to run a graphics program in my borland c++ 5.02 compiler.. i opened a new project, changed the platform to DOS(Standard) mode... check marked the BGI option.. and added my program as a new node to my project.. and compiled it successfully but when i try to execute …

Software Development c++
Member Avatar for ~s.o.s~
0
783
Member Avatar for sadhanasingh

i am a beginner we are making a website during registration process i faced this problem that i am posting below please help error is:- System.IO.DirectoryNotFoundException: The system cannot find the path specified. (Exception from HRESULT: 0x80070003) at P3ADMINLib.P3DomainsClass.get_Item(Object vIndex) at register.AddPop3User(String MachineName, String DomainName, String UserName, String Password) in …

Software Development asp.net c#
Member Avatar for prodigygroup
0
111
Member Avatar for ibrar_niitian

[B][COLOR=#000000]Write a program that will compute the quarter/semester grader for all the students in a class. Scenario is as follow: [/COLOR][/B] [COLOR=#000000] [/COLOR] [LIST] [*][COLOR=#000000]There are total of forty students in any given class. Each student has twelve graded items. Each student is given four tests, four programming assignments, and …

Software Development c
Member Avatar for Narue
0
110
Member Avatar for jaepi

hello there, i have no idea how to check if a directory in linux already exist, can someone point me an example..pls..thanks

Software Development c++
Member Avatar for jaepi
0
157
Member Avatar for jaepi

hello there, i have here a program(linux based) that creates a directory then transfer files to that said directory...the problem is, im using strcat to join my bash script commands to the users inputs..now, i have a loop that concatenates the commands... is there a way that a concatenation will …

Software Development c++
Member Avatar for jaepi
0
110
Member Avatar for shmay

I simply want to create a GUI interface that allows the user to input an integer. I know that a GUI is very unnecessary for such a task, but I want to learn the basics of GUI.

Software Development gui java user-interface
Member Avatar for peter_budo
0
119
Member Avatar for princekool

[COLOR=#000000]The Program. [/COLOR] [COLOR=#000000]You have been asked to solve a problem for an old gameplayer. She has purchased a new game. It is a sort of Solitaire. This suits the old gameplayer as she has no friends so a game played alone is ideal. [/COLOR] [COLOR=#000000]The game is played on …

Software Development c++ java
Member Avatar for hbk619
0
127
Member Avatar for phalaris_trip

Hi everyone, This is my first post, so a brief introduction: I am a first year Engineering student in Trinity College Dublin. We have a fairly intensive workload including Maths, Physics, Chemistry, Mechanics, Logic, Graphics, and of-course Computer Science. The CS part of the course is easily my favourite and …

Software Development c++ engineering ide
Member Avatar for Rashakil Fol
0
117
Member Avatar for louis7370

automatically generated with the format of V000# how???

Software Development c
0
72
Member Avatar for srinath.sec

hi all, i have a question 1) how can we change the value of a macro during compilation time tell me with an example 2) what is difference between exception and memory leak. how to handle exception in c 3) where are the extern and register variables stored(text,data,BSS,heap,stack)

Software Development c
Member Avatar for thekashyap
0
156
Member Avatar for jaepi

hello there, im having trouble with the system() function...as much as possible, i would like my program to be dynamic...i created a program that will make an iso file...it will ask the user to input the directory that he would like to compress...the problem is, how do i append this …

Software Development c++
Member Avatar for jaepi
0
166
Member Avatar for tony71

HI guys, I am taking C++ and I'm suppose to write this program where it asks the user to input a grade that they recieved in their exam . The grade is an interger from 0 to 100. Basicly the program should convert the numeric grade to a letter grade. …

Software Development c++
Member Avatar for tony71
0
131
Member Avatar for kylcrow

Hi again everyone. I'm having a problem with some code I am writing. I need to take an input file change what is on it, then print out to the screen. What I want to change in the file is re-formatting it so that there is Last name First name …

Software Development c c# c++
Member Avatar for kylcrow
0
130
Member Avatar for jaepi

hello there...uhmmm, im having problems with getting the file and storing them...like for example, you ask the user to input a file then that file will be stored...how do you get that file, and where do you store them?? thanks

Software Development c++
Member Avatar for jaepi
0
247
Member Avatar for learningtocode

Sry guys..havin troubl figurin out sum of this posting stuff..... OK guys, Im writing this [URL="http://www.daniweb.com/techtalkforums/thread77798.html#"]game[/URL], and i can't seem to figure out one thing. This is an extra fun thing that one of my Profs suggested. If i get it working like i want..he may give me extra credit. …

Software Development c++
Member Avatar for vbCNEW
0
137
Member Avatar for satyanarayanam

Hi, This is satya, how we can print a string in C that doesn't use printf in main or functions? plz help on this Thank u..

Software Development c
Member Avatar for Narue
0
156
Member Avatar for mattb0611

Hello! I downloaded software called Xloops to evaluate integrals I'm working with. It comes with some example programs to show how the libraries work, but I can't seem to get them compiling consistently. Here is one program (the important part is the first 12 lines): [code=c++] #include <iostream> #include "xloops.h" …

Software Development c++
Member Avatar for mattb0611
0
114
Member Avatar for krishu

Respected Sirs/madam, Please Explain Me The Code Of Palindrome Programme And Programme For Searching Character In String . I Shall Be Grateful If You Mail The Code Of These C++ Programmes With Explanations . Your' S Obediently Krishu

Software Development c++
Member Avatar for Narue
0
93
Member Avatar for nineball_ssj9

I need to Write, assemble, and test a program that reads 2 integers [B]n[/B] and [B]m[/B] from the keyboard and than calculates the sum of all "divisible by 4" numbers from the range [n,m]. [I]This exercise requires usage of subroutine. Calculate sum in the main procedure; Check if the number …

Software Development assembly
Member Avatar for nineball_ssj9
0
98
Member Avatar for jwjazz

Why does entering the expression 011 evaluate to 9? and 0111 = 73, 01111 = 585, and so on.

Software Development python
Member Avatar for sneekula
0
111
Member Avatar for kavaas

i have ceated a file in C. i have to give the login security. i already gave the user name & password. but when i type the password the letters are visible how to hide the letters

Software Development c
Member Avatar for iamthwee
0
2K
Member Avatar for the_jackel

Please help with my assignment. I have to code a program that is menu-driven and im not so clued up.

Software Development java
Member Avatar for jwenting
0
53
Member Avatar for neon123

i need to pass two string parameters in bat file.....in visual basic 6 i am trying thgs like Shell "N:\aa.bat abc bcd " here abc and bcd are two string variables but its not working... wht shud do to pass parameters in bat file

Software Development visual-basic
Member Avatar for kiran_berry
0
1K
Member Avatar for Darkfoxx

Here is the full code thus far: [CODE] public class Cardmain { public static void main (String[] args) { War wargame = new War(); wargame.play(); } } class Deck { static final int numberOfCards = 52; Card[] cards = new Card[numberOfCards]; int index; public Deck() { // Constructs all 52 …

Software Development display java
Member Avatar for peter_budo
0
5K
Member Avatar for usr1971ca

[B]How do I display data (not dataset) on the form just like you see the inbox mail (not allow editing on the data and no first empty column on the left of dataset)? I want to display the master list of names first, then click on the name to bring …

Software Development dataset display vb.net
Member Avatar for arjunsasidharan
0
91

The End.