132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for gopi kannan

i wrote a program in c ++...when i compiled it..the compiler showed limit=215f #00a5....and the program did not get compiled and the ide got closed...i compiled using turbo c compiler...tell me whatz dis??and how to compile my program??the program is around 500 lines...help me...

Software Development c++ ide
Member Avatar for WaltP
0
217
Member Avatar for PoovenM

Hello :) So I'm doing a project based on semantic analysis of Java code whereby my program (hopefully a plug-in) will prompt the user with solutions to his/her compiler errors with the option to auto-fix. What sets my project apart from a program like Eclipse is that it's targeted for …

Software Development java legal
Member Avatar for PoovenM
0
1K
Member Avatar for elanch

hi friends! I'm new to vbasic. I just want to know, how to set the precision for variables defined as double. plz send me the syntax Thanks in advance. bye elanch

Software Development visual-basic
Member Avatar for QVeen72
0
89
Member Avatar for xlilxmexerex

Hiya I am trying to make a program on visual basic 5.0 to determine weather a word or phrase is a palindrome or not. I need my program to be able to tell if the word or phrase is a palindrome and it not being case sensitive. The code below …

Software Development visual-basic
Member Avatar for QVeen72
0
568
Member Avatar for baltazar

I need to read numbers from a text file and then store them in variables to use as input for the Java code I am writing. The text file will be in this format: -------------------------------------------------------- 5------------- this is the number of nodes 0------------- starting node 0,2,1---------node a,node b, distance from …

Software Development java
Member Avatar for ~s.o.s~
0
600
Member Avatar for no1zson

I do not even know if I can do this, so this may be quick and painless. I have my existing code, all the fields, buttons, scroll panel and everything else where I need them. Simple FlowLayout is fine for what I am doing. Yesterday I created this goofy little …

Software Development gui java java-swing
Member Avatar for no1zson
0
152
Member Avatar for asilter

Hi, I'm trying to assign variables where vpSec0 points. [code] void * vpSec0 = NULL; CreateHVFESection0(vpSec0); [/code] CreateHVFESection0 function is below. [code] void CreateHVFESection0(void * vpSec0) { int hSec0; size_t * nbytes = (size_t *) malloc(sizeof(size_t)); hSec0 = bitio_o_open(); /* 'B','U','F','R' */ bitio_o_append(hSec0,66,8); bitio_o_append(hSec0,85,8); bitio_o_append(hSec0,70,8); bitio_o_append(hSec0,82,8); /* Total length of …

Software Development c
Member Avatar for Ancient Dragon
0
2K
Member Avatar for thekashyap

Does the binary of JVM (e.g. java.exe) provide an option to work in a backward compatible mode? My problem is I have JRE 1.6.0_01 installed on my machine and I have an application that requires JRE 1.4.2_XX. I don't want to install JRE 1.4.2 only for this one application. PS: …

Software Development java
Member Avatar for jwenting
0
310
Member Avatar for manisha

Hi friends I m new to this site. I have got a problem. I cant run Java program on my PC. If anyone can help plz reply.

Software Development java
Member Avatar for jwenting
0
269
Member Avatar for vijaygandhi559

Hi, I am running an utility from java. The utility is a '.cmd' file. I have used the code below to run the utility. [code] Runtime runTime = Runtime.getRuntime(); try{ runTime.exec("cmd /c start D:/Test/run.cmd"); } catch(Exception e){ [/code] And it runs the utility successfully, the utility should be run 5 …

Software Development java
Member Avatar for vijaygandhi559
0
124
Member Avatar for guru511

can u tell me how to find a part of string using an sql.. Dim inp As String inp = InputBox("Enter the Search Term") exec ("select * from solution_database where search_term like '" + inp+ "' ") i want to get the records whose search_trem contains the string "inp" which …

Software Development visual-basic
Member Avatar for guru511
0
98
Member Avatar for DeFrog777

Greetings, Just a really quick and somewhat simple question with a (hopefully...) simple answer: [B]Is J#.NET the same thing as Java?[/B] If not, what are the differences between J# and Java. Thanks in advance, DeFrog777

Software Development java
Member Avatar for Ezzaral
0
158
Member Avatar for preetham.saroja

hi all, i know this seems to be silly 4u guyz-but im finding it very hard(to figure out,what might b the result)....can anyone plz help m out...(for .net(1.0),vs.net(2003),vb.net) 1)can anyone tell m -how to make a copy of an exisitng webproject... 2)if i download project from website& i want to …

