132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for RahulV

[COLOR="Red"]URGENT[/COLOR] Hi, Ive found that earlier when i used DataControl in any of my Forms it did not give any problem worked fine. But after sometime when i started to run those Forms it gave me an error message (to debug) of "Visual Studio 2008" (Just-In-Time Debugger). I felt that …

Software Development visual-basic visual-studio
Member Avatar for hkdani
0
144
Member Avatar for sham

Hello, I created command object in DataEnvironment. Now I wish to change to command object's Sql Text since table name gets changed depending upon year of working.

Software Development sql visual-basic
Member Avatar for RahulV
0
324
Member Avatar for rom87

Why does'nt the delete keyword destroy all of the allocated array and not just the first element.As it is even after the delete[] the second cout still prints out the values of the "t" array. Any idea ? [CODE] int main() { int *t =0; t = new int [10]; …

Software Development c++
Member Avatar for Ancient Dragon
0
77
Member Avatar for massivefermion

Hi Could you explain a little about the topic? thanks

Software Development c++
Member Avatar for Narue
0
144
Member Avatar for daviddoria

If I make an array like this [code] GLubyte bufImage[100][100][3]; [/code] I can pass bufImage to a function and then get the values using: [code] r = bufImage[im_x][im_y][0]; g = bufImage[im_x][im_y][1]; b = bufImage[im_x][im_y][2]; [/code] However, if I don't know Width and Height at runtime, this does not work. I …

Software Development c++
Member Avatar for Narue
0
313
Member Avatar for serkan sendur

guys, first of all please dont post some google search results, i already did it. i need to grap mobile device information and send it to the server. the user connect to web server using pocket pc internet explorer, and then redirected to appropriate page according to its model, using …

Software Development flash web-server
0
72
Member Avatar for Trekker182

I went today open an existing VB project and noticed that all of my project files are missing for all of my VB programs that lets me start VB with that particular program. The only file that I'm able to open is the .sln file and that's only from inside …

Software Development vb.net
0
235
Member Avatar for chebude

I am stuck with large text files which I have to merge and further work with my model. I tried to follow the previous thread in text merging [url]http://www.daniweb.com/forums/thread38625.html[/url] Here is the script which I used: [CODE= python] one = open("one.txt",'r') two = open("two.txt",'r') ofh = open("out.txt",'w') # read in …

Software Development python
Member Avatar for chebude
0
137
Member Avatar for yssirhc

I've stored an array in an html hidden input and now need to transfer that array to my delphi function. I've tried: [code=delphi] var fileArray : array of string; fileArray := formvar('fileArray', ''); [/code] but this gives an incompatible types error when I compile. How can I convert the string …

Software Development delphi pascal
Member Avatar for yssirhc
0
4K
Member Avatar for ferloko

Hi, im drawing in a Panel graphics but i dont know how to scroll it when graphics are bigger, how can i do that? my proyect its something like a paint thanks :D

Software Development
Member Avatar for ferloko
0
77
Member Avatar for T'Scoopz

Hi. Sorry, if this is a really easy to answer. I need to find the smallest int result in a calculation between a fixed value and a variable. Then I need to return one of those variable. However, if there exists multiple smallest results, then I return a fixed value. …

Software Development java
Member Avatar for BestJewSinceJC
0
130
Member Avatar for trelek2

Hi! I'm writing a pool simulation and have an awful problem with my ball collisions (elastic collisions). The theory (in terms of vectors) is that when two balls collide you take the line between their centers and the velocity components which are perpendicular to this line are unaffected, while the …

Software Development java
Member Avatar for VernonDozier
0
174
Member Avatar for Spanki

I need to make a program to create an array of doubles. Array of sales for 10 shops in a center .Load this array from a file at the start of the program. Use a menu to allow display and update of this array. Allow access to the shops array …

Software Development c++
Member Avatar for Narue
0
102
Member Avatar for sarawilliam

