132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for saleem.mukhtiar

Dear Friends i made a applicatoin where i need a variable value which will enter by after 1st installation... Infact it is a uploading to ftp application with a single click. but the file name is not constant for all all locatins. So i want i will enter it in …

Software Development vb.net
Member Avatar for saleem.mukhtiar
0
218
Member Avatar for VIPER5646

Hi all I have a Mdi Child Fom being oppened from the parent the form opens but the Load event will not fire UP. Doesn't the load event suppose to fire up every time the form is opened? Here isthe code usedto open the form from the Parent and also …

Software Development vb.net
Member Avatar for VIPER5646
0
933
Member Avatar for Alessandrorenzi

Hi guys, I have a VB6 exe file on pc A and I want run this exe from pc B. Pc A and pc B are connected in internet. Then, the running exe file in pc B has to send in real time data to pc A Is it possible …

Software Development visual-basic
Member Avatar for Reverend Jim
0
272
Member Avatar for lee.martin.568847

program does not work: Assignment: In the sport of diving, seven judges award a score between 0 and 10, where each score may be a floating-point value. The highest and lowest scores are thrown out and the remaining scores are added together. The sum is then multiplied by the degree …

Software Development c++
Member Avatar for lee.martin.568847
0
1K
Member Avatar for shamsidini

hello guys,,,am facing a little problem around here.. I want to write a code in assembly language(tasm) which requests the user to enter the name of the file and then open that file...and count the number of words in it and display the results...

Software Development assembly
Member Avatar for Assembly Guy
0
241
Member Avatar for HumblePie

##I have done an exercise to write a program that prompts a user to enter two numbers. The program should divide one number by another. Use a try-catch block to prevent the user from dividing by zero.## #When I debug this code it does not return an answer when the …

Software Development
Member Avatar for ddanbe
0
136
Member Avatar for HelpWanted2115

Ok, so I got a program to do in TurboPascal but it's not doing the one of the requirements and I'm not sure how to get it so the question states: Write a program to read in the names of a sequence of products and their price. The program terminates …

Software Development pascal
Member Avatar for HelpWanted2115
0
188
Member Avatar for HelpWanted2115

Hi guys, so yeah, I got some IT homework AGAIN on programs and I repeatedly did trace tables and they all worked, but somehow, when I enter it in turbo pascal, after the 10th number, the digits start to get negative and after the 6th number, its not following the …

Software Development pascal
Member Avatar for HelpWanted2115
0
201
Member Avatar for vadimak

Hello how can i make a change calculator? for exmaple i want to buy an item thet cost 5.89$ and in canada no more 1 cents so how can round the number to 5.90?

Software Development python
Member Avatar for vadimak
0
436
Member Avatar for btrme

