132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Water-Orb

[TEX]Hi everyone!!! I'm new to programming in vb.net and have just created my first game. I need help in being able to use midi files in it but having trouble because I always get an exception error of some sort. Is there something that needs to be done in my …

Software Development audio ide vb.net
Member Avatar for cellus205
0
104
Member Avatar for ntredame

I am getting errors when trying to compile the following code. [CODE]Public Class frmMyFirst Private Sub frmMyFirst_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Click Dim strName As String strName = InputBox("Enter your name and click OK.") lblHello.Text = "Hello " & strName & "." End Sub Private Sub …

Software Development assembly microsoft vb.net xml
Member Avatar for selvaganapathy
0
122
Member Avatar for Jadellll

Hi, I'm looking for the module that floor() is located in. I would have assumed it would be loaded from the path, but after trying several times, its not. Also, while I'm at it, is there a way to permanently add things to the path. So I can add my …

Software Development python
Member Avatar for Gribouillis
0
157
Member Avatar for monkey_king

Hi I'm doing a statistical mcmc model where I need some random numbers. I decided to use the ranrot-w generator. The random number only works when I call the randomnumber method directly, and not when i give the random number as an parameter to another function. that is rg.Random() !=random(rg) …

Software Development c++
Member Avatar for monkey_king
0
156
Member Avatar for BattlingMaxo

I want to make a real time 3d aquarium. procedural animation. What compiler should i use? hopefully not to expensive. Dev C++ is free but don't know if i need more than that. i was thinkin about visual c++ What about service packs that i read about i don't want …

Software Development c c# c++
Member Avatar for msk88
0
140
Member Avatar for belac

Hey Guys, I'm sort of new to coding in .net and I want to write a Sudoku assister for practice. I would like to display values that are still available for each box that does not have an entered number. One way to do this would be to have 81 …

Software Development vb.net
Member Avatar for belac
0
97
Member Avatar for ricss_madara

