Hi guys,
I would like to know if there is any way that I could disable a datagridview row and make it unselectable. I need to do this because …
i have to create a n hotel management program using GUI, i hava done the gui part so far but i need help in creating the actionPerformed class,how am i …
Hi,
I am asking here three question together rather than making separate threads for each question.
I am making an application where I can load images in a …
Hello,
I have a project where I am using a listview to display a data received through XML. One of the columns called "STATUS" display only 2 text data, …
Hi All,
what is method to get all availabled disk drives and their status. By status I mean whether they are hard disk or CD/DVD or USB? Also how …
I am suspecting some kind of malware infection perhaps..??
I am not entirely sure but I have been researching all day to no avail.. well ladies and gents,.. heres …
Hello everyone :)
I am trying to get rid of extra space that appears beneath the page due to relative positioning. I tried assigning one div element with an …
I have a table that looks like this:
Database: Testdb
Table: Testtable
ID | Value
--------------
1 | 105
2 | 105
3 | 105
4 | 105
1 …
Hi Experts
i m using these code for selecting data grid row
While i <= DataGridView1.Rows.Count - 1
If Trim(DataGridView1.Rows(i).Cells(0).Value) = Trim(TextBox1.Text) Then
DataGridView1.Rows(i).Selected = True
Exit While …
Hi All, I'm stuck on my C++ assignment. I have no idea how to finish it...I think I'm missing something in my code such as how to double the size …
Hello, I have 2 style sheets for my site, one small(760px) and one large(900px). I would like to create an image in photo shop for the header. My question is …
Hi :)
I was hoping someone could point me in the right direction to create a grid of clickable objects/images/shapes. My problem is this, I have to create a …
Ok guys, for my next assignment I have to read from a binary file and then print out my information. I will post the assignment and what I have so …
Hello guys!
I am trying to implmenent a jQuery library and it worked fine when I ran it out of server. When I tried to run from a XAMPP …
I am doing a project using Java swing in Netbeans and I am using their in-built GUI generator thing. I have created a socket in one frame and i need …
so far I could manage to create OpenFileDialog and select the txt file.
after that ,How could I display the contect of selected txt file into TextBox?
Hi folks, ThompsonSensibl, so I'm new to Python.
This is probably a noob question...
I want to convert a String input to an Integer. I usually do it …
MySQL users listened intently Tuesday, April 13 at O'Reilly's MySQL Conference to Edward Screven, Oracle's chief corporate architect, while he announced Oracle's grand plan …
Despite having recently been cast as the villain of the piece by some high profile members of the Free and Open Source Software community, IBM has just revealed …
I'm creating a site with several articles. On the main page of this site I am creating section that shows you a preview of the articles and allows you go …
Hey I want when i click the submit button it runs a php script that then loads it to a local database where I can then use the entered data …
Hi there,
Recently everytime I simply edit my webpages using dreamweaver, those pages are unviewable using Safari and Chrome. When using Chrome's Developer Tool, the error:
"Uncaught ReferenceError: …
At first glance the news story headline from The Telegraph was rather comforting: Britons spend more web time reading news than looking at pornography. That's one big finger …
I spent the better part of this week at the Enterprise 2.0 Conference in Boston where I saw an excellent presentation called "The Dark Side of Enterprise 2.0." …
Hi,
I know the code for this post is quite long, but I thought it would be best to be comprehensive about what i'm trying to do as i'm …
Hello everybody i am new with php and i would to help with link click counter i have a database and a table which i store some links and the …
I made a form with only 1 Button. I want that when i click that button, 2 more buttons should be appeared.
Example:
Button1 is clicked.
Button2 …
Hi,Guys!
I am currently making a project and got stuck.(I am a total beginner)
The program is for users to submit their username by typing in their username …
Hi again guys. Well i need to convert char to int my problem is how can i get the exact value of int if for ex:
char x=2;
i …
Hi all,
I am designing a program to calculate accrued interest on a loan. the way to go about this is first, u generate a full repayment schedule of …
Their is difficulty in changing the name of the columnheader of list view constantly by using the loop in button click method...Is their any way to change the textname by …
Today Starbucks announced further details regarding the company's plan to launch a new digital network for their customers. The Starbucks Digital Network will be offered in addition to …
Hello everyone,
I currently have an application that reads in an entire excel file then iterates through the records from the file and queries our database for a match. …
Last month DaniWeb reported how Justin Bieber beat Lady Gaga to become the King of YouTube with the most viewed video ever. Gaga has proven harder to tackle …
While security professionals constantly fear the big bad hacker breaking into their enterprise and wreaking havoc, the biggest threat to security is sitting inside the …
Can someone please fill in the missing line of code in OnPageChange? I have a notebook control and on a page change event, I want to retrieve the label of …
Hi..
I want to use the pear package.Pear is already on my xampp package.On the file php.ini the pear is included(I didn't change the file php.ini..there is a line …
i have done hijack this and the report follows
Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 22:00:40, on 18/09/2010
Platform: Windows XP SP2 (WinNT 5.01.2600)
Hi, I have made a log in script that checks the database for username and password. I have everything working for the users (they must be logged in to access …
Hi,
I'm trying to develop a PHP script which will calculate the internet connection speed of the users. In order to achieve this, the script will perform 5 basic …
i dont know how to make my log in system to have a multiple users with different access levels. for example when the admin logs in it can access all …
Hi, I don't usually turn to forums, but I have run out of options. I am not asking any of you to complete this homework project for me, but what …
hi im making a task manager and want to get cpu usage of a process
this is how my code looks now
For Each proc As …
I am trying to create a commenting system that is linked with videos hosted on my server. The videos are displayed on a watch page (watch.php) and the commenting system …
hello, can any 1 please help/guide me for creating an program .exe file in C. as i am using Dev c++ compiler.say for E.g( program of addition in this by …
I have a program, which is essentially done, but there is something I am not very pleased with. First of it is a program that acts like a very basic …
Dear All ,
I have a device with upon serial communication , it send the data as HEX values , (eg, C020042ABD0F91A103E400F929EBC) . I use the following code to …
Using Borland 4.5, yea its old but this is what my teacher prefers.
Problems States:
Markup
Write a program that asks the user to enter and item's …
When I try to build a C++ project I get the error message in the title line. I am trying to help my son move his development from a unix …