all groups > visual studio .net general > november 2004 > threads for november 29 - 30, 2004
Filter by week: 1 2 3 4 5
Visual Studio code generation problem
Posted by CerkiTek at 11/30/2004 11:55:04 PM
I'm creating a WinForms app that has a ToolBar with ToolBarButtons on it.
I've added an IExtenderProvider for ToolBarButtons that requires access to
the parent ToolBar. The problem is that Visual Studio insists on placing the
code that initializes the ToolBar after all the code that initiali... more >>
VS.NET version problem
Posted by Pradeep at 11/30/2004 9:51:03 AM
Hi,
Herez the scenario I have. Suppose I have projects A, B and C. Project B
uses the out put from Project A and Project C uses the output from project B.
So I can't keep them in a solution. I am using NAnt for building. Everything
seems to be going good except the version problem. Two ... more >>
Visual Studio.Net intercepting application errors in batch file
Posted by nerndt at 11/29/2004 4:47:05 PM
Hello,
I am running bioinformatics batch files that run applications that sometimes
crash. If I turn off error reporting, I can run my batch file, except in the
case when I have Visual Studio.Net installed. It seems to intercept the
application errors and bring up a dialog box. How do I ... more >>
vs.net xp 1/2 line
Posted by Andrew at 11/29/2004 1:15:04 PM
I get this vs.net bug at least 10 times a day, at seemingly random intervals
where the IDE text editor for a particular open file cuts off half the line
as I'm typing.
I'm using vs.net 2003, C#.
Does anyone else get this & is there a fix?
-Andrew... more >>
Delegates in VB.NET!
Posted by Nad Af at 11/29/2004 11:15:02 AM
Hello:
I am trying to use a DLL in VB.NET, one parameter of the DLL exported
function accepts an address of a function. I added a delegate and everything
went fine; however, sometimes I need to pass 0 (zero) to the function but
VB.NET doesn't allow me to pass values (non delgates).... more >>
|