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

Do b4 You Die.. That's ma way :)

Interests
Developing Flash Stuff, Watching Movies, Listening ta songs . DJ , and you know.. i love to teach :D
PC Specs
# Corsair TX 850 watt Power Supply # Intel x58 Chipset ATX Motherboard # Intel Core i7 975 Extreme CPU…
Favorite Tags
Member Avatar for g2gayan

hello Experts ;-)\ im c# newbie and im working on my school project ... i need to develop a custom sheduler control,, it will have DAYS on "X" Axis and CLASSES No on "Y" Axix .... i already have developed a dragable element to place shedules but i cant figure …

0
70
Member Avatar for g2gayan

Hello :) Im still learning C# , im developing and application as my project .... i came across a issue and thought the experts might help me out :) what i want to do is to read a text file like this : [CODE] 91.210.46.1:8080 124.193.109.13:80 124.193.109.7:80 [/CODE] and i …

Member Avatar for abelLazm
0
362
Member Avatar for g2gayan

Hey :cool: Im GaYan and im creating a c# web browser , the below is the source code ;) its pretty simple :D its actually a desktop browser ;P [CODE]namespace G2 { public partial class Form1 : Form { public Form1() { InitializeComponent(); textBox1.Text = "http://www.yahoo.com/"; } private void button1_Click(object …

Member Avatar for g2gayan
0
190
Member Avatar for g2gayan

Hey,, im writing a program using cmd commands in it.... Need Some help from experts :) 1) Question A [CODE] Process p = new Process(); string d = txtPath.Text.ToString(); d = d.Substring(0, 2); // p.StartInfo = new ProcessStartInfo("cmd", "/c \"format '+ d+ ' /fs:ntfs" );[/CODE] i have some doubts to …

Member Avatar for g2gayan
0
275
Member Avatar for g2gayan

Hey ! :) Below is my code for a about page ! i need to load a image instead of suing drawString to draw the image ! :icon_redface: what i need to do is to load a jpg and center it to screen ! can any1 help me to modify …

Member Avatar for g2gayan
0
137
Member Avatar for dhruv_arora

Hey guys. I am a shy person and there's a girl in my class I like. I don't know her as I am new to the class. Please tell me how should I be friends with her.

Member Avatar for dhruv_arora
-1
134
Member Avatar for g2gayan

Hello Experts :) My Name is GaYan and im still learning C# :D lol.. im a newbie :idea: what i need to do is to create a program in C# to enter a number series and to get the the highest(largest) value and minimum(smallest) value of the entered numher series …

Member Avatar for kvprajapati
0
119
Member Avatar for g2gayan

:yawn: Since last year,, i ve being trying to create something Like this ! * control the windows desktop using windows mobile , the windows screen or the desktop should be also present in the mobile.. the connection must be established via internet ! with the new WM6, i heard …

Member Avatar for g2gayan
0
90
Member Avatar for TheVerve51

Hello! I was wondering how I can access another computer from my desktop. My parents often have computer trouble, and instead of telling them what to do and where to go over the phone, I'd much rather just show them. I'd prefer if there was no software to download. Any …

Member Avatar for TheVerve51
0
97
Member Avatar for g2gayan

:) Hey , Im creating a small application to convert pendrives from [B]FAT[/B] format to [B]NTFS[/B] :| but i have a small problem.. [CODE] Process p = new Process(); string d = txtPath.Text.ToString(); d = d.Substring(0, 2); p.StartInfo = new ProcessStartInfo("cmd", "/c \"format '+ d' /fs:ntfs" ); p.Start(); p.Close(); [/CODE] …

Member Avatar for g2gayan
0
143
Member Avatar for g2gayan

:icon_lol: I have stated to write a C# program , now im sucked :icon_sad: I searched this over internet for long, but i ddint find out what i exactly need to my project.. Does anyone of you guys know to access cmd actions via c# ? it will be great …

Member Avatar for g2gayan
0
134
Member Avatar for jreddick82

I have a picture that I would like the plug at the end of the G grow when you mouse over it. I have tried making 3 images and am unable to make it work. Can anyone assist on what I can do? I am using CS4 to do this. …

Member Avatar for infinique
0
100
Member Avatar for g2gayan

Hello .. :) Im on ma way completing my C# project,, but i have a small issue .. let me tell you what it is /// since its complicated to send the whole image to a db i only the send the image name to the database ( table ) …

Member Avatar for g2gayan
0
199
Member Avatar for sunspirit

Hi everyone, Can someone help me to figure out how to stream music out from my website (like a radio) where the client just has the ip address (like streaming into itunes for example. I want to stream from my website continuously into secondlife. Thanks for any advice you can …

Member Avatar for g2gayan
0
52
Member Avatar for untitledking

Hey everybody I am doing an Earth Day video for a school project in flash, and I figured out the snow effect and I have it inserted into my video at frame "411". Now my problem is, I cant get it to stop at frame "453" I have tried the …

Member Avatar for g2gayan
0
72
Member Avatar for g2gayan

Hello,.. Im a New Guy to this forum and 1st of all;... Hi :twisted: im a newbie to c# programming as well ,,, anyway.. i have a huge issue .. here is what s going to happen.. [CODE] if (txtPath.Text != "") { FileInfo fn = new FileInfo(txtPath.Text); string p …

Member Avatar for g2gayan
0
361
Member Avatar for ddanbe

Drawing on a Form does not always happen when you want it. The Refresh() method of a control comes in handy here. See the following snippet and experiment by commenting out the Refresh. Start a new WindowsForm project. From the toolbox, add a Label, ProgressBar and Button control on the …

Member Avatar for g2gayan
1
3K
Member Avatar for g2gayan

:cool: Hey Guys,, I Created a preloader for my C# project to load a form :icon_redface: [CODE] public partial class frmLoading : Form { public frmLoading() { InitializeComponent(); } int z;//Variable for Progressbar Value frmLogin G2 = new frmLogin(); private void frmLoading_Load(object sender, EventArgs e) { this.timer1.Enabled = true; this.timer1.Interval …

-1
69
Member Avatar for BamaStangGuy

Anyone had someone design them a custom flash video player for their site? If so who did it and how much does it run? I am looking for someone to do this for me.

Member Avatar for rajarajan2017
0
198
Member Avatar for thuyson

i have a combobox ,three textbox and one button.when user choose one item in combobox, textboxes and press button,i want to filter corresponding data and show on datagridview! Please help me! Thank u so much!

Member Avatar for thuyson
0
80
Member Avatar for aarushik

hii frndz i m making a project on hospital management in c# n i made a form for doctor detail in which i have taken a picture box n now i want to save the detail of doctor with that picture in sql n also i made a button to …

Member Avatar for g2gayan
-1
82
Member Avatar for g2gayan

Hello, Does any 1 knows how to add a Image button to Visual studio 2008 ? i mean is their a special pluggin to do so because i need to create some onRollOver and And OnRollOut events too ... and at last.. how to insert a swf into a c# …

Member Avatar for kvprajapati
0
77
Member Avatar for sukhvir singh

could u please tell me about action script i wanna learn flash action script from where i can learn from begging please tell me..............

Member Avatar for g2gayan
0
86