| Thread | Last Post | Replies |
|
| re: How to draw lines with arrow head in VB .net | 06 Jul 2004 02:33 GMT | 1 |
I need to draw lines with arrow head in my application. I am not sure how to do that. Any help will be appreciated Cheers
|
| Avoid running multiple program instance ???? | 06 Jul 2004 01:30 GMT | 3 |
I have a vb.net application which start with a sub main procedure. inside this sub main procedure I create a and instance from an assembly x like as follow: sub main() ....
|
| Has the OFFICIAL beta period already started? | 05 Jul 2004 21:11 GMT | 2 |
https://beta.microsoft.com tells me that there are NO Enrolled betas Am I in the wrong movie? Where is the official place for VS 2005 / Framework 2.0 Beta 1 testers?
|
| Installing new Trial version activation code - Removing VSnet without original DVD. | 05 Jul 2004 13:22 GMT | 1 |
I obtained a visual studio .net which I installed a few months ago but then never had time to use. I obtained a new copy of the trial which is slightly newer. However, because I have lost my original installation DVD, I cannot remove
|
| Multithreading | 05 Jul 2004 11:37 GMT | 1 |
I have developed a vb.net application which converts word documents in a directory to text files and then loads the text into a SQL SERVER database. (I have around 8 million documents to convert). I'm using the word.applicationclass interop to convert to a text file.
|
| dll not being created in asp.net application | 05 Jul 2004 11:36 GMT | 4 |
When I do a build,Ctrl-Shift-B from Visual Studio.Net, on the production server, the dll gets created locally but not added to the production sites bin directory. It use to work. But when I tried connecting to the production server one time, I got an error message about the site not ...
|
| Accessing form from module | 05 Jul 2004 11:35 GMT | 1 |
dear sir In my vb.net window application i have the MDI form MainMDI and child form form1 adn module as MainModule In my MainMDI Parent form i have one toolbar i.e. tbraction. I am trying to show the toolbar when i am displaying form1 (child form) . when i close the child form i ...
|
| Installing VS.net | 05 Jul 2004 11:28 GMT | 1 |
I have a case and i can't solve it , i need to install VS.net 2002 on machine running Win2000 , and installed on it MSCRM and IIS and .net framework 1.1 The problem is when i install VS it make changes to IIS and make MSCRM fail to work cuz VS change the defualt virtual ...
|
| Anyone can recomend some (ASP.NET) powerfull datagrid and treeview controls? From first hand experience?... | 05 Jul 2004 11:24 GMT | 1 |
...I suppose I will get ton of "you sould buy my XXX component" replies on this, but i'll give it a try anyhow.... 1) Our ASP.NET team needs some "powerfull" datagrid, that is (if possible) built in fully managed code and highly customisable.
|
| Urgent debugging problem. Any help greatfully appreciated | 05 Jul 2004 11:20 GMT | 1 |
I'm having a very frustrating problem with debugging my code at the moment. The problem concerns breakpoint working in some methods, but not others. In an aspx codebehind I have the method page load: private void Page_Load(object sender, System.EventArgs e){
|
| context menu font | 05 Jul 2004 11:04 GMT | 3 |
VB.NET i`ve created a systray icon using a context menu and the notifyicon class. how do i change the font for a particular menu item ?
|
| how can I make this assembly work again? | 05 Jul 2004 09:25 GMT | 1 |
Dear ASP.NET Programmers, I encountered the following problem when running my project: Configuration Error Description: An error occurred during the processing of a configuration file
|
| How do I open my .HXS files using my DExplore ? | 05 Jul 2004 08:54 GMT | 2 |
I just loaded the most recent Platform SDK, which included a lot of Help-2 files, .HXS files, on my new Windows XP system. I see that I have DExplore.EXE, the required reader.
|
| heresy of the month/feature request | 05 Jul 2004 07:35 GMT | 3 |
Could we have an outlining style option to hide comments? When I look at historic code the comments are often plain wrong (cos they are not maintained) and lead to incorect understanding of the code. Especially an option to hide XML comments! when i am looking at code with the ide ...
|
| Minimized Parent Form when its child form is minimized | 05 Jul 2004 07:17 GMT | 1 |
I have 2 forms, frmMain and frmChild. In frmMain, I declare a variable f as frmChid then Call f.ShowDialog() I want when the child form is minimized, the Main form is also minimized automatically. I tried some way to call frmMain.WindowState = FormWindowState.Minimized.
|