class bubbleSort1{ public static void bubbleSort(int[] x) { int n = x.length; for (int pass=1; pass < n; pass++) { // count how many times // This next loop becomes shorter and shorter for (int i=0; i < n-pass; i++) { if (x[i] > x[i+1]) { // exchange elements int …

Software Development java
Member Avatar for mayur_kulkarni
0
93
Member Avatar for sach_ak47

Hi, All I want to write a programme in java in which i accept email address and password of any mail account . if login name and password match i want get all the email id of his friend from his account. so i want basic information or flow how …

Software Development java
Member Avatar for mayur_kulkarni
0
81
Member Avatar for loimarie

Hi everyone!Can you please help me with my project.My problem goes like this: I have to make a bcd coded program in finding the modulo of a number,assemble it in masm and load it into the pic16f84a.I am going to use a dip switch for it's input and 1 7-segment …

Software Development assembly
Member Avatar for sDJh
0
178
Member Avatar for samuel_pay

Okay ive started doing my UML but i was just wondering with regards to instance variables. i will try and explain it as best as i can but im a complete noobie to be honest. with regards to my last post as i am implementing a program in java of …

Software Development java
Member Avatar for samuel_pay
0
166
Member Avatar for Sreedeep

Dear Friends I have a Query. I have a Stored Procedure Which takes an Input parameter . I want to fill Dataset with table based on the same input parameter.I have already used it with data reader . But with Data Adaptor and Data Set its not properly working .The …

Software Development dataset
Member Avatar for JerryShaw
0
565
Member Avatar for sciwizeh

I did some quick searches of google and daniweb, but i cannot find anything on how i can do this. instead of a long and probably misunderstood explanation i have this: [img]http://matrixpeckham.googlepages.com/sandscreens.jpg/sandscreens-large.jpg[/img] short explanation: is a falling sand game. list at right can change whenever a new text file is …

Software Development c++
Member Avatar for sciwizeh
0
172
Member Avatar for cusa

Hi, I have a problem with strtok(). I have string in this form 2000;ON_0;1000;ON_2; and when I execute this code: [code=c] for ((p=strtok(Seq_String,";"));p;(p= strtok(NULL, ";" ),n++)){ foundThings[n] = p; Send_String_pc("\xd\xa\xd\xa"); Send_String_pc(foundThings[n]); } foundThings[n]='\0'; [/code] I get : 2000 ON_0 10 It is C code for microcontroller and this is not …

Software Development c
Member Avatar for cusa
0
138
Member Avatar for sbbs05

Could anyone help me with the following: Consider the microwave oven in your kitchen, using the object-oriented thinking described above. Create a table with the following four column headings: Top-Level Objects Communicates With Incoming Messages Outgoing Messages. Identity the top-level objects of the microwave. Explain some of the graphical user …

Software Development c++ gui
Member Avatar for jencas
0
150
Member Avatar for noktasizvirgul

I heard something which firstly .NET converts all codes to MSIL language and then create .exe. If that is true, I wonder that does .NET convert C++ codes to MSIL language. Also can anybody explain me the differance between Visual C++ and Visual C++.NET? Thanks

Software Development c++
Member Avatar for Ancient Dragon
0
145
Member Avatar for georgiaa

Hi guys, I was hoping somebody could kindly shed some light on a relatively basic function for I am trying to execute in Delphi for a project I am completing for work. I am very new to the world of Delphi so any assistance would be greatly appreciated. I have …

Software Development delphi pascal
Member Avatar for georgiaa
0
363
Member Avatar for chanderk

Hi All, Learning Perl is my long time desire. But couldnt get easy and correct tutorials sofar. Could anyone suggest me to have a good start in Perl? Cheers, Chander

Software Development perl
Member Avatar for raul15791
0
107
Member Avatar for RaooF

Hi all, I am writing code for finding source address of packets, so that i discard them if the ipaddress is not a valid one. For this, i think i have to make a raw socket and continuously sniff the network. Now, if any packet arrives, how to catch the …

Software Development
Member Avatar for LizR
0
116
Member Avatar for DLDude

Hi, I'm trying to write a very simple program to graph data via Bluetooth accelerometer (which runs on COM6). All I need is for it to take ASCII datathat comes into Hyperterminal like this: Y=2.316 Y=2.283 Y=2.233 Y=2.216 Y=1.850 Y=2.033 Y=2.016 Y=1.833 Y=1.633 Y=1.516 Y=1.283 Y=1.200 to then be graphed …

Software Development algorithm engineering
Member Avatar for LizR
0
157
Member Avatar for Typhoon

Since there was no section for postgre databases, I decided to post my question here. After having transformed my files in xml (see my previous post) I would like to load them in a postgre database. Since I used Talend Open Studio, to do the previous step, I would rather …

Software Development xml
Member Avatar for gtd
0
206
Member Avatar for lid

Hi everyone ! Inside my program, i have a function which delete all the values in the "Entry" widgets. This function works with a simple button "Reset". I have also 2 radiobuttons. I would like to know, please, how radiobutton.deselect() works to deselect all the radiobuttons with my buton "Reset". …

Software Development python tkinter
Member Avatar for lid
0
13K
Member Avatar for Mats_swe

Hi, I have a problem extracting the information I want from an EMF-model. I have created a meta-Model and from the model (.cim), expressed in XML, I want to generate code in the form of .mof (Managed Object Format). I therefore use XPath to extract information from the model and …

Software Development xml
Member Avatar for indrajeet.verma
0
175
Member Avatar for abhigame

i hav thiught a lot about the problem but at the end i was not even able to mave an inch forword .the problem is: we hav to develop a program that make user input a series and then will calculate the misiong term. ex: 1>4,6,9, ,14,16,19,... then the answer …

Software Development c++
Member Avatar for papuccino1
0
124
Member Avatar for JA5ONS

aggr! i now have this problem. Traceback (most recent call last): File "C:\Users\User\Desktop\Python\File.py", line 87, in ? self.entID_Num = Entry(self) NameError: name 'self' is not defined part of my code is [CODE] # movie id input self.entID_Num = Entry(self) # movie id input position self.entID_Num.grid(row = 0, column = 1, …

Software Development python
Member Avatar for JA5ONS
0
93
Member Avatar for jaasaria

hi guyzz ... i wanted to make a system to compute na percentage of the item sold in every days period... here is the problem. ^_^ i have (10) item sell product but within (30 days).. i want to get the (20%) of that item... within the parenthesis is my …

Software Development visual-basic
Member Avatar for jaasaria
0
309
Member Avatar for Falkoner1

Is there a system command that I can use with system("x") to expand the prompt the program is in? Or any other way of doing it, for that matter, I just need to get it to be the size it would be if I told the computer to maximize it, …

Software Development c++
Member Avatar for Falkoner1
0
176
Member Avatar for basukinjal

Suppose i have a random permutation of 0,1,...., N-1. Now if i want to get the identity mapping from this can i do anything better than sorting?? I mean, sorting does not take into fact that all nos from 0 to N-1 are in the array or not. But in …

Software Development algorithm c
Member Avatar for ArkM
0
124
Member Avatar for astropirit

Greetings i need to know how to change values of specific memory addresses in c++. so far i have been using a utility for this job (cheatengine) but thought if i do this in c++ i might actually learn soemthing :-) say the process name is: "bobdole.exe" memory address: "04A96990" …

Software Development c++
Member Avatar for William Hemsworth
0
103
Member Avatar for Vandithar

Hi, I have few sentences and here are those sentences. [code] Protein modeling studies reveal that the RG-rich region is part of a three to four strand antiparallel beta-sheet, which in other RNA binding protein functions as a platform for nucleic acid interactions. PUF proteins comprise a highly conserved family …

Software Development perl user-interface
Member Avatar for jephthah
0
269
Member Avatar for Reg74

Hi anyone. Please help with this seperate compilation. Many thanks ! ================================== //pointerDataClass ;Header file [code=cplusplus] class pointerDataClass { public: void print() const; //Function to output the value of x and //the value of the array p. void setData(); //Function to input data into x and //into the array p. …

Software Development c++
Member Avatar for henpecked1
0
209
Member Avatar for abhigame

can anyone plz tell me wat in library sort????

Software Development c++
Member Avatar for ArkM
0
111
Member Avatar for bomtk

Hi everyone, i have a problem with constructing a big matrix from small matrices. could you please help me figure out? my problem is: i now have 200 matrices (1000 x 5) => i now want to build them in a big matrix (1000x1000 =(5 x 200)) just store the …

Software Development c++
Member Avatar for ArkM
0
122
Member Avatar for plfgoa

Hi, I have been trying to profile code by putting in timing function at the start and end of the function(a function may call some other function and so on ) just before the return statement if the function returns something. The time is calculated in milliseconds. I wanted to …

Software Development c
Member Avatar for Salem
0
135
Member Avatar for sandawg

Is someone willing to help me with this problem? I am new to java programming, have read lots of material but have not been able to put it together. Any help will be much appreciated. thanks, Sandawg

Software Development java
Member Avatar for sandawg
0
257
Member Avatar for BattlingMaxo

I am a beginner to C++ and DirectX I tried learning on my own a few years ago but had to stop ( personal reasons) Now i would like to start again. I like graphics a lot. i wanted to program a 3d aquarium like Dream aquarium (check it out …

Software Development c++
Member Avatar for sciwizeh
0
91
Member Avatar for c#loser

hi , i just learn c# , i have a question about the window application in c#, for any text key in by user or display out to the form , is in waat type string , ??

Software Development c#
Member Avatar for c#loser
0
65
Member Avatar for c#loser

i learn the basic c++ , i would like to learn how to create a gui program, where can i find some sourse to learn ? and the static , i dun understand it mean , can any one help

Software Development c c# c++ gui
Member Avatar for c#loser
0
80
Member Avatar for astrogirl77

Hi, I'm new to Python and am hoping to find help with coding a Python script, applet. I code in an old version of Visual Basic 4.0, I have a simple app that is about 3 and a half pages of code long it does some relatively simple math additions …

Software Development python visual-basic
Member Avatar for slate
0
109
Member Avatar for toyomansi

Hi all, I hope you can help me as I am pretty desperate now. I've been trying to add contents of a linkedlist to a JTextArea, and it's not letting me. I know, it might be a little simple, but any help would be very much appreciated! I'm using TextPad, …

Software Development gui java user-interface
Member Avatar for toyomansi
0
691
Member Avatar for kavithabhaskar

I have the code for transferring data from the datagridview to the excel spreadhseet.. my datagridview has colored data in it and I want the excel spreadsheet also to have the colored data. i get the error "property access must assign to the property or use its value vb.net error" …

Member Avatar for kavithabhaskar
0
155
Member Avatar for gispe

hi ppl, i just starte a new program, but now im having a lot of error wich "i think i wrote the code well", but cant understand what they mean... here i pass the code... [code=cplusplus] #include "stdafx.h" #include <iostream> #define ingresos_totales 5; using namespace std; int main(int argc, char* …

Software Development c++
Member Avatar for gispe
0
264
Member Avatar for liam_page1

Hey, im a really noob at this, but I need some help with this question. I've got to complete this in order to progress to my second year although im not doing programming and will not need it in the second year. The question is as follows: Given a list …

Software Development java
Member Avatar for stultuske
0
100
Member Avatar for MattEvans

I have a few ( slightly related ) questions about binary i/o in C++, I can't seem to find full answers to these anywhere.. - Is there any way to tell if an i/ostream passed to a function has been opened in binary or text mode? - If not, are …

Software Development c++ file-stream
Member Avatar for MattEvans
0
192
Member Avatar for JA5ONS

guys, im after a piece of code that when embedded into a button, clears the text entry boxes of the GUI so new information may be added. Like adding a new customer after you press save. At the moment you press save but the information stays there cheers.

Software Development gui python
Member Avatar for vegaseat
0
108
Member Avatar for vegaseat

This post by [B]s7plc[/B] was moved from the Starting wxPython (GUI code) thread ... [QUOTE]I've been working with various widgets from the wxPython demo library, and am making pretty good progress. But I just ran into a problem that I am sure has a simple answer, but I just can't …

Software Development gui python
0
84
Member Avatar for mksakeesh

#include<fstream.h> #include<iostream.h> #include<string.h> using namespace std; class emp { public: char *per; int i; int write2() { ofstream out("ss.txt",ios::app | ios::binary ); cout<<"Enter some character ....\n"; per = new char[100]; cin.getline(per,100,'\n') out.write("\n",1); out.write(per,strlen(per)); out<< "\n"; per = "asdfgh"; out.write(per,strlen(per)); out.write((char *)&i,5); out.write(per,strlen(per)); return 0; } int read_2() { char * …

Software Development c++ ios
Member Avatar for Ancient Dragon
0
2K
Member Avatar for 4ukh

hi guys how to achieve a goal like this in java programming: when i click a button it prompt me a browsing window to locate some file(s) or folder(s)... basically i need a specific function... any help will be appreciated best regards

Software Development java
Member Avatar for 4ukh
0
148
Member Avatar for DigitalPackrat

I recently started coding in Linux and was using Dev C++ in Windows. I use geany as my IDE. Its simple and lightweight. I was wondering about tags after seeing a lot about ctags and stuffs. How can I add support for variable and function auto completion in geany. I …

Software Development c++ ide
Member Avatar for DigitalPackrat
0
161
Member Avatar for NoGood123

Ok I am new to C++ and I am having a hard time trying to figure out how to Sort the array I have created. I dont know if I am on the wrong track or if I am on the right track. Someone PLEASE help!! I have to sort …

Software Development c++
Member Avatar for ArkM
0
332
Member Avatar for WilliamBaxter

Hey all names william I am in my first year uni - doin bachelor of computin and hence dont no much bout programming I have to submit this assingment tomorow and am confused as to what I am supposed to be doin I would appriciate any elp from any1 I …

Software Development c++
Member Avatar for Arpy Giri
0
241

The End.