Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
Forum Post

Re: Sendind sms[C#]

You need to make use of WebRequest and WebResponse objects to call the below http API's. http://www.smsachariya.com/api.php ---------------------- If you need further assistance you may chat...
Forum Post

Re: Best data structure for the job...

some interesting information
Forum Post

XMl Config

Hello ;) I got a problem ... I have a XML-Config File for my C#-Programm and i want to store useable ports in it. So it looks like this:...
Forum Post

Re: Short simple question

Hi there, it may be the case that the text box control was created on another thread and that you will need to invoke it to allow it to change colour. If I am correct when you remove the try catch...
Forum Post

null reference exception was unhandled by user code

{ hiiii... i am new in this field.pls help me to solve this... error is showing here...hw to solve this string str= WebConfigurationManager.ConnectionStrings.ConnectionString;
Forum Post

Re: Needs help on basics of windows programming.

As with anything, there are multiple solutions so I'll suggest just one. I would think your best option is to use a .NET language, C# or VB, both similar, C# is slightly better but VB is slightly...
Forum Post

how to get web service values in client app

hi how can i view the the web service result in my client app? the web service is: public struct SecurityInfo { public string location; public string areacode; } public class...
Forum Post

Re: wtf is a project solution

I have never used SharpDevelop before, I use the Visual Studio version but if you made your project from scratch, or started a project, then you should have a project solution made for you...
Forum Post

passing variable to a button

hi everyone.. i am using windows application to get data from web service and according to the result an action will be taken for example if the result is 1 i will download a file and the name of...
Forum Post

Re: Pls help me with the solution of this program

using System; using System.IO; public class InsertTabs { private const int tabSize = 4; private const string usageText = "Usage: INSERTTABS inputfile.txt ,outputfile.txt"; public...
Forum Post

WCF: Problem with multiple requests to service

Hello. I have WCF that should serve few applications. trying to send series of requests worked fine. when trying to send to the same WCF from few threads I get errors: The HTTP request...
Forum Post

Re: writing custom files(with specific data structure)

Ok here is console apllication that will help you on how to handle binarywriter and how to go to the specified offset, you can play with it to get the idea. once the binaryfile created you can...
Forum Post

Re: writing custom files(with specific data structure)

why don't you use an xml instead to write the config file you want as i understand you wanna to keep it updated and only the fields that the user checked will be written so it so much easier in xml...
Forum Post

writing custom files(with specific data structure)

The real issue i have is writing the data so that it follows the structure needed. like: 3 byte header 20 byte string 20 byte string 20 byte string 4 bytes of null (00 in hex) etc. It...
Forum Post

Re: Error: not all code paths return a value

In your code there are several blocks so that only the the compiler scolding you so you simply return your string value at the end in your code only the catch block having return statement...
Forum Post

File Corrupt after Pwr Crash

Hi, I am trying to create a file that keeps status on my application and would provide a way to recover if the app hung or there was a power outage/crash. I was implementing a ping/pong type system...
Forum Post

Re: Multiple Classes with same functions in another file

From your description, I would re-think your solution. It sounds like your trying to make everything a class like class BigPerson; class LittlePerson; class ShortPerson; instead of just...
Forum Post

System.NullReferenceException: Object reference not set to an instance

This is the code: public static List getAmountOfRooms(int amount, int category, bool hideFull) { lock(roomInside) { List[] rooms =...
Forum Post

Re: Arrays

Thank you for your valuable response. It worked for me Marka Tescili
Forum Post

Multiple Classes with same functions in another file

Hello All I am a C programmer and I am starting to write new C# classes Each Class belong to a different program. Each class uses common code functions that are equal in all classes The...
1 2 3 4 5 6 16 26 36 46  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.