Get battery device name
I have been using windows api to get battery stats and i have figured out how to get battery data like chemistry using battery information but i cant figure out how to get stuff like manufacturer...
View Articlec/c++ programmer to backup whole hard disk
hey guys, was searching net for software to backup hardive and found many of them but i want to code one of my own. will it be similar to copying file?? n i want copy of whole hard drive inculding...
View ArticleProblem with creating my own linked list
hi i ma having a problem crating my own linked list and i have been trying for a while now to get it right but with no luck At the minitue this is what i have the ListNode package linkedlist; /** * *...
View ArticleFind Text and Replace in RichTextBox
First of all : Sorry for Bad English Greeting to all masters; My problem is: * A Few days of head BOOM!.. I want to sort the remaining text to Links Text's only. { Example:...
View ArticleOdd deWitter's Game Loop Problem
So I've been searching and studying up on game loops and decided to go with deWitter's(the final version with interpolation). Yesterday I implemented the loop into a simple test game to see how it...
View Articlehow to make a range of numbers
I am trying to measure the performance of Database Insert. I have captured all those performance numbers in a ConcurrentHashMap named map. In that concurrent hash map it will be something like this....
View ArticleSet a selected text in a richTextBox
I want to create a richTextBox which shows the text "Enter your text here..." and it has to be a selected text and once I type on the text box it should vanish and the entered text should have to be...
View Articlejava.net.NetworkInterface to jpcap.NetworkInterface
hello guys, is there a way to cast java.net.NetworkInterface to jpcap.NetworkInterface? I tried to cast it using the two methods of casting but yielded no results. thanks.
View ArticleSpliting and merging pages with iText#
Hi, I'm working on a project but I'm stuck, this is what I need to do: I need to select a folder, next, all PDF files that are in that folder need to be printed, but only the first page of them. I was...
View ArticleHeat / DIffusion equation in 3D - where to find code schemes?
Hi, I'm looking for some help with 3D heat equation and can't find a scheme for it in 3D, how to write it. I would like to use FFT and then do it, any tip where on the internet? The language in which...
View ArticleCan't draw on JPanel
I want to add background image to my JApplet application. But it doesn't work. Background is still gray. I tried to use the same JPanel class with normal application and it works. Why with JApplet I...
View ArticleError fetching from DB, but not sure what's wrong
I'm getting an error trying to fetch data from my database, but I'm not sure where. There error comes from the 2nd line, I think. As the code is, I get a blank page, and if I remove the 2nd or die it...
View ArticleWINSOCK TOOL?
hi; Q: CAN I USE WINSOCK TOOL TO SEND DATA TO MYSELF? I MEAN , CAN I USE MY COMPUTER'S IP TO SEND DATA TO MY COMPUTER?[/font][/size] THANK YOU ;
View ArticleWINSOCK TOOL?
hi; Q: CAN I USE WINSOCK TOOL TO SEND DATA TO MYSELF? I MEAN , CAN I USE MY COMPUTER'S IP TO SEND DATA TO MY COMPUTER?[/font][/size] THANK YOU ;
View Articlevb.net -> php
is it possible to create a program using vb.net as front-end and php as back-end? we are currently under thesis and we still thinking about ways of creating our said program | software well basically...
View ArticleHow to eliminate the upper rectangle part?
I wan to eliminate the upper rectangle part but it always only can eliminate the lower part. How to solve this issue? sprite: using System; using System.Collections.Generic; using System.Linq; using...
View Articlecan anyone tell me whats wrong with my code?
Imports system.data.odbc Public Class Customer Dim da As New Odbc.OdbcDataAdapter Dim ds As New DataSet Private Sub Customer_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleTimeout expired. The timeout period elapsed prior to completion of t
Hi Guys, I have a problem scenario, i need your help. We have 2 web server which are in cluster and we have 2 database which are in mirror. we used 3 tier architecture, in DLL we used xsd files. When...
View ArticleAdding a String to a list box in WinAPI
Hey! I'm having a bit of trouble simply adding a string to an empty listbox in C++ WinAPI. The Listbox is initialised as follows: # hwndObjList = CreateWindowEx(0, TEXT("LISTBOX"), TEXT(""), WS_CHILD |...
View ArticleAdding a String to a list box in WinAPI
Hey! I'm having a bit of trouble simply adding a string to an empty listbox in C++ WinAPI. The Listbox is initialised as follows: # hwndObjList = CreateWindowEx(0, TEXT("LISTBOX"), TEXT(""), WS_CHILD |...
View Article