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
Any
Platform
License
Any
We have combobox column in datagrid. I want to access combobox in CellEnter event of datagrid, based on colindex and rowindex I can get cell but how can I access combobox in that particular cell in...
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
I got the same error:
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission...
Hi,
You might want to try this peace of code I came across. It'll find the object by string/name and return the object which you can iterate through if you need.
Private Function...
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;
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...
gr1d.org is an persistent multiplayer online programming RPG set in a near-future fantasy world.
You write programs in any .NET language, and your character deploys these programs to gain...
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...
Try the following. Place a Textbox on Form1 and one on Form2. A button on Form1 and add the following code to the button of Form1
Public Class Form1
Private Sub btnTestButton1_Click(ByVal...