Software Development vb.net
Member Avatar for QVeen72
0
89
Member Avatar for blondie.simon

I have written software that creates a text file, the text file contains colums of data. When I view and print the text file using notepad all the colums line up correctly. I am now trying to print the text file using a button on my form but every time …

Software Development file-stream vb.net
Member Avatar for blondie.simon
0
82
Member Avatar for natasha_sr

Hello I am trying to learn java on my own. I have downloaded the Java 2 platform standard edition (J2SE), but it does not have javac.exe so that I can compile a program! Would somebody please help me! Thanks natasha

Software Development java
Member Avatar for grii_19
0
103
Member Avatar for satish.paluvai

how to pass the commandline arguments in eclipse 3.1? if any body knows plz tell me...

Software Development java
Member Avatar for thiyagu_mca2006
0
183
Member Avatar for tgifgemini

Hello everyone, is there a posibility that I can look up email addresses from outlook email address book instead of accepting email address from an inputbox or hard-coding it? See my codes below: Thanks. [code] SENDEMAIL: Set OutlookApp = CreateObject("Outlook.Application") Set OutlookMail = OutlookApp.CreateItem(0) OutlookMail.To = EmailID OutlookMail.Subject = "Project …

Software Development email visual-basic
Member Avatar for tgifgemini
0
1K
Member Avatar for fraogongi

Hi! Am trying to create a C#.NET dll and use it in VB6.0 application. I've created the class library, generated the type library using tlbexp.exe, registered it using regasm.exe, but after referencing the tlb file in VB6.0, it says "ActiveX component can't create object". Am using MS Visual Studio 2005. …

Software Development c# visual-basic visual-studio
Member Avatar for Hamrick
0
316
Member Avatar for rathiga

hello i met a problem in msflex grid control.it shows thw runtime error "3021"while i run the form do u help me?

Software Development visual-basic
Member Avatar for QVeen72
0
50
Member Avatar for guru511

hi, can u plz tell me how to insert date in to msaccess i have text1.text=date what is the sql statement for inserting insert into table_name (datecolumn) values ('"+text1.text+"') this is showing error... plz check with this.. urgent...

Software Development visual-basic
Member Avatar for QVeen72
0
94
Member Avatar for dudegio

Hello guys!!! Im a beginner in VIsual C#. i was given a task to create a Forum using ASP.Net. Please help me on how to change the Skin of a default ASP.Net Forum. I have installed it already but don't know how to replace its default skin. please help... I …

Software Development asp asp.net
Member Avatar for dudegio
0
118
Member Avatar for mayank_ati

how can i use two forms simultaneously......... i have one form which displays the entire components..and one which displays the report of selected components..... now if i want the preport to open on click of a button ho can i do that... or is there any way i can use …

Software Development visual-basic
Member Avatar for mayank_ati
0
164
Member Avatar for satish.paluvai

how to know the version details in java by commandprompt? if any body know the command plz give a reply to me

Software Development java
Member Avatar for vinod_javas
0
137
Member Avatar for Fromethius

If I launch my DirectX program, full-screen initializes. If I alt tab out of it, it alt-tabs as normal. However, if I then maximize it so it has the focus of my computer again and then alt-tab for the second time, the window doesn't minimize. The taskbar shows up but …

Software Development c c# c++
Member Avatar for FireNet
0
158
Member Avatar for Fromethius

I've been working on this for a couple days now. I'm really looking for the best way to render. Nothing too complicated but something that is fast, reliable, and powerful. I've seen many websites and about each one shows a different way. I've probably gone through about 5 different ways …

Software Development c++
Member Avatar for FireNet
0
86
Member Avatar for youngstorm

