| Thread | Last Post | Replies |
|
| A Rabbi, a priest and a duck walk into a bar.... | 23 Jan 2006 09:36 GMT | 1 |
....and they ask "Where is a working sample of an HTTP proxy in VB.Net?" The bartender didn't know....so we pass the question to you.....
|
| Problem with objects and automatic numbering in VB.NET | 23 Jan 2006 07:11 GMT | 6 |
I'm having a small problem using objects in VB.NET. I've created a class "Shop" and one of its properties is a number which I've named "intNumber" (Integer). I've created several objects of the class Shop and everythink works
|
| Help With Column Algorithm | 23 Jan 2006 00:06 GMT | 2 |
Hi all, I've written a function to return true or false if the value I supply to it is close to a predefined column: Private Function IsOnColumn(ByVal Position As Integer) As Boolean Const COLUMN_WIDTH As Integer = 100
|
| .NET 2.0: any problems? | 22 Jan 2006 23:59 GMT | 1 |
(sorry for my English, it's not my native language...) I am learning .NET 1.1. Some people suggested me installing .NET 2.0 instead. But a friend of mine told me that he uses .NET 2.0 and it has conflicts with some Microsoft's software.
|
| Web App vs Windows App | 22 Jan 2006 14:47 GMT | 3 |
I'm hoping to get a response from developers with experience in both developing applications for Windows and the Web using VS.NET2005. I'm looking for input as to why we would want to develop a web application versus a Windows Application. I know all the standard reasons,
|
| Convert Price.ToString("C2") to decimal again? | 21 Jan 2006 21:21 GMT | 1 |
Suppose decimal Price contains 12,3. Price.ToString("C2") gives 12,30 ? (yes, I'm located in Europe). What would be the best way to convert this string to a decimal again? Steven
|
| sending mouse events to other applications' windows in .net/c# | 21 Jan 2006 20:37 GMT | 1 |
I am trying to figure out if it is possible to send mouse events (or any other windows events) to windows that don't belong to the current application. I am trying to do this in C# using Visual Studio 2005.
|
| Exception Logging With Visual Studio 2005 | 21 Jan 2006 18:34 GMT | 3 |
I am currently making the transition from Visual Studio .NET 2003 to Visual Studio 2005, and I am looking for suggestions regarding how to implement an exception logging scheme. In my previous projects, I was using log4net (with varying degrees of
|
| how do i install IIS 6.0 | 21 Jan 2006 17:10 GMT | 2 |
I am a beginner programmer in visual basic.Net and can't create ASP.NET applications because i do not have IIS 6.0. Upon installing visual basic.NET i recall it saying something about IIS 6.0 but when i clicked on it i got and error saying file was not found.
|
| Help on formatting ? | 21 Jan 2006 15:04 GMT | 2 |
I have an ASP.NET 1.1 application which show data collected from an sql database inside a datagrid bind to a dataset which contains all data retrive. I need to display ki^nd of printable version of the grid on a page in which I need to format the data from that dataset on the page ...
|
| problem while working with fixed length strings in Vb.Net | 21 Jan 2006 13:36 GMT | 1 |
I have a problem while working with fixed length stings in Vb.net The problem is, when I call a Function FormInfo to return a FormName, which is a string value, it is returning some numeric value (might be an internally generated UniqueID required for that COM).
|
| Copy File progress... | 21 Jan 2006 12:36 GMT | 4 |
Usig VB .NET 2003, I'm writing a simple app that copies 1 or more files. Requiremtns state that I need two progress bars one for current file copy progress and one for overall progress. My problem is that I'm not sure how to obtain progress about a file as it is
|
| how do i correctly impl GetHashCode for syntactically equal object | 21 Jan 2006 12:33 GMT | 1 |
I have some business objects which overrides Equals to provide syntax equality instead of just reference equality. Overriding equals gives me a warning that i must override GetHashcode(). Msdn says this about implementing hashcode:
|
| stored procedure 'dbo.aspnet_CheckSchemaVersion' | 21 Jan 2006 04:55 GMT | 1 |
I took Microsoft course 3201B (Developing Microsoft ASP.NET 2.0 Web Application). I installed the CD that comes with the course material. When I tried to run the solution for module 8 - Implementing ASP.NET Security, I got error:
|
| Bitwise operations | 20 Jan 2006 22:20 GMT | 4 |
Gang, I always get confused when it comes to 1's and 0's. I would like to perform a bitwise operation on a value based on checked boxes. Am I doing this right?
|