199,114 Archived Topics
Remove Filter ![]() | |
How can I .getText(long) ????? I can not figure out how to get a string from a GUI and turn a String into a long . | |
Can some one please show me a working example of how to send a string like "packet information" to a server and receive the data it gives back. Im on visual studios 2005 | |
I've been using MSHflexgrid for my last project. Now that I'm starting a new project, I was wondering what the differences are between Data Grid MsFlexgrid MshFlexgrid what are the advantages and disadvantages? | |
im new in macro programming and vb im doing a project office automation how do i open (without showing) existing excel? so i can manipulate the data most of the snipet i see in the net is like this Set oExcel = CreateObject("Excel.Application") Set ExcelDoc = oExcel.Workbooks.Open(m_strPath & "project.xls") i … | |
[B]I'm new to java servlets ...I installed Sun java SDK which acts as an server for running servlets.I spents many hours first just to compile servlets and generate the class files but now I don't have any idea how to run servlets on SDK. I tried a lot on Apache … | |
Hiii all, I am sanhita Bhide form australia and doing Graduation In Information Technology. I am doing Vb.Net as one of my subject I am having a project in relation with windows application in Vb.Net in which we are required to build a windows based application for a "Car Auction … | |
hai, Its very urgent.can somebody tell m,how to add two textboxes and then display the result in the third textbox ,using keypress -in javascript.... regards.... | |
how to retrive data outside the html tag using [COLOR="Red"][B]vb.net[/B][/COLOR] | |
Hi all, I'm beginner in Perl. I need to concatenate three values in the date format like, [code] $fullDate = $ARGV[3] . "/" . $ARGV[4] . "/" . $ARGV[5];[/code] But while concatenating, it is performing division on values. I have tried '.',':','-'. But its not working. Pls suggest me how … | |
hi i want to change the color of rows in a datasheet that is i want each rows to be of one color. Is it possible? | |
I need the comctl32.lib library for some stuff I'm doing in the windows api, but I don't want to download the SDK from Microsoft because it's to big. Where else can I get it? | |
Hello, I have to write a few programs. I have an attachment of what i have so far. Can anyone direct me in the right direction. | |
/*This is a what I've written so far- see below.*/ /*The program is to ask a user to insert values into array, print those values showing both index # and corresponding value, return average, min, change value of 1 array element, delete 1 element, compact the array. ALL these MUST … | |
Hello Everyone, I feel like I'm going around in circles! I can't figure out why by JButtons won't perform their assigned functionality. I have a first, previous, next, last, and save button. I've created actionListeners and actionEvents for all butons, but they still produce nothing. Any insight is extremely appreciated!!!! … | |
Hi, this is my first forum message so I'll make a brief introduction. I'm from Canada and I am Computer Science student. I enjoy working with computers, specially web programming. It has come to my attention (and also a school requirement) to learn Python. So here I am with my … | |
Here it goes, we were told to make a Multiplication thingy that the user can [B]Input[/B] something like [I]5x5[/I] and then the [B]output[/B] will be the [I]answer[/I]. We were not taught on how to do it yet so I don't have any idea. I'm just hoping that someone can teach … | |
Ok, i have a database where i'm storing information on plants and in one of the tables is a plants table: here's the first few fields in the table plants: [code] plant_id, family_id, genus_id, species_id, auth1, auth2, ... [/code] plant_id is the pk, family_id, genus_id, species_id are foreign keys. soon … | |
hellow i have problem with my exam project i program it in asp , and i have javascript function and this function should return the value of raduo button checked and i then use this value in ASP code the problem is that function return null or undifined i try … | |
Write a c++ program that will read in, from a file entitled "word.txt", an unknown number of single words (no spaces ). The program will then print out the word, move 2 tabs to the right, display the word with the first letter removed, move 2 tabs to the right, … | |
I must do an assignment, so it's so hard for me to do. Now, the deadline is coming sooner and sooner, i can't finish and don't know how to do it. I need someone here can help me, i give the best regard first. Here is the assignment; please send … | |
I am trying to create a program that will disable an equipment after a priod of time. To disabled the equipment, a user would use our web application to set the time span before the equipment would be disabled. I first tried to accomplised this by using an AJAX method … | |
trying to make a program to say the change due back after a purchase is made. this is what i have so far but it doesn't want to work so i really could use some help please. [code=cplusplus] #include <iostream> #include <string> // do not remove /******************************************************************** * User Include … | |
i face a problem here.. i am creating a compiler for java, the compilation part is done,and now i have a problem in the running the class compiled.. i use the runtime.getruntime().exec() method to run the class.. and what happen is, for example, i have a simple java file like … | |
I want to add the values only first time when I run it and then display it in appconfig.xml file, then next time when I run my application it should display that values... the design form of my progrn is as follows: 1)LABEL TEXTBOX COMBOBOX 2)LABEL TEXTBOX COMBOBOX 3)LABEL TEXTBOX … | |
Hi all!! i was just trying to do socket programming in ASP.Net. Can somebody plz help me with it?? | |
plz tell php4 featurs and php 5 featurs and what are they explain them. | |
Hai, I'm read temperature data using MSComm.. The temperature was successfully display on vb6..but how can I update/automatically refresh the temperature on web according to current temperature? could you kindly please help me over here? thks! Below is my coding: [code] Private Sub Form_Load() MSComm1.PortOpen = True MSComm1.Output = "temp" … | |
i hace a class in c++ bcw [code] class Student { public: private: unsigned int sIdNum; char sSurname[20]; char sFirstname[20]; char mathid[10]; };//Student [/code] i need a function that fills a Student type dynamic array from a bin file called binfile1.dta the array starts with size[30]. And then do the … | |
What is the function of fflush(stdin)? What for the operator -> used? | |
[code]#include <iostream.h> int main(void){ int a; int b; int c; cin >> a; cin >> b; c = a+b; cout << c; return 0; } [/code] I am trying to create an "addition machine". As of now, after I run the program, I can input a number and then another … ![]() | |
Good day. I recently purchased a TI-84 calculator and realized that it has some programming commands as a c++ compiler would. Is it possible to load a c++ program on a ti-84 calculator...thx | |
pls help how to open a file in an application using jsp and it should not open in a browser if possible pls send ur code as soon as possible.. pls help pls help. | |
I have a frame, inside it a few labels and text boxes. At some point while the program is running I want to move that frame to a different position. Is it possible to move it with all the lables and textboxes without moving each label and textbox? | |
hi i can not bind text box at runtime successfully in vb.net2003 the code is describe below imports system.data.sqlclient dim conn as new sqlconnection dim cmd as new sqlcommand dim adp as new sqldataadapter dim ds as new dataset // [COLOR="Green"][U] form load [/U][/COLOR] conn.connectionstring="" cmd.commandtype=commandtype.text cmd.commandtext="select * from master_dept" … | |
Can aanyone help me with my ApacheTomcat. I have never configured sever before. Its actually my first time. I just dont know how to run or even configure this ApacheTomcat. Where should I set the CATALINA_HOME variable? and what is it for? | |
The way I understand it, is that rowdata and coldata can be used to keep some data for some specific row or column. What if I want each cell to have some data go with it, how can I do this? I need this to identify what each cell contains. | |
<!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title>Doctor Web Snake Oil</title> <meta name="GENERATOR" content="Arachnophilia 4.0"> <meta name="FORMATTER" content="Arachnophilsubscribeia 4.0"> <link type="text/css" rel="stylesheet" href="drwebstyles.css" /> <script language="javascript" type="text/javascript"> <!-- /* File: drWeb_dis.v4b.html Author: Diane Forkin Date: 23/9/2007 Purpose: Dr Web Validate Form and all entries */ //function for submit button … | |
Hi I am trying to create something like online shop with products and a shopping basket. User can see an html form and edit it. The form is represented by bean. After editing it, he should be able to create new, or submit all products he edited (add actual bean … | |
Hello, I am new to javascript and am aware that this topic is well documented, but not in the way I need the script to work? I am able to show/ hide a div using the the following: function toggleMe(a){ var e=document.getElementById(a); if(!e)return true; if(e.style.display=="none"){ e.style.display="block" } else { e.style.display="none" … | |
Hi all, I learned that "local static variable" with in a function is not allowed in JAVA as in C++. I guess it violates the rule of "static" as it's should not depend on objects but is there any alternative way avaiable to accomplish that ? (i.e scope is restricted … | |
I didn't think I'd need help again, but I'm pretty sure its not as bad as last time. I'm trying to increment the time in Time2.class, and that compiled. The problem is I can't make a class to use it as per the assignment, and that's because I used void … | |
Hi all, I hope everyone is well. :) Ok, I don't know how to explain this properly, so I'll just struggle along & if you need anything clarified, please ask. First, I'd like a quote from only very experienced MySQL/PHP programmers on how much this appl. will cost to build. … | |
[COLOR="blue[B]"]hi all, i need a help in jsp. i want to open a word file in an application using jsp. and it should not in browsers. just the word application only should open. if u have any coding for this means pls send it. very urgent .hurry up! pls.. [/COLOR][/B] | |
hi canyone help in how to write code to search in java.just like search button in google. | |
I'm trying to get this ISBN checker to work. I've used the formula from this [URL="http://mathworld.wolfram.com/ISBN.html"]site[/URL] and also this [URL="http://en.wikipedia.org/wiki/International_Standard_Book_Number"]site[/URL] and it seems to work fine [B]except[/B] for the ISBN of my Java book. When I compute my book's ISBN (0131496980), it is apparently invalid. I have tried the other … | |
I have a query about ISBN. Some books have one ISBN, SOME have two. Is it appropriate to use ISBN AS a primary key for a book table ( as I have seen it in one book). What is ISBN basically. What can be the appropriate primary key for book … | |
[code=assembly] mov ax,35000 mov bx,4096 div/idiv bh [/code] why is it that i get a dividle by zero error when i do this. What Ive done so far.. [b][u]DIV[/u][/b]: Please double check i might have messed up. ax = 88B8h bh = 10h [b][u]IDIV[/u][/b]: Please double check i might have … | |
Hi, I'm going to begin school for CS in a couple of months, and am trying to get started with some of the material on my own. I need to learn some Java; I've done a bit of C++ in the past. The prof sent me an email saying at … | |
I am looking for some help with the fibonacci in Mips. Yes, I am a student (part time). Yes, I have made an attempt which is below. Yes, I have tried looking for help, hence me finding this forum. I have the values for the previous value, $t3, and the … |
The End.