I'll show the code 2 different ways. The screen SHOULD scroll in both cases. Any ideas on whats going on here? Mike In this case the program works great. The start procedure is on top. [code=assembly] [BITS 16] [ORG 0x0100] [SECTION .text] Start: mov al, 3 call scrollXLines mov ax, …

Software Development assembly
Member Avatar for youngstorm
0
111
Member Avatar for EnderX

I'm trying to decipher a set of program files I was given to work with. I don't have the original source (as far as I know) or a copy of the executable, merely a set of files I was requested to deal with. The files came in two directories, 'data' …

Software Development
Member Avatar for jbennet
0
165
Member Avatar for youngstorm

Hi. This piece of code is suppose to scroll the whole screen 3 lines up. The clearScreen procedure is never called, yet, if I leave it in the code, the program clears the screen. If I comment it out, the program scrolls the screen 3 lines up just like it …

Software Development assembly
Member Avatar for youngstorm
0
107
Member Avatar for no1zson

Looks like I only made it a day and a half without a new question. I am not sure if that is good or bad. I have everything just about the way I want it. I am now putting new buttons in to my GUI to manipulate everything put in …

Software Development gui java java-swing
Member Avatar for peter_budo
0
272
Member Avatar for Mariam87

hi, we are group of students in faculty of computer and Information sciences, we were searching for an idea for our graduation project, we read this idea "compiler from microjava to java", ,we can't understand actually what it should do exactlyIf anyone have experience or researches in this career, or …

Software Development career java
Member Avatar for jwenting
0
147
Member Avatar for souvik_gh2005

wnt to build soduku,searchig for appropriate source code for guidence

Software Development java
Member Avatar for peter_budo
0
112
Member Avatar for zandiago

Good day: We've just commenced our chapter on arrays. The way how it was presented just didn't click to me. The following is the assignment: " Use a one-dimensional array to solve the following problem. Read in 1000 numbers, each of which is between 10 and 100, inclusive. As each …

Software Development c++
Member Avatar for Lerner
0
417
Member Avatar for Fromethius

Hello everyone, Is there an equivalent to SendKeys.Send in C++? I have looked into keybd_event and SendInput, but to my knowledge you can only send one key at a time with those functions. Thanks for any help. Edit: I'm not using the .Net Framework so I can't use any of …

Software Development c++
Member Avatar for rdwofrdw
0
622
Member Avatar for Naveed_Cn

Hi Everyone I m trying to open password protected Database for Data Report applying the following Code in Command Button1. Dim CN As ADODB.Connection Dim RS As ADODB.Recordset Set CN = New ADODB.Connection Set RS = New ADODB.Recordset CN.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0" & _ ";Data Source =" & App.Path & ".\MyDataBase.mdb" …

Software Development open-source visual-basic
Member Avatar for QVeen72
0
201
Member Avatar for ftom2

hi, i'm trying to create a shared object. the files i want to put in the shared object use a properties file to read some of the data. is there a way to include the properties file in the so file? if not, then how do i refer to the …

Software Development c++
Member Avatar for shouvik.d
0
91
Member Avatar for SirJames

I have a program evaluating a straight hand in poker: Here is my code: [code=cplusplus] int numInRank[14]; cin.get(rankCh); switch (toupper(rankCh)) { case '-1': exit(0); case '?': rank = 0; break; case 'A': rank = 1; break; case '2': rank = 2; break; case '3': rank = 3; break; case '4': …

Software Development c++
Member Avatar for vijayan121
0
105
Member Avatar for dilumjr

Does any one know how to configure [COLOR="Red"]VC++ 2005 [/COLOR]for a maya API project, to write a simple pulggin? I'm a beginer to Maya API.

Software Development api c++
Member Avatar for dilumjr
0
177
Member Avatar for GaryD.

1) An overview of what your program does. The entire program asks the user for a starting balance, then deposits and withdrawals, then asks the amounts of each, and then prints a record of all transactions and an ending balance. The area i'm having difficulty with is the part where …

Software Development c
Member Avatar for GaryD.
0
95
Member Avatar for Masud

:' ( Pleas help me...... I'm new in java programming. I want to save All exceptions into a common file...... please send me the code for it!!! is there anyone to help me????? U can also mail me at <email snipped>

