Posts
 
Reputation
Loading chart. Please wait.
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
~8K People Reached
About Me

I am me . . .

Favorite Tags

35 Posted Topics

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
138
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
67
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
156
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
68
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
67
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
80
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
227
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
65
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
143
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
328
Member Avatar for Mechizedek
Member Avatar for thecoolman5

You can try debugging the program. Put different segments of the program into different functions and call them from the main() function. That way, you can know what segment the problem is coming from. For the debugging, you can output the values of the different variables to screen so that …

Member Avatar for thecoolman5
0
966
Member Avatar for gozo12

One thing you can do is hide the title bar provided and then design your own title bar with shapes and code where you can have the buttons you need along with customized buttons to close the program [CODE]End[/CODE], and minimise the program [CODE]Me.WindowState=vbMinimised[/CODE]

Member Avatar for imolorhe
0
92
Member Avatar for abc88

First of all, this is not very explanatory. Secondly, any code snippets of what you have done will be helpful.

Member Avatar for imolorhe
0
88
Member Avatar for annitaz

I think it means that you should make an error message to be displayed (possibly in a message box) whenever the user tries to write a value that is larger (or longer) that the value that is permitted to be entered. Probably your program only allows numbers up to 8-digits, …

Member Avatar for imolorhe
-1
363
Member Avatar for abc88

You can store the dates into an array, and compare the values in the array using the for loop. Assuming the array name is arrDate: [CODE]Dim curDate as Date curDate=arrDate(0) For i=1 to arrDate.Count - 1 If arrDate(i) = curDate.AddDays(1) Then con = True curDate = arrDate(i) Else con = …

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

easy...just use the array indices of the two arrays. If the program picks the value "B", you get the array index as 1. Then fetch from the animal_master array, the value with the array index as 1. This value will be "Bear".

Member Avatar for imolorhe
0
124
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
259
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
196
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
65
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
533
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
457
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
321
Member Avatar for imolorhe
Member Avatar for xavier666
0
176
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
87
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
971
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
101
Member Avatar for imolorhe
Member Avatar for imolorhe
0
65
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
205
Member Avatar for imolorhe

hello. please i would want to know how i can communicate with the system and find the system's present status such as logging off, shutting down, etc. vb codes would be most appreciated. thaNKS

Member Avatar for abu taher
0
80
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 FIG-GHD742
0
111
Member Avatar for imolorhe

I was just wandering about the user interface of C applications. What are the basic things one should know about programming a graphical user interface with C.

Member Avatar for jbennet
1
105
Member Avatar for imolorhe

Please, I need help in this little problem of printing all the prime numbers from to 100. Please, if you have more than one method to the question, I would really appreciate it. I also need it as soon as possible. Thanks.

Member Avatar for Chilton
-3
164
Member Avatar for hangman1060