No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
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] + …
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
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 …
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
[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 …
The End.
SpOOKy.Is.GoD