| Thread | Last Post | Replies |
|
| Array copy. | 30 Jun 2006 20:16 GMT | 3 |
I am doing the below code. for (int n = 0; n < 1000; n++) buffer[n] = data[FrameNumber, n]; Here, buffer is one dimension int array and data is two dimensions array.
|
| .Net and Task Manager Memory | 30 Jun 2006 20:15 GMT | 1 |
Currently I am generating a GUI program. When I first run the program the memory is 80megs (viewed in the processes in the task manager). If I minimize it reduces to 3megs. Then maximize it increases to 12. Could anyone explain this to me? and maybe suggest a way to reducing ...
|
| DropDownListBox: I want to 'limit to list' | 30 Jun 2006 18:25 GMT | 1 |
I don't want the users to type in any new items but select only what is on the list. Here's my code to load the ASP:DropDownList: '----------------------------------------------------------------------------
|
| Windows Service - Out of memory | 30 Jun 2006 13:14 GMT | 1 |
I have created a windows service using vb.net which uses a filesystemwatcher to monitoe files in a specifc directory, if images are added to the directory they are resized and saved in a remote directory. The original file is then backed up and deleted from the image directory.
|
| Using Code to Call an exe - then get the status back? | 30 Jun 2006 11:12 GMT | 1 |
I need to make a scheduling service that will call an exe file. As I understand it, the exe can return a status code from its Main method. My question is, how do I programmatically: a. Call the exe
|
| Remote development advice | 30 Jun 2006 10:31 GMT | 1 |
My friend and I are entrusted to develop a small web based application using ASP and SQL Server database. We are using IIS as the web server. My friend has some background in web programming and I unfortunately have none, so I am taking the role of database designer and application
|
| MSDE Configuration on Windows XP | 30 Jun 2006 09:45 GMT | 3 |
I'm having problems trying to configure MSDE on Windows XP home edition. I think I've followed the advice on kb 841252. I've added the sqlserver.exe file to the Windows Firewall allowables, I've also enabled SQL Server port on the McAfee Firewall (incoming and outgoing port 1433) ...
|
| Printer Command | 30 Jun 2006 07:37 GMT | 1 |
We are upgrading one of our apps from VB6 to VS2005(VB). Barcode printing is part of the app. What we used to do is send the printer command directly to the printer. Printer.print {long printer command} would work. Since that doesn't exist anymore, how do we go about sending this ...
|
| installing VS .Net 2.0 side by side with VS 1.1 | 30 Jun 2006 00:24 GMT | 2 |
Hi Folks, Just to mention, I haven't got a problem, I haven't done this yet , but I'd like to check up front. I've got Windows XP professional svc pack 2.0 and all the latest updates
|
| How to have .net code call pager or phone | 29 Jun 2006 22:35 GMT | 2 |
I need to code in a web service call a pager and/or a phone and leave a automated message as an alert when certain events occur. I don't even know where to start with this or if its possible. I also need to have an answer on this ASAP to respond to a client. Can anyone advise ...
|
| XML Serialization or XMLReader for binary object in VB.NET??? | 29 Jun 2006 21:36 GMT | 2 |
Most of the examples I've seen with XMLReaders, serialization, etc,. involve a text file on a file system. Does anybody have a start to finish VB.NET example of reading an XML Document object (binary) and parsing it? The object I'm receiving is w3c compliant. I have
|
| Referencing Controls in DataList | 29 Jun 2006 20:51 GMT | 1 |
I would like to do something like this page: http://www.stocklayouts.com/Products/Postcard/Postcard-Template-Design-Library.a spx?kwid=38 Notice when you mouse-over any of the icons under each thumbnail, a little description will appear to tell you what the icon is for.
|
| VB.NET Service + Out of memory | 29 Jun 2006 19:37 GMT | 5 |
I have a vb.net service which copies images and resizes images from a local directory to a remote one. When I drop images into the local directory I get an out of memory error after several images - the exception is on the following line.
|
| how to convert non-ISO extended-ASCII to ISO ascii | 29 Jun 2006 18:53 GMT | 1 |
I have a file with non-ISO extended-ASCII format, but my program only reads ISO ascii characters. How to do? thx
|
| Regular Expression help - Extract links from certain tag | 29 Jun 2006 18:38 GMT | 1 |
I was wondering if someone could help me out with the following requirements <mydocument> <div id="other">
|