Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
13% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
15
Posts with Downvotes
4
Downvoting Members
11
3 Commented Posts
0 Endorsements
Ranked #3K
~7K People Reached
About Me

I am me . . .

Favorite Tags
Member Avatar for imolorhe

I am currently working on a project in VB.net that requires the advanced power settings of the client's system to be set to allow wake up timers for when the system sleeps. Please I have been looking around for the solution. I desperately need it. Thanks in advance.

Member Avatar for Begginnerdev
0
136
Member Avatar for imolorhe

Please what is the best programming language and IDE that can be used in the development of WML web applications for mobile phones?

Member Avatar for peter_budo
0
65
Member Avatar for imolorhe

Please I am currently working on a web application project that works on both the desktop and mobile devices also. The web application is to be for all and sundry and therefore I need it to work on all forms of mobile devices (old and new). The web application uses …

Member Avatar for peter_budo
0
155
Member Avatar for imolorhe

I am currently trying to design a web application for a mixture of mobile devices: those that have only wml enabled, and those that have html-enabled. The programming language of choice was ASP.Net but I cant seem to find any good documentation on how to design an ASP.NET web application …

0
65
Member Avatar for imolorhe

I am currently working on a project in which I have a thread that needs to [U]constantly[/U] be making changes on a control in another thread. What is the best way to go about [B]safely[/B]? [I]Note: The thread connects to a database, gets data from the database, and populates the …

0
64
Member Avatar for imolorhe

I want to write an application that can query a dll or class stored in another location on a server to receive information or perform an action. Can someone please give me guidance on how to go about it.

0
74
Member Avatar for imolorhe

What are the possible uses of the bitwise operators. i.e. bitwise AND, bitwise OR, bitwise XOR, shift right, shift left and complement. Also, what are the applications of bitwise operators in everyday problem solving. Examples would be nice. Thanks in advance

Member Avatar for daddymummy
0
219
Member Avatar for imolorhe

I have a program that uses two threads. I want to update a WPF control on one of the threads from the other thread but I don't knwo how to do this. Any help please?!

0
60
Member Avatar for imolorhe

Hello all. I was just designing a web application form that is meant to accept a user's request to use a particular room in a specified period of time. After the user enters his specifications, the application now responds, telling the user if the location specified is available at the …

Member Avatar for mlesniak
0
141
Member Avatar for imolorhe

I am currently designing an application form that the user fills to use a room in a specified time. The application is to check if the room specified is available at the time period specified. I am stil wondering how to do this such that there is no clash. Any …

Member Avatar for imolorhe
0
316
Member Avatar for Mechizedek
Member Avatar for codeholic
-1
65
Member Avatar for thecoolman5

Hi, i am trying to make a BMI calulator and here is my code: [CODE]#include<iostream> #include<sstream> #include<fstream.h> using namespace std; int main (char argc) { double ff1; double ii1; double ww1; for(;;) { system("cls"); cout << "Enter feet." << endl; string f1; cin >> f1; stringstream(f1) >> ff1; if(ff1 >! …

Member Avatar for thecoolman5
0
956
Member Avatar for gozo12

is there a way to add command1 onto form's boderstyle ? like there is close and maximize and minimize can i add a new one nearby them

Member Avatar for imolorhe
0
83
Member Avatar for abc88

how can i get offset of a line in a text file? so using this offset i can go back to the same line using Streamreader.Basestream.Seek(offset,SeekOrigin.Begin)

Member Avatar for imolorhe
0
84
Member Avatar for annitaz

My code for the calculator is: calculator.h [CODE]#ifndef CALCULATOR_H #define CALCULATOR_H #include <QWidget> #include <QGridLayout> #include <QLineEdit> #include <QLabel> #include <QPushButton> #include <QLCDNumber> #include <QString> #include <QMessageBox> #include <QErrorMessage> class Calculator : public QWidget { Q_OBJECT public: //constructor Calculator(); public slots: //function to add the two numbers that the user …

Member Avatar for imolorhe
-1
357
Member Avatar for abc88

i want to check whether the dates in a file are consecutive. that is if the dates are 7.10,2011 ,7.11.2011,7.12.2011 it should return true and if they are 7.10.2011,7.12.2011 it should return false.

Member Avatar for Mitja Bonca
-1
670
Member Avatar for jodzjcm

char animal_holder[12]={'A','B','C','D','E','… char* animal_master[12]= {"Ant","Bear","Cat","Dog","Eagle","Gan… I've used the srand and rand function to get randomly a letter from the animal_holder array. Now if the program inputs ABCD....ABCD should be equivalent to ant bear cat dog from the string animal master....HOW TO DO THAT????

Member Avatar for imolorhe
0
121
Member Avatar for imolorhe

Hello, I am writing a program and I need to store important data like password, etc. What is the best way to store the password and where is the best way to store it?

Member Avatar for Unhnd_Exception
-2
252
Member Avatar for imolorhe

I am writing a program where one part of the program gets some data while the other part gives in new data at intervals for the first part to work on. This two tasks are to be done independent of each other and concurrently. The time one part stops does …

Member Avatar for mike_2000_17
0
194
Member Avatar for imolorhe

I have a program that accepts multiple lines of strings for a variable and accepts another set of multiple strings for the next set of variables, and so on, each seperated by a free line i.e.\n\n How do I write such a program?

Member Avatar for jonsca
0
64
Member Avatar for imolorhe

What is the integer or double equivalent of the NULL character. That is, the integer that can be entered to represent NULL when using integers (supposing 0 is accepted as a valid integer and not a NULL).

Member Avatar for mrnutty
0
516
Member Avatar for imolorhe

Please, How do I properly add a Winsock Control in WPF for purpose of LAN applications? I tried adding the Winsock control dynamically but then the event functions are not available then. Note: Using WindowsFormHost does not show in my WPF application. Help please!

Member Avatar for jdsurgeon
0
449
Member Avatar for imolorhe

Hello there, I am working on a little project and have a problem about finding the IP addresses of all the remote computers connected to a LAN network. I will greatly appreciate it if I get the answer to what I need. Thanks.

Member Avatar for irungu
0
191
Member Avatar for imolorhe
Member Avatar for xavier666
0
168
Member Avatar for imolorhe

Please, i want to know how to ntework in vb6. Also, capturing the system name and other things like that.

Member Avatar for cguan_77
0
85
Member Avatar for imolorhe

Please, I am new to game programming and would like to get advice on a good game developing software for beginners. Thanks.

Member Avatar for duane.conn
0
46
Member Avatar for imolorhe

Please, is there anyway to make the forms in vb6 transparent? I need urgent assistance. Thanks.

Member Avatar for AndreRet
0
909
Member Avatar for imolorhe

how do you make sure that when you maximise a form in vb, the controls in it are also maximised. Thanks for the help.

Member Avatar for abu taher
0
96
Member Avatar for imolorhe
Member Avatar for imolorhe
0
62
Member Avatar for imolorhe

Hello. Please, i have this little question of finding the product of two matrices in which the user enters the number of rows and columns. i would appreciate it if a solution is given and even more if there are more than one solutions to the question. thanks.

Member Avatar for Calipe
-5
203