132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for nore

Hello all! I need your help. In my case, i want to add some video if there was 'event button click' , can visual studio vb.net 2005 do that? thanks before :D

Software Development vb.net video visual-studio
Member Avatar for 12345pj
0
587
Member Avatar for destruct0

Hi !!! I have two Windows Forms. First Windows Form contain one Panel Control. This Panel Control contain other 5 child Label Controls. I wish from Second Windows Form get the number of child controls in Panel Control in First Windows Form and there Location? [CODE] // First Windows Form …

Software Development
Member Avatar for destruct0
0
1K
Member Avatar for novice20

hi...i am trying to install python 2.6 on my debian system.. I followed the following instructions[B] [url]http://www.fps-gamer.net/installing-python-2-6-on-debian-lenny/[/url] [/B] on doing [B]aptitude install -t testing python-central[/B] i get [B]E: Invalid record in the preferences file, no Package header[/B] can any body pls reason out:(

Software Development debian python
Member Avatar for Gribouillis
0
793
Member Avatar for jay1648

Hi, Please suggest me all possible ways of declaring structures in my C codes. I want to be able to create a structure which I can use in my methods without have to use the keyword "struct" each time to declare it. One way I already know of is : …

Software Development c
Member Avatar for hyperion
0
188
Member Avatar for lover99509

Guys anyone knows how to check if a value entered in a text box i.e. text3.text=integer value is integer or long i found a function that checks wether the text is numeric or not "isNumeric" but i did not find any other function that checks if the value entered is …

Software Development visual-basic
Member Avatar for cool beans
0
3K
Member Avatar for jems5

I need to sort a text file that has text, whole integers and float integers. The code I have thus far is able to take the data and perform required calculations. Next I need help with sorting by last name and outputting data in a table. I was successful in …

Software Development java java-swing
Member Avatar for cale.macdonald
0
143
Member Avatar for kavisg1

I am new to the website and also to programming. I have an assignment I am working on which is included below. I am having a difficult time getting started with the code and not sure of what needs to be done. Any advice and help is appreciated. Thanks in …

Software Development c#
Member Avatar for Momerath
0
176
Member Avatar for jhai_salvador

Guys, does anyone of you have Windows 7?... Okay, here is my problem can you kindy test this code in windows 7. [CODE=vb] Public Sub createAccessDSN(MDBPath As String, xDescription As String, xDSN As String, xUID As String, Optional xPassword As String) 'Creating the DSN #If Win32 Then Dim intRet As …

Software Development microsoft-access visual-basic
Member Avatar for jhai_salvador
0
211
Member Avatar for jemimaloh

Hey there, Here's a snippet of my code. 1)I am trying to assign the value "[COLOR="Red"](votes + " : " + Str2)[/COLOR]" as an element of the String[] Results at the end of my for loop. So at the end of every loop, there is a new entry made to …

Software Development java
Member Avatar for mmusehani
0
134
Member Avatar for sciprog1

Hello Members, I have two classes(A and B) which extend from a JPanel. These two JPanels are then added to a JFrame in a third class. I would like the program to be such that when I click a certain button in A, A becomes invisible and B becomes visible …

Software Development java
Member Avatar for sciprog1
0
102
Member Avatar for ranko_6

Trying to write a simple program that will read data but keep stumbling upon the fact that I kinda can't limit the amount that is read. I have simple student.dat file which is filled ATM with nothing else but simple string "somethinginside", without quotes. When I do this on each …

Software Development c++ data-structure ios
Member Avatar for ranko_6
0
208
Member Avatar for XMasterrrr

like the thread title said i need the best C book for never programmed person can you please tell me it thanks....

Software Development c
Member Avatar for XMasterrrr
0
165
Member Avatar for DonutsnCode

I'm using cygwin g++ to compile my code and Notepad++ as my editor. The code i authored works fine if i implement member functions in the class definition .h file. However g++ throws a chunk of gibberish at me when i replace member functions with function prototypes in the class …

