Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~5K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for Dontah

use a short code #include <stdio.h> int main(){ // use int array of 9 cells // 0 means blank // 1 means O (player 1) // -1 means X (player 2) int board[9] = { 1, 1, -1, -1, 1, 1, 1, -1, -1 }; int row1 = board[0] + …

Member Avatar for SpOOKy.Is.GoD
0
217
Member Avatar for bhagawatshinde

Use this Code using the system clipboard Dim A As Bitmap A = (Bitmap.FromFile("C:\Image1.bmp")) 'if not from file, u can give ur custom Code for drawing bitmap here instead Clipboard.SetData(Windows.Forms.DataFormats.Bitmap, A) RichTextBox1.Paste() Clipboard.Clear() done tell me if it works for u -SpOOKy

Member Avatar for bhagawatshinde
0
138
Member Avatar for SpOOKy.Is.GoD

Here is my Prob- we have a main router from which we use a distributor or hub for internet connection distribution, ever computer connected automatically obtains IP address of format say - 180.50.50.xxx to access net connection. if any connected computer has different IP format than the given one, it …

Member Avatar for ÜnLoCo
0
3K
Member Avatar for senior_oracle

What problem are you exactly having - 1. Passing word file from filesystem to your application ; or 2. Replacing sp_X text with sp_X hyperlink ? ; or 3. both

Member Avatar for SpOOKy.Is.GoD
0
126
Member Avatar for arjen

[QUOTE]hello guys..i have a question..Is it possible to make the time running in datagirdview? and also if it is possible to make the update of two form combine in 1 form for example you have a customer form that you save, update in database and another like for employee that …

Member Avatar for SpOOKy.Is.GoD
0
203

The End.