i am able to read the nice.ls FILE. Let me explain u my nice.ls FILE content 1st column is integers dont bother abt them, 2nd column is address, i read it by using isxdigit array[6] and i am able to read the hexadecimal 3rd column is opcode , i am …

Software Development c file-system
Member Avatar for nucleon
0
143
Member Avatar for mainak001

Hello, I'm writing a FTp client . It is able to handle 1 server at a time . But my requirement is to handle multiple server at same time . The Server shd be accessed and file upload download shd happen parallely. PLease help me .. If possible send some …

Software Development client-server vb.net
Member Avatar for mainak001
0
289
Member Avatar for tillaart36

In a bigger program I made I need to be able to generate a grid with n rows and m columns. After that I need a function that will let me rotate this grid and with it rotate the values of the original grid. This is the code that let's …

Software Development python
Member Avatar for tillaart36
0
269
Member Avatar for ashishchoure

hi, can anyone tell what is major difference between vs2005 and vs6. i want to know coding related difference not related to UI.In what extent vs2005 different for c++ from vs6

Software Development c++
Member Avatar for ashishchoure
0
153
Member Avatar for bancje

I am trying to understand how to check for a COM error when I am using a C++ COM client. I realise that HRESULT can be checked but what confuses me is exposed methods that also specify a parameter of type [retval,out]. For a COM object that returns eg. a …

Software Development c++
Member Avatar for bancje
0
102
Member Avatar for btech_Saurabh

Hi .... i want to track the Windows Lock Event. when user lock the windows by any possible way, i want to run my code at that event. but i don't know what is the event for this. any Ideas? Kind Regards, saurabh

Software Development
Member Avatar for AmirBedair
0
144
Member Avatar for torchedintexas

Runge-Kutta is supposed to be used to obtain the numerical solution to a boundary layer problem. I'm trying to get the output to go to excel where it will show me the values for G1, G2 and G3 but it won't go to excel. Please help! [code] #include <iostream> #include …

Software Development c++
Member Avatar for jencas
0
129
Member Avatar for rickster11

Ok, I tried and tried some more, if someone could push me in a right direction or point out the obvious for me that would be great. The dates have to be between the years 1900 and 2099, so I was thinking if I could calculate the amount of days …

Software Development c++
Member Avatar for vmanes
0
95
Member Avatar for bussaina

what is the output for program below [code=c] int a = 5; int A = 8; A = 9; a = 7; printf ("%d%d", aA); [/code]

Software Development c
Member Avatar for Dewey1040
0
75
Member Avatar for free radical

Hello all. I am working on a little program here and need some help. The input is 3 test grades that are out of 50 points total, the program takes the higher of the first 2 test grades and adds that to the last test grade to determine a final …

Software Development c++
Member Avatar for free radical
0
119
Member Avatar for monkey_king

Hi, I'm considering using some boost stuff for my next project. But it's quite essential, that the program can be ported to multiple platforms with different setups. I've always used -ansi -pedantic -Wall And so far the projects has been working on sun/gnu/intel compilers, on both windows and linux. But …

Software Development c++
Member Avatar for monkey_king
0
94
Member Avatar for jcoder

Hello all, I had to write a program that would take a list and check for alternate atoms and list, if there were two atoms in a row, it would #f, same for two lists. I now need to make it #f for 3 in a row. This is what …

Software Development
Member Avatar for harzipan
0
99
Member Avatar for billgone

Can anyone please help me make a program that does following: i enter first string then i enter the second string i.e. first string: "abcxyzefg" second string:"xyze" and the program should the write a new string without the second string in the first one i.e "abcfg" thank you

Software Development c c# c++
Member Avatar for Mazzin
0
81
Member Avatar for krutthika

Hello, C program for audio compression and decompression? Please help .. I need the source code... Thanku

Software Development audio c c# c++
Member Avatar for monkey_king
0
102
Member Avatar for herms14

