| Thread | Last Post | Replies |
|
| find out the DLL version | 15 Feb 2007 15:10 GMT | 3 |
How can I find out the version of a DLL, if it was done with VS2005 or VS2003?
|
| regular expressions - within the brackets | 15 Feb 2007 15:08 GMT | 3 |
Not sure this is the group I should ask my question. I have this string: [[_src|_alternate]] and I would like to have a RegEx pattern to replace it with: <a href="_src">_alternate<a/> (wiki way)
|
| Book Recommendation | 15 Feb 2007 14:52 GMT | 7 |
I'm trying to use Visual Basic Express 2005 and it appears I have to learn VB.net. (I have a little experience with VB 4). The Balena book "Programming VB.NET ver. 2003 looks the most interesting to me but it might be out-of-date with the 2005 software. Suggestions?
|
| MySQL connection string in MySQL | 15 Feb 2007 14:29 GMT | 1 |
Hello Friend, I am new guy to ASP.NET. I have created a database in mysql with name emp and table also name with emp.
|
| Deserialization With XML Elements That Contain HTML | 15 Feb 2007 11:39 GMT | 3 |
I was wondering if there is a way to have the contents of an XML element that contains HTML to be deserialized into the cooresponding string property without the HTML tags being surronded by CDATA? <?xml version="1.0" encoding="UTF-8" ?>
|
| VB.Net Web Services? | 15 Feb 2007 10:46 GMT | 2 |
I apologise if I am posting this in the wrong area. My problem is - I have a project to complete which will allow our database to intigrate with another company's database via web services using WSDL, SOAP and XML. All my coding experience is in VB6. I have
|
| Why are ASP.net hosts so tight with disk space? | 15 Feb 2007 10:24 GMT | 3 |
Maybe I'm overgeneralizing--and correct me if I am--but why does it seem that ASP.net web hosts are so tight when it comes to disk storage space? I'm OK paying more for ASP.net hosting, as I understand the costs involved over LAMP hosting, but isn't a hard drive a hard drive? I'm ...
|
| Storing generic list in variable??? | 15 Feb 2007 09:01 GMT | 3 |
I am working with generic lists of various objects and a control dealing with these lists. For instance: A parent form holds: dim Walls as List(Of wall)
|
| Posting | 15 Feb 2007 07:56 GMT | 3 |
I post a question and can't find it I posted on Windows vista under General Discussions, can any body help (I am very new at this)
 Signature Silver Araiza
|
| Querying Active Directory | 15 Feb 2007 03:02 GMT | 1 |
To all, Is there a way to query all the objects in active directory within SQL Query analyzer? I really like to write my own sql statements before putting them into a sqlstr function within my vb.net code.
|
| .net resource files question... | 14 Feb 2007 23:41 GMT | 7 |
...quick question for anyone who might have some experience with .net resource files in VS 2003. I have an application that is not localized, but I would still like to be able to place all of the images that are used for icons across all of the
|
| Window location | 14 Feb 2007 19:28 GMT | 2 |
Using VB.net how do I find the location of a window being displayed by another unmanaged application?
 Signature Best Regards
|
| error code 0x80004005 | 14 Feb 2007 19:13 GMT | 2 |
I just installed xp professional last night from windows ME and a short time later when I was updating my computer at microsoft update, it froze up. I shut it down, started it back up and when it asked me for my password to log in, I got a message saying:"A problem is preventing ...
|
| __box (); ... | 14 Feb 2007 15:05 GMT | 2 |
I would be pleased if you could help me. Can anybody tell me what is __box() and why we should use it?
|
| Insert controls into output HTML (DotNetNuke style) | 14 Feb 2007 15:04 GMT | 1 |
I am trying to get a control to insert into the HTML content for a page which comes from our database. At the point I have a tag for the component I want to add which is contained inside the HTML. I have tried to insert the control into a placeholder with no joy. I want to have ...
|