| Thread | Last Post | Replies |
|
| Can't open web project--access forbidden | 17 Feb 2005 13:40 GMT | 2 |
I probably asked this same question when I installed VS.NET on my last machine... What setting(s) do I need to change in order to open a web project? Currently I get "http/1.1 403 access forbidden" when trying to do so. And
|
| Reflection / Resource file issue | 17 Feb 2005 13:29 GMT | 4 |
I've been banging my head trying to figure out what I'm missing here. I downloaded a control that uses a stream derived from a bitmap file. What I can't seem to figure out is where it's getting its location for the bmp. Physically, it is located in a Resources\Images folder ...
|
| SQL Helper Class | 17 Feb 2005 13:03 GMT | 1 |
I'm using Microsoft Application Blocks in a project I'm working on. I now need to populate a single dataset, that consists of 2 tables. From what I've read, if I wasn't using MS Application Blocks, it would simply be
|
| Create build scripts for large .NET solutions | 17 Feb 2005 12:56 GMT | 4 |
Could anyone help me find an example of how to make a build script? We are several programmers, always someone new on the project that doesn't quite know the dependencies between assamblies. Do simplify I want to write and maintain a script that we could use to build
|
| How to retrieve a bitmap from a .resx file | 17 Feb 2005 11:37 GMT | 3 |
Visual Studio 2003 Windows XP SP2 Problem: I have lost my original xyz.bmp file. However it is still available in my app because they get copied into the
|
| Pattern Recognition | 17 Feb 2005 11:29 GMT | 5 |
This there a public program/algorithm that can tell me the key points of a text? For example I entered the following text: Web logs, or blogs, the online personal diaries where big names and no names
|
| calculating the height of a dynamically generated table | 17 Feb 2005 11:21 GMT | 3 |
I am created a table dynamically and I have wrapped it in a div tag so that the user can scroll the table horizontally ie I have added an overflow property to the div. I dont want the user to be able to scroll vertically so I need to set the height of the div at runtime based on ...
|
| Adding to a DataSet | 17 Feb 2005 09:31 GMT | 2 |
Since I cannot seem to find another group for posting ADO.Net questions, I'll ask here. I can create a query that will return a DataSet with one or more tables in it. Is it possible to execute a query and "add" a table to the
|
| Extracting a portion of a string | 17 Feb 2005 08:33 GMT | 3 |
I have some text where I need to extract some pieces from. The text will be in a format like this: a string description color="red" type="unknown" In the above example, I would be looking to extract the word "red".
|
| urgent HELP!!!! | 17 Feb 2005 06:45 GMT | 1 |
i need an urgent help regardin vs.net 2k3. I have been workin on .net for e past 2+ years. Recently i had installed it on ma laptop n was doin mobile,web and windows application developement wid ease. But suddenly since e past 2-3 weeks b4 wheneva i run an asp.net web ...
|
| Local Users on Windows XP | 17 Feb 2005 05:30 GMT | 2 |
My OS is Windows XP without any network, nor Active Directory. There are only a few local users. I am trying to list all my local users in a list box. Here is my code: string strMachine;
|
| Change CheckBox Check Color | 17 Feb 2005 04:06 GMT | 1 |
Does anyone know how to change the check color on a windows forms checkbox? Thanks!
|
| Halting and Debugging thread? | 17 Feb 2005 02:50 GMT | 3 |
I have three data processing routines which I want to run in threads so that they don’t clog up the UI. How can I halt execution of thread until prior thread completes successfully. Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As
|
| Web Form Control's Don't Show | 17 Feb 2005 02:13 GMT | 2 |
I'm in the process of learning how to create web applications using ASP.NET. The OS is XP Pro with IE6 SP2. I have IIS installed (which I think was done prior to installing Visual Studio.NET). I created a simple ASP Web Application consisting of 3 labels, 3 TextBoxes and 1 button ...
|
| Custom code generation like MainMenu? | 16 Feb 2005 23:48 GMT | 3 |
I am trying to make a Component that is aware of the Form that it is added to. I noticed that when you drop a MainMenu onto a form the designer generates the code. this.Menu = this.mainMenu1;
|