hi..I'm just a newbie programmer who needs some help. I'm trying to enter a date and save it in a mysql database. however the format in mysql is yyyy-mm-dd and the format in vb.net is mm-dd-yyyy. how can i format the date in vb in order to successfully enter it …

Software Development mysql vb.net
Member Avatar for c0deFr3aK
0
1K
Member Avatar for sarawilliam

Hi check my program i have used to read a FILE( nice.ls is shown below the program). I am able to read the FILE nice.ls, but i also have to check whether it starts with interger and next i have to check the hexadecimal if no hexadecimal then it should …

Software Development c file-system
Member Avatar for sarawilliam
0
924
Member Avatar for PinoyDev

good day! I want to pass the value that contains tha table name and load its data.But my sql turns error.Below is my code. [code=vb] Combo2.Text = "first_year" sql = "select * from " & Combo2.Text & "'" rs.Open sql, conn, adOpenKeyset, adLockOptimistic, adCmdText [/code] Im using mysql as backend …

Software Development sql visual-basic
Member Avatar for PinoyDev
0
76
Member Avatar for pagu

Dear all I made a code in C++, for data processing. The code read, processing and write the output several times. The process abort when the output file get 2Gb fo size. I know that it is not a disk limit. Is that a flag mistake on the makefile? thanks

Software Development c++
Member Avatar for nucleon
0
108
Member Avatar for scuba6388

I am making a program that takes a binary number (a boolean array) and gives numerous representations. For example, Enter binary (8 bits): 10001000 -Unsigned int: 136 -Hexadecimal: 88 -Octal: 210 -Two's complement: -120 -Sign magnitude: -8 -One's complement: -119 -Excess-127: 9 -ASCII: N/A -Pep/8: SUBX immediate -Floating-point: -0.125 I …

Software Development c++
Member Avatar for NicAx64
0
104
Member Avatar for siddhant3s

Well, first of all I will speak much so that you guys can target my problem better. Hello, I am a poster from the C++ forum. Hence, I am a well established C++ programmer. Now I want to learn Python. First of all, should I? I mean, keeping in mind …

Software Development c++ machine-learning python
Member Avatar for sneekula
0
773
Member Avatar for Sarlacc

How do i go about creating an app in mfc where there is a series of buttons and when you press one it loads an image, then if you press another one a different image loads? i am using vc++ 2008 to do this

Software Development c++
Member Avatar for Sarlacc
0
160
Member Avatar for deadmancoder

Hello mates, i am pretty new to this forum.. i am a midrange c++ programmer. if i have to create an IDE in c++ that involves basic drawing tools, what should i learn and where should i start?? is it a big task? can anyone explain me or direct me …

Software Development c++ ide
Member Avatar for NicAx64
0
224
Member Avatar for mem81

Hi guys, I am struggling to discover what the right syntax for my code would be. I use VWebDeveloper Express 2005 and I have a web form .On the Web form I have three dropdowns that are bound through datasets and a textbox.Dropdowns are linked to display only the info …

Software Development dataset vb.net
Member Avatar for crazyhorse09
0
107
Member Avatar for gsingh2011

Hi, I'm getting a warning when compiling the following code: [CODE]void printstr(unsigned char *string, volatile unsigned char *videoram) // Print a string { int i = 0; while(string[i] != '\0') { videoram[2*i] = string[i]; videoram[1+(2*i)] = 0x07; i++; } } unsigned char *memset(unsigned char *dest, unsigned char val, int count) …

Software Development c linux-kernel
Member Avatar for nucleon
0
422
Member Avatar for itslucky

Hi, Dear Friends i am working on my Project of Chatting... i want to chat with the Client having the specific ip address, so i just pass the ip address of my friend to the server and server will send my message to that ip address... on which a client …

Software Development client-server java
Member Avatar for dickersonka
0
113
Member Avatar for Nrod520

Hi i am trying to create a keyboard input menu that displays the following. I am not quite sure how to go about doing this 1) Work with a circle 2) Work with a rectangle 3) Work with a triangle 4) Exit I am not quite sure how to go …