Software Development c++
Member Avatar for DonutsnCode
0
129
Member Avatar for stereomatching

I am using the library of boost to create a 2D dimensions array and compare about their speed There are three kinds of array, matrix of boost, multi_array of boost and the raw array Below is my code: [code] #ifndef TESTRELMAT_H #define TESTRELMAT_H #define BOOST_NO_EXCEPTIONS #define BOOST_DISABLE_ASSERTS #include <boost/numeric/ublas/matrix.hpp> #include …

Software Development algorithm c++
Member Avatar for Narue
0
141
Member Avatar for dragonpunch

Hello im confused with pointers, how do i create a shallow copy of a string array in c ? [CODE]char *currMenuArray; // ??? char *MainMenuArray[] = { "MAIN MENU", "One", "Two", "Options", "Quit" }; char *OptionsMenuArray[] = { "OPTION MENU", "Option1", "Option2", "Option3", "Back" }; void main() { currMenuArray = …

Software Development c
Member Avatar for Narue
0
409
Member Avatar for Fulsomenko

Hey guys, new to the forum. So sorry if i am posting this in the wrong location. To my question: I am trying to create a random password generator, and I think it's done is this way. I have made four arrays, two for the alphabet (capital letters and not), …

Software Development java
Member Avatar for peter_budo
0
248
Member Avatar for kvass

Hey guys I'm working on a program that asks the user to enter a month and year and then prints that month's calendar page on the screen. However, to do this I created a daysBetween() method that accepts 2 dates and finds the number of days between them. So basically …

Software Development java
Member Avatar for JamesCherrill
0
83
Member Avatar for moonL!ght

hi every one im working with some exersies which include inheretence every thing is fine except that the compiler dose not recognize the base clase it says Error [COLOR="Red"] Cannot open include file: 'pointType.h': No such file or directory[/COLOR] here is part of the code [CODE] # include "pointType.h" # …

Software Development c++
Member Avatar for chiwawa10
0
132
Member Avatar for zarifin99ska

Hi, can someone help me? i have 5 textbox, and 5 column in listview, how can i put the data from textbox into columns? and also using F5 key( key event) to add the data(not using butons). Thanks.

Software Development listview vb.net
Member Avatar for zarifin99ska
0
138
Member Avatar for XMasterrrr

like the thread title said i need the best C book for never programmed person can you please tell me it thanks....

Software Development c++
Member Avatar for elsiekins
0
173
Member Avatar for Kingcoder210

I have created setup file of my program & it shows error when I install it there in another pc which doesnt have visual studio. Even I have tried to install it there in another pc which has visual studio & it worked well. I am confused. It shows following …

Software Development operating-system vb.net visual-studio
Member Avatar for Naveed_786
0
252
Member Avatar for Kimmelivim

Hi! I'm creating a guessing game where I ask the user to guess a number between 1-1000. The output where the computer asks the user for a number is contained in a [I][COLOR="Green"]do loop[/COLOR][/I]. The problem I'm having is that I have a high score list and in the high …

Software Development java
Member Avatar for Kimmelivim
0
167
Member Avatar for 12345pj

EDIT: Sorry, it is of course Skype4Com. I really appreciate any help I can get, I want to develop a Skype userinterface for dissabled people, it must be a downscaled version of Skype, an easier human interface focused on video connection. I hold a Bachelor degree in electronics Engineering with …

Member Avatar for 12345pj
0
743
Member Avatar for Nivass

HI, I have a rich text box and loaded a file in that. Used Find and replace form. whaever text found i highlighted in the rich text box by giving background color, changing font size and giving color to the found text. say now i replaced the found text to …

Software Development
Member Avatar for Nivass
0
158
Member Avatar for Nivass