I tried to save my record to wave file with using portaudio library.The samples are saved in recordedSamples array and I tried to add headers of wave file.I am doing something wrong.So,could you please rectify this ?? Thankss...Here is my code : int main(void) { PaStreamParameters inputParameters, outputParameters; PaStream* stream; …

Software Development audio c++ file-stream file-system ios
0
402
Member Avatar for maxpaine69

Hi all, im trying to get data of the data set varyable, but im only receivinf 0 from its, can anybody tell me how can i get the data i want from the datatable.

Software Development asp asp.net
Member Avatar for tinstaafl
0
123
Member Avatar for Drgy55

Please read this whole post before commenting. I am new to programming in C. The problem I have is from Kochan's "Programming in C," Chapter 6, Exercise 6. The problem states that I need to take user input (some integer) and display it in english. Ex. User inputs "123", output …

Software Development c display
Member Avatar for Moschops
0
279
Member Avatar for Jacobah

Hi i try to convert jpg to wmv using window media encoder when i running this code I get error "System.Runtime.InteropServices.COMException (0xC00D0BB8): The input media format is invalid." at line: SrcVid.SetInput(@"C:\Users\jacoba\Videos\Untitled.jpg", "", ""); any idea how to SetInput for jpg (or any others image - BMP, PNG etc. thanks, try …

Software Development audio
Member Avatar for JOSheaIV
0
316
Member Avatar for nishad_forums

Hello, I trying to create a **messenger**(just for practice, so nothing fancy!). I created the server and client programs. Suppose a client(user A) initiated a connection with the server, so it's online. Now, another user(user B) wants to chat with that user(A). How do I give User B the IP …

Software Development client-server java lan-wan
Member Avatar for nishad_forums
0
942
Member Avatar for visweswaran28

Hi, I have objective to store set of information inside given images (Like DICOM). Please suggest me to proceed. Thanks in Advance.

Software Development image
Member Avatar for tinstaafl
0
206
Member Avatar for Suzie999

Hi. First I apologize if in wrong section of forum for this question, but I will eventually be working in C++. I don't know where to start on this project, so my terms will most likely be wrong. The idea is to partially hash an executable file, that part of …

Software Development c++ file-system
Member Avatar for Moschops
0
167
Member Avatar for russendel

[Click Here](http://answers.yahoo.com/question/index;_ylt=AlQJPiETIJOaaftERf6r1l7sy6IX;_ylv=3?qid=20130507233149AAQXvZ6) answer this please...

Software Development c c# c++
Member Avatar for rubberman
0
126
Member Avatar for siblers

Hello, I'm having a bit of trouble with this error. The error seems to be wih setRented but I'm not really sure what to change. This is my interface public interface Rentable{ double getRent(); void setRent (double rent); boolean isRented(); void setRented (boolean rented); } This is my abstract class …

Software Development java
Member Avatar for JamesCherrill
0
183
Member Avatar for Social_psych

Hello, Has anyone ever repeatedly wrote to the same text file, using the append mode, and when examining the text file, several lines were missing? Here are the specifics to my code: 1. Each line in the output, the text file, contains data from one experimental session (e.g. the session …

Software Development file-system python session
Member Avatar for Social_psych
0
223
Member Avatar for silvercats
Member Avatar for Michael27
0
240
Member Avatar for harshInITworld

Hi, I am currently working on project wherein I am inserting thousands of records in database using spring batch. So is there any way where I can handle exceptions in my ItemReader and ItemWriter? I need to apply logic for failure of records when job executes i.e if I am …

Software Development java
Member Avatar for JamesCherrill
0
4K
Member Avatar for ManthanB

I think after looking on the title itself, you all peopel managed to get why i am over here. The question is pretty simple. I have developed a windows application using C sharp. I let you know that it has login form. after succesful authenthication application gets start. This application …

Software Development
Member Avatar for ManthanB
0
187
Member Avatar for Ismatus3

Hello , I wanted to ask if It is possible to create a Python programm that turnes on a server , with interfaces on users machines , connecting to a database ? Actualy , i'm asking about a better way to use databases with Python , thank you .

Software Development python
Member Avatar for Ismatus3
0
238
Member Avatar for tengmat

Please Help me to convert this python code to C# # avg_visits = [75, 30, 18, 17, 26, 40, 67, 82] mixes = [0]*50001 mixes[0] = 1 for n in avg_visits: for i in range(0,50001): if (i+n <= 50000): mixes[i+n] = mixes[i]+mixes[i+n] print mixes[500] print mixes[2000] print mixes[50000]

Software Development c# python
Member Avatar for Lucaci Andrew
0
1K
Member Avatar for ggsr45

hi, I have the following dict which I want to write to a file in binary: data = {(7, 190, 0): {0: 0, 1: 101, 2: 7, 3: 0, 4: 0}, (7, 189, 0): {0: 10, 1: 132, 2: 17, 3: 20, 4: 40}} I went ahead to use the …

Software Development python
Member Avatar for ggsr45
0
374
Member Avatar for Aethir

# This is an advanced guess the number game. import random # The very basis of this game. import math # Used for math.ceil import time # Used to split up long portions of text. def errorDisplay(errorCode): if errorCode == '1': print('\n\n\nError ' + errorCode + ': unlockedGameModes outside of …

Software Development daniweb-bug motherboards-cpu-ram python
Member Avatar for Aethir
0
283
Member Avatar for SpottyBlue

I was in the library's multimedia room to do my assignment, but all PCs don't have Visual Studio and other smiliar programs. So I wrtie the code on Notepad for the question: > Design a solution that will determine and display the fewest number of ringgit and coins in change …

Software Development c++ finance mathematics
Member Avatar for tinstaafl
0
1K
Member Avatar for codesly

how can i code for the windows media palyer in vb pls?

Software Development visual-basic
Member Avatar for xarhang
0
261
Member Avatar for khwo

Hi, Anyone of you know hot to get item when user click on item in the listview. I want the data in listview display in the text box, can anyone give me some advice on this? The following code is my coding at Form_Load():- Private Sub Form3_Load(ByVal sender As System.Object, …

Software Development listview vb.net
Member Avatar for maley
0
4K
Member Avatar for swathys

Hi, Can someone guide me on how to call the public property from web services. i got error *Server was unable to process request. ---> Object reference not set to an instance of an object.* Below is WS public property Public Property LoginID() As String Get Return Me.loginIDField End Get …

Software Development vb.net
Member Avatar for swathys
0
216
Member Avatar for Aven.Seven

Greeting, Can somebody help me with this code i don't know what is the problem here Dim str As String = "SELECT DISTINCT FirstName,LastName FROM SessionMembers ORDER by FirstName, LastName asc" Dim cmdStr As New SqlCommand(str, con) Dim dtreader As SqlDataReader = cmdStr.ExecuteReader() While dtreader.Read stringCols.AddRange(New String() {dtreader(0).ToString}) stringCols2.AddRange(New String() …

Software Development sql vb.net
Member Avatar for Jx_Man
0
234
Member Avatar for Labdabeta

Hello, I am making a number of libraries to help me with my projects and I am torn between two approaches. I will show you what each looks like. I have no idea which would be considered 'better' in general. Locals: #ifndef SOME_GUARD #define SOME_GUARD VERSION_NUMBER #ifdef __cplusplus extern "C" …

Software Development c++
Member Avatar for mike_2000_17
0
227
Member Avatar for GeoEqual

i want to save the image together with excel file. Like this, this is my code converting vb report to word: ActiveDocument.Shapes.AddPicture FileName:="" & App.Path & "\logo1.jpg", Left:=140, Top:=0, SaveWithDocument:=True Is there an option on excel like "SaveWithDocument:=True"

Software Development image visual-basic
Member Avatar for GeoEqual
0
587
Member Avatar for Ravenous Wolf

can anyone tell me if it is possible in C# to open a file which is located in the same folder as the application without specifying the path to that file? if both file and program is located for example on C:/containfileandprog can i open the file from within a …

Software Development file-system
Member Avatar for JOSheaIV
0
6K
Member Avatar for dp121307

This, of course, is not my code. It's from my object oriented programming course book. During class I ran the program and it worked a good 75% of the time without making any changes. For some reason, when I run it at home(either on python 2 or python 3) it …

Software Development python
Member Avatar for dp121307
0
535
Member Avatar for parkz16

there are no visible error in the syntax but when i run the application i keep getting the following error. i have been trying to fix it for hours and simply cant find the problem. the error that appears when running is; Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at javax.swing.JComboBox.setModel(JComboBox.java:292) at …

Software Development java java-swing
Member Avatar for bguild
0
33K
Member Avatar for Necrozze

Okey so I need help with how to make a health bar that starts out full with green color but then when I lose hp it get's smaller and smaller. I have now that my hp is 100, and then when I get hit by a bullet from the boss …

Software Development gaming python
Member Avatar for Necrozze
0
1K
Member Avatar for gobiking

Hello, I have been trying to figure out how to make an array work with a calculator that uses up to 100 different inputs to calculate sum, difference, standard deviation min max etc. When I try to compile the code I get (error: no match for 'operator<<' on line 64 …

Software Development c++
Member Avatar for gobiking
0
3K
Member Avatar for elattar

I need to make program that calculate multiplication of matrice i made it in main now i need to make it in functions would anybody hepl me with my problem that is my code #include <iostream> using namespace std; #include <cstdlib> void fn(int **arr) { } void fn2 (int **arr2){ …

Software Development c++ matrix-multiplication
Member Avatar for elattar
0
175
Member Avatar for cisumma

My programs objective is to mkdir and ope dir. if I ever get it jarred up I would like to run it from a jump drive. [code] public static final String USERHOMEDIR = System.getProperty("user.home", "."); [/code] clearly this code will not be valid any more. Could this USERHOMEDIR be replaced …

Software Development hard-drive java
Member Avatar for cisumma
0
555
Member Avatar for nomorelogic

i would like to have the ability to tell the player they cannot go that way if the exit does not exist the rooms are in a text file that is read in, i know i should use a if function but dont know where to put it, any help …

Software Development c c# c++ gaming
Member Avatar for spuriousgeek
0
282
Member Avatar for kortneycoles

Hello all! I'm new to the forum and need some help. I finished most of the code already but I am stuck now. I'm trying to create a program that shows the interst and payment on a loan. I want to add som code that will sum the amount of …

Software Development c++ ios
Member Avatar for kortneycoles
0
179
Member Avatar for robert.speciale

I have a void function that takes data from an ifstream, reads the first value, (which is an ID #), and compares that value against the ID# info from an array of records. If it's invalid, the rest of the line is ignored. If it's valid, it adds the hours …

Software Development c++ mathematics
Member Avatar for robert.speciale
0
239
Member Avatar for ChemE_Programma

Hello all, I am very new to visual basic, I started codeing at the beginning of this semester so bare with me. Main goal of this post: Create an array for a table of properties of my gas Have my program read a temperature value input by the user Find …

Software Development visual-basic
Member Avatar for Jx_Man
0
464
Member Avatar for schroaus

I am currently creating a game. Everything in this game works great. To reset the highscores you click on a button and an input box pops up asking for your admin number. If the number is entered correctly the text files containing the highscores are deleted and blank ones replace …

Software Development gaming vb.net visual-basic
Member Avatar for schroaus
0
291
Member Avatar for Aven.Seven

Greetings guys can you help me with this one, i want to validate if the username is already taken or not yet but i don't have a clue on how to do it. i tried this code dtCustomer.Rows.Count > 0 but it didn't work @_@.. please guys i really need …

Software Development vb.net
Member Avatar for Aven.Seven
0
154
Member Avatar for robinlrandall

Hi, I have a simple editor with wx.textCtrl MULTILINE as my editing area. Nothing fancy, except I can't do a "PrintPreview" or a "Print". On the preview it shows a blank screen and the Print prints out a blank piece of paper. The "text" appears on my editor and a …

Software Development printer python
Member Avatar for robinlrandall
0
2K
Member Avatar for aisha.edris1

hi everyone i want learn vp.net i don't have any idea i want website learn me from the beginning like w3school thank u for helping me

Software Development vb.net
Member Avatar for Jx_Man
0
114
Member Avatar for ha1206570

Hi every one i have project and i need your help !! this is the project you can look http://store2.up-00.com/Apr13/Ddd93410.png http://store2.up-00.com/Apr13/9HA93410.png

Software Development c c# c++
Member Avatar for Ancient Dragon
0
175
Member Avatar for sk8ergirl

hi, how can I make the size of the array is equal to the number of elements in the array

Software Development java
Member Avatar for JamesCherrill
0
265

The End.