Software Development java
Member Avatar for verruckt24
0
115
Member Avatar for killhha

i am trying to use an if statement which will say some thing if points is greater than or equal to 15 AND less than 20. like this: [code] if points >= 15 and < 20 then writeln('Nice!'); [/code] but this code doesnt work. how would i do it?

Software Development pascal
Member Avatar for FlamingClaw
0
157
Member Avatar for Grn Xtrm

Hello. I'm working on a class hierarchy that starts with an abstract class called GeometricObject. I want to use this class to create classes of different types of triangles. I want to these classes to inherit the perimeter method from the Triangle class. Here's what I have so far. abstract …

Software Development java
Member Avatar for Grn Xtrm
0
914
Member Avatar for a_n_n_a_m

hi! i'm relatively new to xpath and im trying to include a search facility in my website which searched through my xml file. the format of the xml file is as follows: [CODE=xml] <years> <year> <life> <title>...title...</title> <full>...full text... </full> </life> </year> ..... </years> [/CODE] i need to retrieve all …

Software Development xml
Member Avatar for Narue
0
240
Member Avatar for Fionageo

Hello I am working with Jasper iReports, I call a method inside of one subreport created in Java when I run the application sends me the following error: Cannot cast from JasperReport to String value = (java.lang.String)(com.server.beans.GafJasperUtil.getReport(((java.lang.Object)parameter_SUBREPORT_GIS.getValue()), ((java.lang.String)parameter_SUBREPORT_DIR.getValue()) + "GIS-Report"));//$JR_EXPR_ID=45$ <----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> What should I modified? Thank you.

Software Development java
Member Avatar for Fionageo
0
992
Member Avatar for eugineHax

Good morning - I am trying to get a handle on C# but I keep coming up against the most basic of problems that each take me a day or so to overcome. My present problem is, I'm sure, a very simple one but I cannot find a way to …

Software Development vb.net
Member Avatar for ddanbe
0
156
Member Avatar for PoZHx

Ok i've created basic DLL and DLL Injector/Loader which the DLL calls on a function called CreateRemoteThread inside the target process i was wondering how to code DLL to read/write to memory so e.g. lets say my target process is: [CODE]int main() { int mytest = 2; system("PAUSE"); return EXIT_SUCCESS; …

Software Development c++
Member Avatar for PoZHx
0
802
Member Avatar for s_sridhar

Hi guys, I'm from India, I'm doing my first year IT. We have been asked to submit a mini project, so i was trying to develop a keylogger using c, but my keylogger senses keys only within the editor and the output screen, is it possible to do that using …

Software Development c
Member Avatar for Luckychap
0
167
Member Avatar for slik33

I am working inside a function and am already passing back a value. Inside the function I am using cin to get an int from the user. If they want to quit they type q. The input buffer fails when this happens. I could use an if statement and then …

Software Development c++
Member Avatar for kenji
0
98
Member Avatar for shakeel.ahmad

[TEX][/TEX]Hello All Gurus! I have developed a web service using DotNet Framework 3.5, having one webmethod that have a string parameter and returns parameter value after concatenating it with some string. When I tried to call it from the SOAP request, it only returns the concatenated string while parameter value …

Software Development asp.net python xml
Member Avatar for jlm699
0
189
Member Avatar for GDICommander

I need help with the code below. At root->removeChild(nodeToRemove), I have a NOT_FOUND_ERR code. It is not supposed to return this code, because I look in the DOM Tree with IsInDocument. Can someone tell me what's wrong with this code. I'm becoming blind with this code. [CODE] DOMNode* nodeToRemove; if …

Software Development c++
Member Avatar for GDICommander
0
165
Member Avatar for leegeorg07

hi again, if you remember i had been asking how to extend my music player to do two things: 1)play music from folders and subfolders (complete) 2)change song at the end of each one (incomplete) well after looking around a while i found the answer : [code] # create a …

Software Development os-x python
Member Avatar for leegeorg07
0
119

The End.