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.
Language
Platform
Any
License
Any
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...
some interesting information
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:...
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...
{
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;
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...
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...
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...
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...
using System;
using System.IO;
public class InsertTabs
{
private const int tabSize = 4;
private const string usageText = "Usage: INSERTTABS inputfile.txt ,outputfile.txt";
public...
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...
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...
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...
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...
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...
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...
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...
This is the code:
public static List getAmountOfRooms(int amount, int category, bool hideFull)
{
lock(roomInside)
{
List[] rooms =...
Thank you for your valuable response. It worked for me
Marka Tescili
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...