Answer Questions
Richard Mabbitt Suite integration toolkit executable encountered a problem
Hi, everytime I try to install visual web developer, i get an error message saying suite integration toolkit executable has encountered a problem and has to close..or something to that effect. I have reformatted my HD, and installed a fresh copy of XP +SP2. I have activated as well as registered my copy of xp.I downloaded the setup file from the msdn website. I dont have any previous versions of visual studio installed, but i ran the auto ...Show All
HerbB1 Stop Row Deleting
I have a DataGridView with some rows displayed and would like to check if there is any related data before deleting the row. I have a foreign key constraint but would like to popup a nice message when the user tries to delete the row rather than wait until they click on save and have the ugly, default error message. My first thought were to put some code in the RowDeleting routine. I have tried putting in a popup message along with e.row.c ...Show All
Raffi BASmajian ClickOnce Problems
I have a small windows test application that I'm attempting to deploy. I can deploy it to my hard drive, transfer it to a memory stick, and successfully install it on another computer. I can deploy it to a website, when the website opens and I click on Run or Install (depending on the type of deployment) a new webpage, myTestApp.application, is displayed. The page is an XML file. That is as far as the deployment goes! There are no error messages ...Show All
oclaros my namespace
I am trying to incorporate into my coding "my.computer.printing" and the .printing is not showing as an available key word in intellisense. How can I access this in vb.net express.. It was in the betas but did not make the final release. Article about the beta version http://msdn.microsoft.com/msdnmag/issues/04/05/VisualBasic2005/default.aspx Updated for released version http://ms ...Show All
jalperin no .exe file when I build a solution
When I attempt to run an application in C# VS2005 EE, i get build errors. If I say OK to continue with the errors I get another error stating that it cannot find the .exe file. I have EE pointing to the correct directory and all the other source files are there. Just no .exe. For example, if I even build a simple Hello World windows application, save it, I get build errors regarding the AssemblyInfo.cs file. When I say to continue, it ...Show All
-Matze- Using "Enter" Key in a form
By default, the Enter Key presses the last button used on my form (a calculator). I need the Enter key to stop doing that and to run a procedure instead: If "Enter" is pressed DoSomething() End If Any suggestions on how to do this AND override its normal function I found the solution. I hope this helps anyone else: The following sets the "highlighted" button to any bu ...Show All
k mac My.Computer.Printers
Like many people I have struggled with printing in Visual Basic .Net 2003 and was looking forward to the My.Computer.Printers functionality in the new version. Seems to be MIA in beta 2. Hope it comes back. Unfortunately, we had to remove printing support from My and the .NET Framework because the APIs we were relying on (new for Whidbey) did not meet our quality bar, and required more tim ...Show All
Balmer Installing VS Express software using Group Policy
I work for a school and we recently decided to start a programming class. I would like to know of an easy way to install VS Express software via Group Policy to multiple computers. If the installer was an MSI file it would be easy. Is there an msi file for these programs If not is there another free way to do this I wouldn't install it from group policy it will chew the bandw ...Show All
Pinei wildcards
I need to add functionality to my form in this program that for some fields allows negative numbers, some just numbers, some three positive numbers separted by commas, and some just text. Also, I prefill with a text file so I need the error check for this also... Thanks! Newbiana THANKS! That works after the fact, but I was trying to error check as they type. I can allow for certain types of character ...Show All
OoLee Making my own programming language with VB?
Hi. I've recently started learning Visual Basic, and I have VB express edition 2005. I have wanted to make my own programming language for awhile, and I think I'm going to try to make some sort of program that supports my language with VB. Where should I start Thanks... Maybe this will help http://www.codeproject.com/dotnet/DotNetScript.asp ...Show All
Clint Stotesbery New Express contest - $10,000 and all it takes to start is an idea...
Just announced, a new contest for Visual Studio Express and SQL Server Express. Do you like to use technology to build cool and useful stuff Do you think you could do it with Visual Studio Express and/or SQL Server Express Would you like $10,000 cash Well then we have a contest for you! Learn more at www.MadeInExpressContest.com . Cool stuff. MJ Sounds cool. Is there like different divisions. For begginers, Intermediate, adva ...Show All
knave Set hour, minute, second to Date object
Hi all, This is my first post here. I’m learning now about C#. I need to kown how to Set hour, minute, second to Date object If I try to use the follwoing, occurs an error: [code] DateTime dt = DateTime.Now; dt.Hour = 0; dt.Minute = 0; dt.Second = 0; dt.Millisecond = 0; [/code] when the Hour it’s use only for get operation. How can I get to do something like this thanx Ooops, didn't see in what f ...Show All
Toomy Ling Alerts are not working!
Alerts are not working! I see that I got replys to my recent posts, but, I have not been receiving my alert emails. The alerts were working fine until just recently. "Alert Me" is checked at the bottom of my posts. So, it isn't just me!!! james aka:Trucker I checked everything, it is a software bug! C ...Show All
x38class To Correct a Existing Master-Detail Form - need FK_BindingSource
Hi all, I am new in VB Express. I just tried to do my first Windows Application - Developing a Client Database Application: Creating an updateable master-detail data-centric application by using the following 2 tables: "Person" Table: Person_ID, First_Name, Last_Name, Street_Address, City, State, Phone_No. There are 3 persons in this table. "Book" Table: BOOK_ID, Book_Title, Author_ID. There are 12 books and 3 Author ...Show All
brillox Arrays wont work?
ok so like in vb 6 this would be an example of a simple array of form1 which would work for what i want to do. Now if you upgrade to vb.net it says you cannot have an array. The following wont work :( and if i take out the new it gives me errors i dont get when i do the loop. How can i make this work Dim pm(100) As New Form1 Private Sub Command1_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Command ...Show All