Software Development java
Member Avatar for jwenting
0
89
Member Avatar for Damon999

Can anyone help me out on how to find the length of a wav file. I found the following [url]http://cuinl.tripod.com/Tips/media-2.htm[/url] but I can't seem to get it to work. I've only really done basic stuff in vb.net, so if anyone knows the answer I'd be very grateful. Thanks :)

Software Development vb.net
Member Avatar for Damon999
0
110
Member Avatar for JRM

I just started to fool around with QT4. I was wondering how experienced organized the widgets used in GUI's. For instance if I were to use several widget objects in a particular program, is it better practice to make a header file for each function? If I wanted a spin …

Software Development c++ gui
Member Avatar for JRM
0
99
Member Avatar for eyedea2011

Can someone help im suppose to write a family of overloaded functions called equal(), which take two arguments of the same type, returning 1 if the arguments are equal, and 0 otherwise. This is what i have that refuses to compile. [CODE=cplusplus]#include <cstring> using std::cin; using std::cout; using std::endl; int …

Software Development c c# c++
Member Avatar for JRM
0
125
Member Avatar for altabear

Hi, I've read a bit in this forum, and it looks like a great resource! Here's a question that someone asked before, but I think my answer may be different: My client uses only Access databases (I know, I know) and I'm getting this error. System.Data.OleDb.OleDbException: Too few parameters. Expected …

Software Development asp asp.net vb.net
Member Avatar for QVeen72
0
204
Member Avatar for irfanurfi

hi all, actually i want to pass String value in Farmula fields in crystal report X1 Release 2 .but only numeric value can be passed. in crystal report 8 it is possible that u can pass value of any type. any one can help this artical. thanks Irfan Ullah

Software Development vb.net
Member Avatar for QVeen72
0
109
Member Avatar for WyattM

I am using VB.Net 2005 and I have been working on trying to get this project to convert the numbers entered on form1 in TxtBxAmount to words on formcheck in TxtBxAmount3 but I can not figure it out. I have searched the web high and low and can not find …

Software Development vb.net
Member Avatar for QVeen72
0
80
Member Avatar for reaper.x550

Hey, im doing an assignment that requires to make a vending machine :eek: yeah, its all over here. However can anyone tell me whats wrong with this code? [code] purchase = [COLOR=#0000ff]if[/COLOR] price <= money [COLOR=#0000ff]Then[/COLOR] money = money - price [COLOR=#0000ff]Else[/COLOR] [COLOR=#0000ff]If[/COLOR] price >= money [COLOR=#0000ff]Then[/COLOR] TextBox1.Text = [COLOR=#800000]"Sorry! …

Software Development vb.net
Member Avatar for QVeen72
0
99
Member Avatar for planethax

I have a database with 3 columns, and approx 60 rows I need to load this into vb6, into a listbox or what ever you think will work best, in the listbox (or???) I will need the 3 columns, plus a fouth column(at the beginning) that has check boxes. Can …

Software Development visual-basic
Member Avatar for QVeen72
0
70
Member Avatar for cliveharber

Hi All The company I work for have a need to obtain a VB5 IDE to change the data in an old, but mission critical custom project. Does anybody have a copy of this that they are willing to sell to a good home? Cheers Clive

Software Development ide visual-basic
Member Avatar for cliveharber
0
77
Member Avatar for no1zson

I am sure anyone here for more than an hour is familiar with the project I have been working on. I am currently researching listeners to try and get my fields to execute the proper calculations when moving from one to the next. Right now, even though I have those …

Software Development gui java java-swing
Member Avatar for no1zson
0
532
Member Avatar for tformed

I got this code from a book I bought. I wanted to see if it words but it gives me errors. Here is the source code. [code=cplusplus] #include&lt;math.h&gt; #define NRANSI #include"nrutil.h" #define SWAP(a,b) { temp=(a);(a)=(b);(b)=temp; } void gaussj(float **a, int n, float **b, int m) { int *indxc,*indxr,*ipiv; int i,icol,irow,j,k,l,ll; …

Software Development c++ visual-studio
Member Avatar for Ancient Dragon
0
266

The End.