| Thread | Last Post | Replies |
|
| REG_EXPAND_SZ | 24 Oct 2005 04:23 GMT | 4 |
Is there a way in VB.NET to work with this type of registry key? One of our software providers uses this for a directory entry. There installer that creates the entry when a user runs is is very buggy. I am working on a .NET app that can create the necessarry registry keys and ...
|
| Persisiting the call stack / heap etc. | 23 Oct 2005 18:10 GMT | 5 |
Is it possible somehow to persist the call stack, heap, program data...everything. Then at a later time load it again and continue work. The idea is actually to send it all over network in a pervasive research project, so that one program can be used on one computer and ...
|
| HTML Input File, default folder | 23 Oct 2005 13:17 GMT | 1 |
I'm using an HTML Input File control on a .Net page and when the Browse button is clicked the file dialog opens at the end user's hard drive. They want this to default to a server share. Is there any way to control where the file dialog opens?
|
| Mapping UNC Path to local path | 23 Oct 2005 13:16 GMT | 1 |
I get a UNC path input from user. I need to map local path to this UNC path and vice versa Is there any simple way to do it in .NET?
|
| Databinding multiple lines in a textbox | 23 Oct 2005 10:45 GMT | 1 |
I am trying to bind a richtextbox to a dataset, but i want the column in the dataset to display in the textbox, with each row on a different line. Can I do this? How Thanks
|
| BUG: Web Services & Polymorphism | 22 Oct 2005 18:33 GMT | 3 |
This is a definite and reproduceable bug in Web Services, Visual Studio 2003. Here is a simple example. Create a web service... // this represents an original version of an object class ObjectV1 { ... } // holds some arbitrary data
|
| Impersonate.. | 22 Oct 2005 18:17 GMT | 3 |
I know ASP.NET Forms Auth. do not protect files that are not ASP.NET other files and I want to protect *.* in a folder. so, IIS IIS mapping is not an option, because i would have to create a map for each possible file in the world...
|
| Completely lost please help | 22 Oct 2005 18:12 GMT | 2 |
I am working with an application which is based on .net framework, and comes with an SDK. I've installed MS VB 2005 express edition. it seems to open most of the files in the sdk, but it gives some errors
|
| Database Design | 22 Oct 2005 18:10 GMT | 5 |
I am not so experienced in database design and in my job now I have to design a database for publications. The problem is the design should be worked out as soon as possible.:( The publication database should contain the following details:
|
| 2nd best ad I've seen in a long time... | 22 Oct 2005 17:49 GMT | 4 |
http://www.w2knews.com/HMASM/051024FA-Lift
|
| Updating attributes in LDAP/Active Directory | 22 Oct 2005 14:18 GMT | 4 |
Hello. I am trying to update attributes in LDAP/Active directory from my application that is written in VB.NET. I am using Directory Services to do so. I do not get any errors during the execution of the code but directory is not being updated. I think it has something to do ...
|
| Using a structure as a hashtable key | 22 Oct 2005 07:52 GMT | 4 |
I am wondering if there is any problems with using a structure (contains 2 strings and 1 datetime) as a key to a hashtable. I have created one without overriding the gethashcode or equals functions and it seems to work. However i am not sure if occasionally this can cause a ...
|
| Programmatically changing the title of a form/listbox/datagrid | 22 Oct 2005 04:19 GMT | 3 |
How can I change the title of my form, based on a value of a textbox on the form? And in what I assume is a similar question, how can I have the caption, or even column header in a datagrid select it's title based on a value on the
|
| Converting From Julian to Gregorian DateTime | 21 Oct 2005 23:40 GMT | 3 |
I am trying to convert from Julian to Gregorian data in C#. I was exploring teh JulianCalendar and Gregorian calendar classes but still not sure how I can do it. For example, the Julian date is 100033 and I know that it is 2/2/2000 in Gregorian.
|
| Help with indirect reference problem | 21 Oct 2005 23:19 GMT | 2 |
We are using VB.NET (VS2K3), sitting on VSS6. I have sorted out a configuration problem that was preventing us from building from scratch for new developers, but now I am having a very odd references problem. Here is the scoop. I will make this brief, and if more info is needed
|