| Thread | Last Post | Replies |
|
| developer question on filder cleanup | 09 Jan 2006 18:02 GMT | 2 |
This is sort of a developer question. I am cleaning up a project by searching for "obj" in windows explorer search window. It shows many obj folders. I can delete them one at a time in the search results but if I select more than one I get "Cannot delete file: Cannot read from ...
|
| workaround: hiding tabpages on a tabcontrol | 09 Jan 2006 17:11 GMT | 2 |
Although lots of people described how to workaround the lack of ability to hide and show tab pages on a tab control, I couldnt find a code example so I made one. Create a class that inherits from the tabcontrol and then add the following
|
| Installshield Error 1931 | 09 Jan 2006 15:58 GMT | 1 |
After I used installshield to pack my program, then I tried to install the program into other computers such as window XP, window 2000. It shows the following error: Error 1931. The Windows Installer service cannot update the system file
|
| How can i disable Settings written to the app.config? | 09 Jan 2006 14:50 GMT | 3 |
At first, I was trying to encrypt ConnectionStrings in my app.config and still be able to modify my datasets. So, i had to modify the Settings.Designer.cs file to handle the decryption aspect in the GET properties. This works great to run the application but there are two
|
| Non_CLS compliant variables? | 09 Jan 2006 09:52 GMT | 1 |
I just upgraded from VS2003 to VS2005 (VB.NET apps) an I get a number of warnings "Name "..." is not CLS_Compliant". All the corresponding "faulty" code is in DataSet1.Designer.vb, wich is automatically generated code associated to some of my Data Adapters at design time. So I ...
|
| Object Expected error | 09 Jan 2006 09:02 GMT | 4 |
I am trying to replace my alert message box with a popup page. In my page behind, Response.Write("<script> alert('" & MyMsg & "') </script>") is working fine.
|
| Return a strong typed Dataset from a WebService to my Client? | 08 Jan 2006 23:01 GMT | 1 |
I have a windows CE application, talking to a C# WebService. In the WebService project I have created a dataset (dsJobList), and there is a web method in there which returns a fully loaded dsJobList dataset to the client, which in this case is a windows CE device.
|
| ASP.NET Persisting dynamically created validation controls across postback | 08 Jan 2006 20:32 GMT | 1 |
I have an asp.net web application written in C# which creates a datasource consisting of a Name and a list of permissable Values. This datasource is then bound to a simple repeater, the Name being bound to a label and the Values being bound to a DropDownList. All works fine.
|
| RTF2PDF | 08 Jan 2006 20:13 GMT | 3 |
general question in general group. Can someone help me to find a dll that converts RTF (generated by word) to PDF without word or acrobat installed? It is for a tool that generates RTF (templates from word) and converts them
|
| wanting to program MFC, not forms (vc++ 2003) | 08 Jan 2006 13:35 GMT | 2 |
I am an experienced c++ programmer and I have done most of my c++ programming with .net as console or directx programs. I want to learn windows programming and make quality applications going beyond what forms can do, so I'm thinking MFC - does anyone know of good tutorials
|
| send a word document through POST using VB .net 2005 | 07 Jan 2006 21:22 GMT | 10 |
Hey guys, I have a question for you, I have a setup where I'm sending files through the POST to a php web page, I read the file contents, put that file contents as text into the POST string, and send it on it's way.
|
| .Net 2.0 - Webbrowser control flickering on resize.... | 07 Jan 2006 20:33 GMT | 5 |
Has anyone seen a fix for the flickering effect you get when resizing a Webbrowser control? It's really irritating and doesn't make for a professional-looking application.
|
| LDAP Directory Searches | 07 Jan 2006 19:26 GMT | 1 |
I've written sone C# classes to search the active directory for users - see code below. The code works fine but is very slow when I'm iterating through the directory and getting the attributes via the Properties collection.
|
| using Ishellfolder in vb.net 2005 | 07 Jan 2006 17:45 GMT | 2 |
Does anyone can suggest a good webpage or site, where I could read about how to use IShellFolder interface in vb .net ? E.g., I have added reference to IShellFolderEx_TLB.dll, but what next? How to pass ITEMIDLIST structures
|
| How to detecting a redirect or a 404 status | 07 Jan 2006 16:12 GMT | 4 |
I am trying to figure whether a page exist in the server or not without parsing the document for a 404 or a for a "error". I am using the webbrower control. Does that return a status code of some sort to indicate if a page did indeed exist?
|