Topics
-
- 1 reply
- 1.2k views
ok heres the thing... I am wanting (for reasons unknown) to write a program that first and formost will make telephone voice calls to home phones. This will later be expanded on to provide answer phone etc. but first i would like to create the core which makes the phone calls. then i will need to adapt this to receive calls also. The problem is i have no real idea where to start. any suggestions? Dill
Last reply by IngisKahn, -
-
- Administrators
- 8 replies
- 1.4k views
interface to cmd.exe Hey all, I'm trying to start and Application that opens the cmd.exe (hidden) and write and read from it. so far I seem to have fingered out the writing part! but reading the output and also the code to hide it doesn't work. can someone help with this (include is my test project I'm using for this) thanx in advance ApacheCompiler.zip
Last reply by jorge, -
-
-
- Leaders
- *Gurus*
- 30 replies
- 3k views
So? anyone?
Last reply by EFileTahi-A, -
-
-
- *Experts*
- 1 reply
- 1.4k views
Hello. I need someones help. I need to find the total of column 5 (Balance) in my listview control. the total should go in txtTotalValue.text BTW I have this...but its not working..(in red).. Private Sub frmSummary_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim lastName As String Dim count As Integer count = 0 For Each lastName In colLastName count += 1 Dim lviItem As New ListViewItem(lastName) lviItem.SubItems.Add(colFirstName.Item(count)) lviItem.SubItems.Add(colAccountNumber.Item(count)) lviItem.SubItems.Add(colAcc…
Last reply by DiverDan, -
-
-
- Administrators
- 3 replies
- 1.5k views
Hi, Can anyone give me some help with this issue? I have a ASP.NET web site with an access database. I want to be able to remotely add data to the website from a windows form application. I thought of creating a web service that I pass a dataset to which then updates the DB. Do all I need to do to get the web site and web service working is to copy the web srvice assembly to the web site bin folder and copy the asmx files to the root folder. I am obviously a novice at this. Any help appreciated Thanks
Last reply by rotsey, -
-
- 1 reply
- 1.5k views
hi, I need to use linklabel column in datagrid windows application without using any third party control. can any one help me out? Thanks, Smriti.
Last reply by Mothra, -
- 0 replies
- 1.2k views
Hi... 1- I have a global class (Manager) that is accessed as a Remoting singleton. 2- I also have a clients that can access the "Manager" and make requests for data. The problem is on this requesting process. I want to have a 'Request' function on the 'Client' that will place the request and retrieve the result. Everything works fine using Sync delegate... but this way, a 2nd request from another client won't be finished until the 1st one is processed. Using an Async delegate, I loose the ability to retrieve the result thru the same caller function!, the result will allway be null (nothing) because it will not wait for the response as the Sync does... So, I…
Last reply by AlexCode, -
-
- Leaders
- 1 reply
- 529 views
Hi, how do I read hexadecimal numbers from a file? Or better, how to type them to the file? I tried the System.Convert.ToUInt32( string) function but it failes for numbers like 0x12345678. Also, is there please anything like the C/C++ sscanf function? Thanks for replies
Last reply by snarfblam, -
-
- 1 reply
- 1.1k views
I am using asp.net 2.0 I keep getting the below errors I have a sub that looks at my gridview and then is supposed to update my database with the parameters below but I get these errors ... Value of type 'Decimal' cannot be converted to 'System.Web.UI.WebControls.Parameter'. for this line "dsoTithe.UpdateParameters.Item("@Titheparam") = CDec("@Titheup")" If I try iy this way dsoTithe.UpdateParameters.Item(CInt("@TRidparam") = CInt("@id")) Then I get "Property access must assign to the property or use its value." HEre is the rest of my code for this Sub Updatedb(ByVal sender As Object, ByVal e As EventArgs) Dim dgi As GridViewRow F…
Last reply by frankxcid, -
- 1 reply
- 1.1k views
@oldfullname = ISNULL(dbo.PatientProfile.[Last],'') + ', ' + isnull( dbo.PatientProfile.[First],'') AS fullname, --stuff after words The error it is giving me is error near AS statement
Last reply by frankxcid, -
- 1 reply
- 1k views
I got a service running in the background. It checks for xml files in a directory. Whenever a new file is present, the service validates the xml, and if the xml is valid, insert the data into a database. After a while of testing, I figured weird results randomly occur if i stop the service while it's working. This is actually what i expected, so I began a search on the web on how to prevent a service from stopping, before a loop is completed. Maybe it's my english, my way of using search engines or just me, but I could not find anything. Nothing about waiting till a loop is done before terminating the service. I though this was a quite "popular" subject... Any su…
Last reply by Loffen, -
-
- Administrators
- 7 replies
- 1.7k views
I told someone on some non-programming boards that I was doing a character generator (creates a character for a role playing game) in .Net primarily for the PC, but I wanted to make sure I keept it platform neutral because I would love to see how it worked on OSX. By platform neutral I mean I used XML for data storage rather than MS Access. They lamblasted me for being anti-OSX. I was so confused. Then they told me if I really wanted to create something cross platform I'd do it in Java. This confused the hell out of me because for the most part, something done for the PC won't work on OSX. This would. Then they went off on how none of them had the Mono Framework an…
Last reply by PlausiblyDamp, -
-
- 1 reply
- 942 views
Hi, Got my hands on this piece of javascript: <!-- Copyright 2004 Bontrager Connection, LLC // For additional information about this JavaScript // and how to use it, see the // "Displaying Number of Words Typed Into Form Fields" // article, linked from the archives at // from [url]http://willmaster.com/possibilities/archives/[/url] // The above note and the copyright line must remain with // this JavaScript source code. Comments below this // point in the code may be removed if desired. // // Customizing this JavaScript code requires specifying // eight values. // // Value One: // Specify the maximum numbe…
Last reply by PWNettle, -
-
- Moderators
- 6 replies
- 1.2k views
Hi, I installed Visual Studio .Net 2003 after formatting my computer and i cannot debug anything, i also have tried to show the debug processes in the tools option and nothing happens, well, visual studio doesn´t work. I can only run an application without debugging it. I tried to reinstall, uninstall, repair the installation, but those things don´t work. I don´t know what to do, knowing that the Visual Studio i had worked properly before formatting. Thanks in advance.
Last reply by carpe2, -
-
- 1 reply
- 804 views
I have 5 days until I need to teach a class in MultiThreading using VB.NET. I was wondering if any one had any ideals on resources I could use or study from. Particuliarly resources that have programming examples in VB.NET. Any help given is greatly appreciated.
Last reply by Diesel, -
-
- Administrators
- 43 replies
- 4.3k views
I'm working with VS.net. I know how to debug code-behind pages, but I dont know how to debug a user control. A User-control has to be compiled and put into the bin directory before using it in a webform. But if the user-control has a code-behind page, and if I want to debug this part of the code. How do I do that??? page.aspx: <%@ Register TagPrefix="val" Tagname="messageErreur" Src="controls/validators/messageErreur.ascx" %> <val:messageErreur id="valSum" runat="server"> </val:messageErreur> messageErreur.ascx contains a code-behind page that I want to debug with VS.net. I would appreciated your help a lot. That's the most important par…
Last reply by utilitaire, -
-
-
- Moderators
- 2 replies
- 803 views
Hello, I have made a simple windows service, sending mail, at a certain hour. I am using VB.NET. Unfortunatelly it does not work when I deploy it to a computer different from the one that is my Visual Studio on (the computer on which I have developed the service). It seems that everything is OK, I am starting it from "Services" in control panel, but it does not send any mail. I am installing the service by copying the bin and obj directories to the target computer, then running installutil from the bin directory. The install process passes without any errors. If you have any ideas, please help. Thanks, Aleksander
Last reply by Alex_bg, -
-
- 0 replies
- 1.9k views
I'm sending data to the mainframe using a CICS buffer in VB.NET and I need to figure out how to send it COMP-3 fields (packed data). Does anyone know how this might be done? Thanks in advance, Ben
Last reply by woklet, -
-
- Administrators
- 1 reply
- 2.4k views
Hi, i am using System.Xml.Serialization; how can i serialize an empty element output <something /> ? currently, after serialize an empty element, it wont show, only not null element wil be output. Please advise.
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 8 replies
- 1.2k views
I want to have a folder containing files - pdf's for argument's sake - that are only accessible to logged in users. So if someone typed: http://www.someurl.com/pdfs/mypdf.pdf They would get an access denied message. I could do this on Apache just using a .htaccess file in the folder. What's the IIS equivalent? Secondly I then need to display the file for logged in users using something like: http://www.someurl.com/showpdf.aspx?mypdf.pdf Again using PHP on Apache although the folder is secure to external users local files can access the folder and I simply use Readfile('filename'); to output the file to the browser (as well as some headers to tell the browse…
Last reply by PlausiblyDamp, -
-
Who's Online 0 Members, 0 Anonymous, 69 Guests (See full list)
- There are no registered users currently online