199,114 Archived Topics

Remove Filter
Member Avatar for
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 …

Member Avatar for mayank_ati
0
164
Member Avatar for sunithamcsit

hi everybody, I have one doubt , In my servlet there is a code to display day of the week,but it displaying from sunday-satday. But for me I have to display from Mon-Sunday. can any one suggest me how to change the day.

Member Avatar for masijade
0
130
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

Member Avatar for vinod_javas
0
137
Member Avatar for edouard89

Im Using MS Visual Studio 2005 Profesional Edition with C#. I have a page that has two(2) drop down lists. The first drop down contains info that when selected will influence the results in the second drop down list. When the info from the second drop down list is clicked …

Member Avatar for Infarction
0
105
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 …

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 …

Member Avatar for FireNet
0
86
Member Avatar for engrr.faruk

Hi, can anyone tell me how to use subform i.e form within anther form in same IE in php? is it possible? Regards, Faruk Chowdhury.

Member Avatar for sun_sun_th5
0
46
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, …

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' …

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 …

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 …

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 …

Member Avatar for jwenting
0
147
Member Avatar for jonathan.jbkt

I have a client that is hosting his site on my Ubuntu Linux Server. He has some files that he generates from Microsoft Excel as .htm files. I have set Apache to parse .htm files with the PHP engine but we still have a problem with the way the content …

Member Avatar for jonathan.jbkt
0
238
Member Avatar for souvik_gh2005

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

Member Avatar for peter_budo
0
111
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 …

Member Avatar for Lerner
0
417
Member Avatar for ananthxp

hi guys i doing my b.e.(cse). as a part of my curriculum iam supposed to do a project. i thought for a long moment and decided to do a project for "CONTROLLING THE USAGE OF USB DEVICES" in a network. is this possible in real time??? if yes plz guys …

Member Avatar for ananthxp
0
86
Member Avatar for it2051229

I was just wondering if there is a PHP function that could detect if there are spaces in between characters or a word or whatever as long as it is a space..

Member Avatar for it2051229
0
254
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 …

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" …

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 …

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': …

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.

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 …

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>

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 :)

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 …

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 …

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 …

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

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 …

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! …

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 …

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

Member Avatar for cliveharber
0
77
Member Avatar for push

what is the difference between session and application scope at jsp. where we use session, application, page. can anybody give examples codes for this.

Member Avatar for rookie446
0
3K
Member Avatar for shaist

Hi. Im developing my first website and need some help with my menu. Im trying to use the rollover effect using images. The 'MouseOver' function is working just fine. But I need the second image(hover image) to appear and stay there when the user clicks on the link and opens …

Member Avatar for ~s.o.s~
0
110
Member Avatar for vinoth_nat

Hi all... My coding is in below working good in IE. But not in Firefox, I don't know what i am doing wrong? Can any one help me...? document.getElementById([COLOR=#800000]"nodeValue"[/COLOR]).innerHTML=afor(); here the afor() function will return a string. Thanx advance....

Member Avatar for ~s.o.s~
0
116
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 …

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; …

Member Avatar for Ancient Dragon
0
266
Member Avatar for sasindagi

how to create new folder for each user who uploads .doc,.txt,.png,.jpg into web server. user may select his own type of uploads file depending upon file extension new folder must be created. eg: user wish to upload a .doc file then i want to create dynamically [url]http://localhost/test/user1/doc/xyz.doc[/url] test- name of …

Member Avatar for sasindagi
0
75
Member Avatar for Firestone

I'm using Dev C++, and I want to compile my program into a program usable on macs. Can I do this from Dev C++, or do I have to use a different program?

Member Avatar for John A
0
109
Member Avatar for guru511

hi, plz tell me how to bind the record set to datagrid.. i have all the data in recordset now i want to modify the recordset and dind that to datagrid... also in one column i want to supress the duplicate values and put balnk spaces in that..hw can i …

Member Avatar for QVeen72
0
101
Member Avatar for DeathEvil

I have "converted" my prog to psedocode (I know, I should di it before writing source code" and everything is looking smoothly and easy to understand. The only problem I have is translating 2 lines involving array: [CODE] if (strcmp(full_name[index[inner]],full_name[index[inner+1]])>0)[/CODE] and [CODE]temp = index[inner],index[inner]= index[inner+1],index[inner+1]=temp;[/CODE] can anyone help me out? …

Member Avatar for DeathEvil
0
102
Member Avatar for abar_sow

Can anyone tell how to search for a keyword in any web page in java...Suppose if am giving query in a google page, The results will be displaying in many pages. In the 1st page i want to search for a keyword www. ...

Member Avatar for abar_sow
0
200
Member Avatar for irfanurfi

Hello All. i want to use web serives of backgroundchecks.com i put web reference in my project [url]https://model.backgroundchecks.com/i...BGCdirect.ASMX[/url] now i have to call the methods. i have problem of doing this.. i want to get record of people with respect to first name last name and dob... in product of …

Member Avatar for irfanurfi
0
113
Member Avatar for namjeon

I am trying to add 30 days (or 30 times) validation procedure in VB6 code to program, so that people can try it before they decide to buy. I am trying to make program not run 30 days after user install the program or 30 times after user run the …

Member Avatar for QVeen72
0
83
Member Avatar for hbmarar

Hi, I would like to know whether is there any way i could avoid mailto to take outlook or any other email client or could i control to use only a specific email client? I have heard of uniformmail but i would like to know of this. i request pointers …

Member Avatar for MidiMagic
0
72
Member Avatar for piyush gandhi

What are the following types of files that can be created in VB for eg.: 1>> ActiveX EXE 2>> ActiveX DLL 3>> DLLs etc, etc, etc.. and all of them that we can create in VB e I know only the Standard EXE applications that we create in VB please …

Member Avatar for QVeen72
0
93
Member Avatar for akash_msrit

hi i am displaying DATA retreived from the backend sql in table format. select col1,col2,col3..... from table1. Now i want to store col2,col3 in an array .and i want to add col2 and col3 values and display the result in col4. col1,col2,col3 are retrived from the database. please give me …

Member Avatar for sillyboy
0
149
Member Avatar for php_noob

Hi I'm new here and new in the industry, I'm focused in designing right now... but still interested in developing dynamic websites. I just want to ask if there is an available script that writes a text file in a FTP server then show in a scrolling text in FLASH. …

Member Avatar for peanutpad
0
99
Member Avatar for jvcoach23

I have a page.. call it page1. it has a button_click event that fires some sql stuff and the does a response.redirect("page2.aspx?ID=1") page2.aspx we do some things and then click a button and that button does a response.redirect("page1.aspx?ID=1") now.. when page1 comes back up, and i try to click on …

Member Avatar for jvcoach23
0
140

The End.