Text To Decimal is not valid? Please help
The comments in the code explains what i am trying to achieve, however i keep getting an error which is Conversion From String "06:18" to type Decimal Is Not Valid. Any help will be much appreciated....
View ArticleGetting Active Directory error '80070005' access denied error
IÂ’m trying to update a user account on active directory(Ldap server) using classic ASP code. I get an error saying Active Directory error '80070005' Access Denied But the user account that IÂ’m using in...
View Articlec# buttons don't work
Hi. I have a code which should allow for images to open in the form in c# but buttons 3 and 5 aren't working for some reason and I can't find the problem. The code executes ok, but when I press the...
View Articlerecord live events (videos) on a website
I want to create a website that someone stays at an end and broadcast his/her events to certain people with his webcam on while others too view it live. I have browsed through the internet for days but...
View ArticleHow to take screen shot of full page in C#.net
Hi, I have a web-page, height and width of page exceed the screen size of my display device. I want to take screen shot or print it in pdf of that web-page with that hidden portion too using C#.net. I...
View Articlequestion on calculations in access
how do i insert calculation in microsoft access database especially when a new figure is inserted it automatically changes the figure.
View Article2D game development from scratch...
Good day everyone, I'm an engineer recently graduated in space engineering, and i decided to start the development of a videogame with a group of friends. I'm not new to programming in general (as i...
View ArticleProblem in checking empty point
Please someone help me . I want a picturebox to move form one point to another point (Drag n Drop) and I want to know how to check whether the point is empty or not. if empty movable otherwise move to...
View ArticleWhy antivirus always detects virus?
I have a question - every time I build program and run it antivirus detects virus, why? Is it possible to create program which won't be virus? Ps. My antivirus : Avast
View ArticlesgmlReader - why is my query finding no results
I'm trying to query an SGML file with sgmlReader, but the query is not finding any results. The code I have is: string[] projectFiles = Directory.GetFiles(path, typeExtention,...
View ArticleGet data when Web Service returns array
Hey Gang, I'm consuming a web service and all seems to be working well. However, I came across one element that returns an array of objects instead of a single object. I'm not quite grasping what I...
View ArticleCant see why this doesnt work?
public String AccountNameFinder(LinkList AccountList,int AccountNum1) { String PassBackName = "No Name"; //for loop wont work for( LinkNode<E> n = head; n != null; n=n.next ) { Account p =...
View Articleslick - tile map and double buffering
Hello, few questions here.. I found a kool tilemap on yahoo images.. it has a bunch of images all in one image, but my problem is i do not know how to use that image and get them usable to make a map....
View ArticleRetrieve MAC address of host from ip, need help.
hey guys im working with some raw networking in C++ here and i have to retrieve the mac address of a remote target that i have the ip of, i am trying to use the SendARP function but i am only receiving...
View ArticleRecording sound and sending it in a UDP datagram
I am trying to record a simple sound bite from a microphone and send it to another computer via a UDP datagram using socket programming. I have all three components developed (the server and client,...
View ArticleServer -Client Connection
Hello everyone, I am trying to make a java application in which there are two classes -Server and Client. But these are not connecting.Here are the codes : package javaapplication5; import java.io.*;...
View ArticleAsterisk communication
Hi guys I designed a Andon monitoring system for the company I work for. I am trying to figure out how to dial out using an Asterisk server to our pa system ext 600. I am using source forge astconman...
View ArticleAsterisk communication
Hi guys I designed a Andon monitoring system for the company I work for. I am trying to figure out how to dial out using an Asterisk server to our pa system ext 600. I am using source forge astconman...
View ArticleHow to create .bin files for FTP Process?
This may not be THE forum that this belongs in, and if so, apologies! I'm working on a Console Application that processes data from a Database View into a pipe "|" delimited file and then FTP's this...
View Article