all groups > visual studio .net general > july 2007 > threads for july 29 - 31, 2007
Filter by week: 1 2 3 4 5
setups, msi and upgrade installs
Posted by Paul at 7/31/2007 3:13:11 PM
What group is for vs2005 setup and deployment projects?
How can you create an msi install within vs2005 that will work well as an upgrade install? I don't want the users to see the "Another version of this product is already installed." dialog, I don't want them to have to run an uninstall from c... more >>
VS Snippet won't die
Posted by Larry at 7/31/2007 3:03:41 PM
Hi Folks:
I have a snippet that refuses to die.
It was a great relationship at first, me and my snippet. It was my
first, really, and you know the fond memories you have of your first.
But then a newer, prettier snippet came along and it was time to kill
my first snippet. But it refused... more >>
Trouble with TabControl
Posted by Bob at 7/31/2007 2:36:00 PM
I have converted a VB6 program to Visual Basic 2005 (Running on Windows XP).
I have a TabControl with (2) tabs with left side alignment. My problem;
with 2005 the Tab Captions (Text) does not show (the tabs are there but no
text). If the Tabs are aligned on the Top, there is no problem. M... more >>
c# server problem
Posted by igort75 NO[at]SPAM gmail.com at 7/31/2007 4:13:40 AM
hi
I have some problem with server/client aplication on c#.
in server side i have followings methods"
public void setIp(string newIp)
{
globalIp= newIp;
}
public string returnIp()
{
string temp = "answer:"
temp = temp+globalIp;
return temp;
}
in client i have:
server.setIp("1... more >>
Feature Request...
Posted by James Hetfield at 7/30/2007 3:35:06 PM
Hi all
I would love to see this feature in one of the next Visual Studio Versions:
If I have a Function:
Private Function Hello(Test as String) as Boolean
Return Test
End Function
And then in the code I am using:
MsgBox(Hello("Hello"))
Now when I move my mouse over this line, it ... more >>
|