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

access combobox in cellEnter event of datagrid

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...
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

Re: Getting error while deploying mvc asp.net application

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...
Forum Post

Re: List of ALL Controls in PROJECT - VB.net

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...
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

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

Play-testers for online programming RPG

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...
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: I'm trying to pass Data from one form into a Textbox

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...
1 2 3 4 5 6 16 26 36 46 56 66  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.