Hi, Have drawn rectangle and zoom the image. As per zoom, the rectangle are redrawn ([url]http://www.daniweb.com/forums/thread296495.html[/url]). Redrawn rectangle place slightly down. so i adjusted to fit the point. but the rectangle value varies with different resolutions. how to adjust the rectangle value with different resolution. [CODE] private void pictureBox1_MouseDown(object sender, …

Software Development image
Member Avatar for Nivass
0
211
Member Avatar for arunasingh

Sir actually i want to know that when i press enter key then column value is incremented and i want that when i reach to column index 4 then a new row is created in datagridview and again this keydown event is executed and agin when i am in second …

Software Development vb.net
Member Avatar for singh rehal
0
188
Member Avatar for Christ1m

The book Im using. Pg 108 - 124 Objects Abstraction, Data Structures and Design using C++ Author: Elliot Koffman and Paul Wolfgang I have a problem with this code. All of these errors are occurring in the Phone_Directory.cpp. It is in, getline, << , out. .......functions... I tried getting these …

Software Development c c# c++ visual-studio
Member Avatar for Intrade
0
215
Member Avatar for zarifin99ska

can someone give me a code of auto calculation. i have 5 textbox,qty.text price.text gross.text discount.text and netmount.text. for example price is 35.00, then if the quantity is 2,value of 35.00 * 2 inserted into gross, then i got discount 25%, the total will be inserted into netmount.text. hope you …

Software Development vb.net
Member Avatar for zarifin99ska
0
135
Member Avatar for johndoe444

In the J2EE tutorial from sum site, it is often mentioned this term. For example, the timersession example: "Because it's a business method, setTimer is exposed to the local, no-interface view of TimerSessionBean and can be invoked by the client." Thanks.

Software Development java
Member Avatar for swosh
0
157
Member Avatar for DonutsnCode

Hi friends, I'm learning to program in C++. I'm using Notepad++ to author my code and Cygwin g++ to compile it. [QUOTE]main.cpp : in function 'int main() : main.cpp : 38 : error: no match for 'operator << ' then a lot of jibberish and number of errors : 1 …

Software Development c++
Member Avatar for DonutsnCode
0
139
Member Avatar for duanz_88

can you help me to answer this problem... A high building has 26 floors with the level 0 and the level 25 as the lowest and the highest level, respectively. It has a lift for transport the occupant to the level destination. The lift moves up and down in respect …

Software Development c
Member Avatar for sree_ec
0
2K
Member Avatar for gagan bhagat

Can anyone share concept/program in C to add two 64-bit numbers on a 32-bit machine

Software Development c
Member Avatar for Ancient Dragon
0
259
Member Avatar for ruchika beddy

hey frnds, I know the foll one line code which is shown below-- that returns the System32 Path . ?environment.GetFolderPath (Environment.SpecialFolder.System ) "D:\WINDOWS\system32" But i want the Function that Returns the above code. Did Somebody knows that??????

Software Development vb.net
Member Avatar for darkhunter5577
0
224
Member Avatar for swathys

hi, i'm making an application where once enter the password user need to press enter only once and receipt will be produce. My code going well but i have a problem here whereby when user enter [COLOR="Red"]more than once[/COLOR] receipt printed as how many times they press enter. How can …

Software Development vb.net
Member Avatar for swathys
0
104
Member Avatar for swathys

hi, i have problem here....if listview reach 2 records i disable the addmore button but when i delete 1 transaction from the list view it suppose enable the addmore button. Is there anyway i can do that. please guide me

Software Development listview vb.net
Member Avatar for swathys
0
127
Member Avatar for redyugi

This is used for finding the roots of a parabola. The parabola must have a number in front of x2 (x squared), a number in front of the single x, and a following number, or you can have a perfect square parabola. (in the form "number x2 - number") This …

Software Development python
Member Avatar for redyugi
0
455
Member Avatar for harsh143

Hi, I'm developing an application for my psing SQL Server 2005 as database and VB.Net 2008. Ive created the form and successfully connected all text boxes etc. Using the code, I have managed to open the database and fill the dataset. However when i BIND the Datagrid datasource to the …

Software Development dataset open-source vb.net
Member Avatar for prvnkmr194
0
233
Member Avatar for banks2140

I need help with my C++ homework and im stuck. The problem is to write a program that reads a file of all lowercase and output each letter and how many times each letter occurs.... Here is the code i have and where i am stuck.... #include <iostream> #include <string> …

Software Development c++
Member Avatar for Fbody
0
106
Member Avatar for xZombeast

I'm trying to create a console uninstaller for my friends, since they use addons for left 4 dead, and I am trying to make this to remove them before they update.. heres the code so far [CODE]using System; using System.IO; class Test { public static void Main() { // Specify …

Software Development file-system
Member Avatar for Momerath
0
254
Member Avatar for harpay

This is my code for my program, it seems to work fine but the problem is i think roll has to be a char in order for q to quit to work when i implement the code in there. but when i use char, when i input the number i …

Software Development c++
Member Avatar for emilo35
0
290
Member Avatar for arshadziard

Hi There, This is my code. I'm pretty sure that theres nothing wrong so far with this code. But gives me an unexpected error. The error says, Invalid column name 'Sep'. But, even through out the whole code, nor on the database theres any column or word called, 'Sep'. So …

Software Development c# dataset
Member Avatar for arshadziard
0
242
Member Avatar for johnt68

Hello:) This program is a maths calculator that should return to the menu so you can go round again when you have done one calculation. After great despair I think I have somehow got most of it to work? However if I input something Invalid, say the number 8 it …

