JoGo's Q&A profile
Visual Basic VB 2003 Deployment
I go through all the required procedures to create the setup and deployment files for a Windows application, and they are created fine. Now I am testing if I can install on the same box. I go to debug and run setup.exe. It installs setup1 successfully on c:\program files\private. What am I supposed to do next I am asking because when I check for the installation folder c:\program files\private , there is no such folder existing.  ...Show All
Visual C# Passing array into Constructor
Hey guys, I'm using C# 2.0 and thought I would take advantage of the new params keyword (I might not even need it if someone can show me another way). I'm making a custom class that handles files that our customers upload via the upload control. I want to only allow certain types of files to be uploaded, and was going to leave this up to the consumer of this object to specify in the contructor what file types they would like to allow from a p ...Show All
Windows Forms cruisecontrol, msbuild, obfuscate, clickonce
I'm looking to setup an integrated deployment scenario using cruisecontrol. I would like the build process to build the release version, obfuscate the code (including dependant project dll's) using Dortfuscator CE and finally publish the app for Clickonce deployment. Does anyone have any info on how to set this up You could use a script calling the mage.exe to configure a ClickOnceDeployment. (For info take a l ...Show All
Windows Forms Menu Items just like MDI form
Can someone please let me know how to create the menu items on the form just like MDI form Example file Report Exit Open Monthly Save Weekly are you trying to make ...Show All
Software Development for Windows Vista Error message in state machine workflow. HELP!
This message Error appears when i am trying to drag some activities inside an eventDrivenActivity: Multiple child activity inside the event driven activity 'eventdrivenActivity' implement the System.workflow.activities.IeventA What is it What can I do about it Hi! Is this happens with any activity or some specific activities I want to reproduce this problem, can you describe a little more what ar ...Show All
Visual Studio Team System Simple webtest not working
The test could not be could because of the following exception: Operation is not valid due to the current state of the object I'm running Beta3, RC1 Team Suite Anyone got any clues This sounds like a known issue that was fixed for RTM -- if you go into the solution directory using explorer, and delete the (hidden) .suo file, you should be able to run the tests again. ...Show All
Visual Studio Team System MS Project file in Sharepoint marked as read-only
Hi, We are experiencing the same problem as this person (http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=8011&SiteID=1). Even though no one has the project file open, MS Project says that the file is in use and is locked for editing (but no specific person is named, like when someone really has the file open). This happens even when I am the only one editing a MS Project file. After X number of minutes, the file can be opened in read-w ...Show All
Visual Basic Class Structuring
I have a set of routines and functions I wish to group together under a class. I have spent some time looking around the Internet and have figured out how to set and use a basic class. However, I need to do more than what I have seen and without training or access to books to tell me, I'm stuffed. If somebody could give me the basic structure for the following, I'll hopefuly be able to take a look and expand upon it to cover my need ...Show All
Microsoft ISV Community Center Forums Removing Hyperlinks
Hi I have inherited an excel database with various links somewhere that i cant find. Everytime I open the file it will ask me for the file.Obviously its linked somewhere within the spreadsheet. When I get into the spreadsheet I tried to search for the links but could not find it. Question. Is there a way to show up all the hyperlinks and remove it from the file Thanks Try looking at the list o ...Show All
Visual Basic can here discuss vb6
or vb.net Hi, This forums is still beta. this was created in parallel for the Visual Studio 2005 Beta 2. The final release of this forum would also be in nov. (I really hope so) this forum mostly discusses .net technologies. that's why vb6 (COM) is not being discussed here. If you want to get the microsoft vb6 site here it is: http://communities.microsoft.com/newsgroups/default.asp Just search it in the NNTP forums... cheer ...Show All
Visual Studio Express Editions ok im a vc++ noob i know. and very lost right now..
Im trying to make it so I can click on a button on my drop down menu, and have it open a form that I added to my project I have made all the objects in the other window I just need to find out how to call it from the main window and then get all the values I need from the window when its done... I have been reading sam’s teach yourself visual c++ .net in 21 days and it shows that you need to add in a #include "windowName.h" and then pu ...Show All
Visual Studio Express Editions Windows system registry string problems.
Hey all, I'm BRAND-NEW to Visual Basic, so please be gentle. I'm writing a small application which stores its values to the Windows Registry under HKEY_LOCAL_MACHINE. I can store True/False variables just fine, using code such as: My .Computer.Registry.SetValue(keySoftwareSettings, "DisableToolStripMenuItem.Enabled" , DisableToolStripMenuItem.Enabled) I can then retreive this variable upon load with: DisableToolStripM ...Show All
Game Technologies: DirectX, XNA, XACT, etc. October 2005 DirectX SDK is available!
The DirectXR Team is pleased to announce the release of the DirectX 9.0 SDK October 2005 Update! The October Update includes the first public release of the XInput SDK. This SDK will allow game developers to fully support Xbox 360 Controller for Windows. To download or learn more about this release please visit http://msdn.com/directx/sdk . Features added in the October 2005 DirectX SDK update - XInput XInput is an API that ...Show All
Windows Forms maskedTextBox 00/00/0000
when mask format is like 00/00/0000 it is not accepting the date 01/01/1982 it is taking as 1/1/1982 and it is raising exception Hi Have a looksie here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=334434&SiteID=1 ...Show All
Windows Forms Clickonce and windows 2000
Hello i have a problem about deployin click once applicaton to windows 2000 client in visual studio 2005. when i install or run the applicaton in windows 2000 client "open with" screen has shown and applicaton does not work. in windows xp clinents, it works normally. thanks. We are having similar issues. The user clicks our URL to launch the ClickOnce app, and nothing happens. Works fine ...Show All
