| Thread | Last Post | Replies |
|
| Project forms resize when moving between 2 PC's | 07 Jan 2004 11:54 GMT | 4 |
I develop on my laptop and my desktop. When I open my VB.NET project on my desktop after I've been working with it on my laptop the form sizes are bigger and the controls are bigger and their postions have changed. Everyone has said to develop at the same resolution and make
|
| Two VS versions on the same machine? | 07 Jan 2004 05:00 GMT | 2 |
I recently installed VS 2003. I guess expected that this would upgrade my previous installation of VS NET. But evidently it's just a separate program. I haven't seen any big issues with having the old version around, but it
|
| LNK1104 open file 'LIBCMT.LIB' | 07 Jan 2004 04:10 GMT | 3 |
>I'm new to vs.net and compiling simple programs when trying to link the .obj file the linker is throwing this error.
>This is simple example, all my programs are throwing this linker error. |
| create a class dynamicaly at run-time? | 06 Jan 2004 16:32 GMT | 1 |
How to create a class dynamicaly at run-time? Some documentations in MSDN say that it is feasible using the class "TypeBuilder",but I don't know how to do. Is there anyone who can help me? Sample code is
|
| app.exe.config disappears when I build my solution | 06 Jan 2004 12:12 GMT | 2 |
I've created an app.exe.config file and placed it in the solutions \bin folder. I'm using this file to hold tracelevel switches but when I build the solution the build operation deletes the file, Help ???
|
| BC30451: Name 'DirectoryEntry' is not declared | 06 Jan 2004 06:40 GMT | 1 |
I am new with ASP.NET. I use VS 2003 and setup a VB project with ASP.NET web application. I create a page that I would like to retrieve AD user's info. However, I am not able to get 'DirectoryEntry' to work. Here is the error message:
|
| stop VS modifying html | 05 Jan 2004 22:53 GMT | 2 |
How do I stop VS.Net modifying layout tables automatically? I want my main layout table to be autostretch (which I modify manually), however VS keeps putting in fixed widths, which I do not want!
|
| Asp.Net | 05 Jan 2004 21:37 GMT | 1 |
I'm running w2k pro with VB.Net2003 Academic for a college course. We are starting web application programming. When I try to create a ASP.Net Web application template in vb.net, I got "No web server detected at this url". The
|
| Need Help pls | 05 Jan 2004 19:10 GMT | 1 |
Hi Friends I am deploying one Windows Application in VB.net to target computer having Windows XP as operting system. In my application I have two crystal reports.
|
| Can't open Webservice project created by another team member | 05 Jan 2004 12:34 GMT | 1 |
This must have come up before, but I cannot seem to find anything about it anywhere! I got the latest version of a webservice from VSS, but for the life of me I cannot get it to open in VS.NET. I've created the virtual folder in IIS,
|
| design time | 05 Jan 2004 05:33 GMT | 6 |
At design time, if I create a form which extends from say MyForm it does not allow to design. What i mean is the following class TestForm : MyForm // does not allow to design though MyForm : Form where as
|
| ASP.NET App without DLL in VS.NET?? | 04 Jan 2004 20:12 GMT | 2 |
I have a simple question... Im developing asp.net pages, and uses a lot of codebehind, but my webhotel dosnt support dll?s... So, I have been using tha same techniques and makeing my asp.net pages with
|
| Accessibility (screen resolution) in XP Home Edition | 04 Jan 2004 11:14 GMT | 1 |
I have a quick question about accessibilty options. I'm setting up a family PC in XP Home Edition where there are multiple accounts. One account is for my father-in-law ("UserA" for discussion below) and I'm trying to set it up so that the accessibility options bump down the screen ...
|
| How to Retrive A thread's state, which API | 03 Jan 2004 20:57 GMT | 1 |
I can't find some thing to Retrive a Thread's state But how can i know whether a thread is suspended or running. thanks !
|
| private ini file | 03 Jan 2004 16:08 GMT | 1 |
Is there an easy way (class ) to get and put data to an private ini file.. If not an example (in vb.net) would be greatly appreciated.
|