Software Development
Member Avatar for johnt68
0
172
Member Avatar for Centz

I need to make a program that asks the user for their name and PIN number, then have it check the accounts file and see if that user is in there. If it finds a match it will output the users account balance. I have the text file set up …

Software Development c++
Member Avatar for acerious
0
256
Member Avatar for gretty

Hello I have this task below & I need someone to tell me if I have done it correctly. The part where I am not sure is if I am correctly checking if the array is empty. [quote]Write a function to find the maximum value in an array of ints …

Software Development c++
Member Avatar for Akill10
0
156
Member Avatar for martin_anastaso

Hello all, I have encountered a very bizzare (at least for me) problem when writing the output from my program to a file. I've written a program to solve numerically mean-reverting SDEs. The program takes some parameters and returns several dynamic arrays corresponding to the number of SDEs I have. …

Software Development c++ file-system storage
Member Avatar for martin_anastaso
0
1K
Member Avatar for john7890

.how would able to show monthly balance .would like to charge a fixed a fee each month .would like to charge withdrawal fee import java.awt.*; import java.awt.event.*; import javax.swing.*; class GuiAccTest extends Frame implements ActionListener { Label lab=new Label(" "); Label lab1=new Label(" "); TextField t[]=new TextField [4]; Label l[]=new …

Software Development gui java java-swing
Member Avatar for Akill10
0
106
Member Avatar for abhishekrs

How do I call/reference a Vc++ dll from a c# windows form application? Abhishek

Software Development c# c++
Member Avatar for abhishekrs
0
155
Member Avatar for AlBars

Hi I new here I have a couple of questions. I am trying to authenticate login and password and Im getting a few errors. 1. first is the db error in my dbqueries class file. I am using sqlce for testing purposes. [code] public DataSet Login(string Username, string Password) { …

Software Development dataset
Member Avatar for AlBars
0
148
Member Avatar for mirandaj

I have some controls that are built at run time. There is a groupbox with 3 radio buttons with the CheckedChanged event used to fill a control with a various number of groupboxes with each groupbox containing 4 more radio buttons. Since there is a various number of groupboxes inside …

Software Development
Member Avatar for mirandaj
0
79
Member Avatar for neely615

I am new to this forum (and python), but since I found excellent post here, I figured it would be the best place to post this question which is two part: I have many (+100) .txt files which are space delimited (not csv or tab, possibly referred to as ASCI?) …

Software Development python
Member Avatar for neely615
0
580

The End.