Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K

23 Posted Topics

Member Avatar for "ICode"

i dont know if im suppose to post it here or in the C# form, but since im using it in a ASP.NET projet ... i'll write it here. how can i send an SMS from a PC to a phone, and in details please, explaining EVERY step thanks you. …

Member Avatar for anand9796
0
2K
Member Avatar for Jerrell

does this only happen while the OS is running, or does it happen during boot up. i.e. pressing F2 F10 F12 ..etc. to test this .. before starting windows, ... , press F8, and choose Start windows normally. keep on doing that to see if its from the OS or …

Member Avatar for jingda
0
409
Member Avatar for "ICode"

Hello there, i was wondering how to create a dynamic background with C# - WPF. i need to know how to create shapes with colours (could be glowing or something) and make then move smoothly. I also want it to be rich and appealing. E.G: Sony Ericssons Media Player. could …

0
84
Member Avatar for aleli

you can use disk cleanup (an app that comes with windows OS) There are a number of different file categories that Disk Cleanup targets when performing the initial disk analysis: -Compression of old files -Temporary Internet files -Temporary Windows file -Downloaded Program files -Recycle Bin -Removal of unused applications or …

Member Avatar for CeeB
0
199
Member Avatar for "ICode"

hi all, ---put in mind that im doing an ASP.NET website.... i made a DB using VS2010 (installed SQL server 2008 with the VS 2010 installation). the DB is in the App_Data folder. in the default.aspx.cs file i wrote this [CODE] Sqlconnection con = new sqlconnection(); con.connection = "server=.\\SQLEXPRESS;AttachdbFile=|DataDirectory|\\Database.mdf;Database=Database;Trusted=true;" [/CODE] …

Member Avatar for Momerath
0
948
Member Avatar for "ICode"

hi, im creating an ASP.NET page using C# and want it to send messages to certain people. i looked at some websites, like clickatell.com and intellisoftware.com but they don't met the requirements. clickatell block my country, and intellisoftware don't cover all the networks. so is there some other web services …

Member Avatar for "ICode"
0
131
Member Avatar for "ICode"

hi, im creating an ASP.NET page using C# and want it to send messages to certain people. i looked at some websites, like clickatell.com and intellisoftware.com but they don't met the requirements. clickatell block my country, and intellisoftware don't cover all the networks. so is there some other web services …

Member Avatar for "ICode"
0
148
Member Avatar for Ash Abe Add

well check your startup programs, on msconfig. disable sme unnessasary processes, and if it doesnt go away, disable other processes and see where the problem's from. another method is to end the process, then start it, and see what you did that makes msmpeng.exe take up alot of CPU speed. …

Member Avatar for pnky_14
0
108
Member Avatar for oldetimer

people are hiring younger people right now ... belive me, i know ... but when it comes to programming, i really doubt theres an age limit, as long as you're sane, and you are talented in programming, then its you and your luck ... C# is a very good language …

Member Avatar for alc6379
0
126
Member Avatar for beep

if it told you to chkdsk then i think you should. im using win7 but this (the following) might be available on win vista ... -go to control panel -go to system and security -go to troubleshoot common computer problems (thats whats written on win7 and its under ACTION CENTER …

Member Avatar for "ICode"
0
318
Member Avatar for Phil++

the problem is ... in the main function, a,b,c,d,e,f arent defined, so theres an error. if you want to use the a,b,c,d,e,f varibales that were defined in the first function (fileOpen()) then you need to define it outside the function but inside the class i.e. [CODE]class MainClass { // create …

Member Avatar for nick.crane
0
169
Member Avatar for boy33

well ... i just started using linux, and i installed Red-Hat, but i dnt think that there and big difference between fedora and Red-Hat in the set up (but they give you the same functionality). when installing a linux OS, u need 3 things when it comes to the HDD …

Member Avatar for "ICode"
0
139
Member Avatar for Durelli_tyres

hello Durelli, you use the start command. in this format ... >>>start "" "C:\Program Files\Internet Explorer\iexplore.exe" start command then -> "" <-- which is the title, and MUST be included. here the title is blank, then write the full path within quotes or if your already in the folder where …

Member Avatar for "ICode"
0
141
Member Avatar for dineshcbe

check this out -->[URL="http://bytes.com/topic/net/answers/867162-reading-email-c-net"]http://bytes.com/topic/net/answers/867162-reading-email-c-net[/URL] mark solved, if solved

Member Avatar for "ICode"
0
70
Member Avatar for empyrean

all u have to do is call the function ... i.e. add this line ... dataGrid_CellEditEnding(sender, e); ----------------- and thats it, the funtion will be fired! (mark as solved if solved)

Member Avatar for "ICode"
0
157
Member Avatar for tabacon

well, Google Chrome, and Opera use the IE settings. but firefox has its own (and so does the other programs .. i.e. bitcomet, McAfee, etc ...) so thats y it works with firefox and not IE n Chrome. you need to change the setting of IE to equal that of …

Member Avatar for "ICode"
0
242
Member Avatar for "ICode"

i made a web service that returns the name of the images in a file and returns the array of string with the file name with its folder name attached to it i.e. "pictures/image1.jpg". the client takes the url and adds it to the string i.e "http://localhost:3323/pictures/image1.jpg". The images is …

Member Avatar for kvprajapati
0
180
Member Avatar for Jimingle10

assuming that ur able to do [B]The Sieve of Eratosthenes[/B], ....to hide/grey-out a button this is what you do: button1.hide(); that will hide the button.....but in order to see if the button has a certain prime number you will have MANY if statments...(approx 102). Each one will do the following...: …

Member Avatar for newenglandguy
0
861
Member Avatar for yanw

Im in uni right now...and cuz they're moving so slow, i've decided to go ahead and read other languages... the first programming language i learnt was python. and i must admit, its a good language to learn at first. but it has its ups and downs: ups: it'll show you …

Member Avatar for BanneyHill
0
321
Member Avatar for "ICode"

These days, as we all know, graphics is probably the most important thing. I made a program using C# and the only graphics im using is that of WFA, but i want to apply EXTREME graphics to it, like that of windows media center, or something like that. What would …

Member Avatar for "ICode"
0
331
Member Avatar for charqus

I've used richtextbox a little bit, and well u can use richtextbox1.Select(7,12) (or whatever), but sometimes you wouldn't know where it ism so u could search the whole text thats in the richtextbox for the word your looking for,,,,and i wrote "Francais".Length, just incase its a variable, not a constant …

Member Avatar for "ICode"
0
118
Member Avatar for khan17

[code] private void button1(object sender, EventArgs e) { .......//ur button1 code button2(sender, e); //calls button2 } private void button2(object sender, EventArgs e) { .......//ur button 2 code } [/code] This will call the button2 function Its as if you have pressed the actual button.

Member Avatar for khan17
0
2K
Member Avatar for gladiator1919

System.Diagnostics.Process.Start() will open anything(thats valid), in its default application. but if u want to know the type of the file, u will have to get the extention of the file -- System.IO.Path.GetExtension(string Path) .doc = document .mp3 = .... well u can figure out what im sayin

Member Avatar for gladiator1919
0
242

The End.