Dear All,
We seem to have a problem with one of our intranet servers - it does not seem to allow some internal users to connect to web pages, returning a 403 (forbidden) error when an attempt is made. This is despite the fact that the users in question are administrators on that server, and...
Dear All,
I'm trying to implement the ICollection(Of T) interface. This would be fairly straight forward, but for some reason there are two implementations of the GetEnumerator function:
'Returns an enumerator to the address...
Public Function GetEnumerator() _
As...
Hi Everyone,
I've got a small problem with an event that's raised by a threaded component that I've written. The component simply monitors whether a PDA is attached or removed from its cradle and then whether files are added or removed from the folder that is the common link between both PDA...
Dear All,
Bl°°dy Microsoft!
I've just been upgraded to VS.NET 2005, and I can't find the definitions for the controls! Where's it all gone? In 2003 the controls were defined and instantiated in the code itself - much easier to understand and manipulate. Now, it appears, Microsoft have...
Dear All,
Could anyone tell me what the, apparently unused, designerPlaceholderDeclaration is used for, please? Microsoft seem to want us to leave it intact, but I've tested code with it included and excluded, and it doesn't seem to make the slightest bit of difference...
Many thanks in...
Dear All,
I've just started using .NET to develop web apps, as previously I've only ever written code for Windows.
I don't want to fall into bad practice here, so I feel I must ask a few basic questions...
Firstly, is it good practice to embed HTML code in the (in this case VB) code that I'm...
Dear Admins,
Over the past few months most of my development time seems to have been taken up with PocketPC apps. Is there enough volume to warrant a new 'PocketPC/SmartPhone Forum'?
Also, the Shrug smilie seems to be missing.
Many thanks,
Paul.
Hi Guys,
It's been a while since I've been in here, but I've noticed a small bug with the odd banner at the top of the screen. One of the (I think it was Solarus) obscures the search drop-down. I don't know if this happens with them all, it only seems to be the Flash apps.
I use XP Pro SP2...
Dear All,
This is a solution, not a problem.
Over the past week I have been attempting to repair the connection between my PC and PDA so that I can deploy mobile apps to the PDA. You wouldn't believe how many sites I've been on to try and find the answer. Anyway, thanks to a gentleman by...
MonthCalendar and Context menu - RESOLVED
Dear All,
I've had a look over the net, and at the forum for this, but cannot find a way of doing this (though it may be fairly straight forward)...
When a user right-clicks (to bring up a context menu) on a date on the MonthCalendar control, I want...
Just a quick one...
If I declare an object as an argument for an expression in the form:
myVar = AnObject.Method(New MyClass())
Does the object finalise as soon as we drop out of the enclosing function/method?
Paul.
Dear All,
Because of the way my current app works I've used an interface to supply basic details between objects. Obviously the data is common to all and key to the execution of the system.
If an object implements the interface then is it possible to cast an interface variable to an...
Dear All,
I've been looking into the usage of the comparison interfaces over the past few days, as I need to sort and compare a particular class. My problem lies with the fact that, though I can compare the objects using the correct property, sorting requires the use of a different property...
Hi All,
I've written a control which displays information from a specific class in a similar (but not the same) manner as a TreeView. Originally I started by drawing out the control in the same way that I would with a webpage, but found this exceptionally slow. Now, I've loaded all data into...
Dear All,
I've written a class which obtains data from a database. When no data is obtained an exception is raised. Because of the structure of the class I've incorporated several Try/Catch blocks which feed exceptions back.
The class can be instantiated without arguments. This forces it...
Hi All,
I've got a TreeView on a form that populates a series of controls with appropriate data from an object contained within the node's tag property. One of the controls is a NumericUpDown that allows the user to specify the sort order of the data held within. What I want to happen is...
Dear All,
I have a serious affliction that I suspect a lot of you must suffer from ... I Never know when to stop developing! As strange as that may sound, I'm being absolutely serious!
For instance, because of the nature of a solution I'm working on at the moment, I have decided to implement...
Dear All,
I am presently modularising various sections of a project, turning them into compiled libraries on a central server. I then add these as references to other libraries.
Some of the libraries I have written access other libraries which access other libraries... (Hope I'm not loosing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.