jwf's Q&A profile
Windows Forms it works with framework v1.0, but not v1.1 !!!!!!!!!!!
Hi, I'm trying to get one touch deployment working (downloading and executing a .net exe from webserver) across our intranet. I can get it to work if the client has framework version 1.0 on, but if i install v1.1, then the code doesn't run! Hope this makes sense and hope someone can help as it's driving me mad!! Cheers Nick ...Show All
Visual Studio Express Editions Problem with my VB program!
Public Class Form1 Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click End Sub Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim mail As New Net.Mail.MailMessage() mail.From = New Net.Mail.MailAddress("soda_91@hotmail.com") mail.To.Add("soda_91@hotmail.com") mail.Subject = "I want it to send a TextBox1 here" mail.Body = "TextBox2 and TextBox3 here!" Dim smtp As New Net.Mail.SmtpClient("smtp.google.com&qu ...Show All
Visual Studio Express Editions is it possible add a new line in a Datagrid C# ????
Hi, I’m trying to add a new line in a Datagrid C#, example: line1 121 2112 21 122112 line2 fsdf sdfss dd dddddd line3 ddd dddd ss sssdfss * Now I want add a new line between line1 and line2 like linea1 121 2112 21 122112 linea2 fsdf sdfss dd dddddd linea3 ddd dddd ss sssdfss * I want do this to add new data between line1 and line2. Anybody now how can i do it Thanks in advance. hi, you can do this if your datagridview is not bound DataGridView1.Rows.Insert( .......... ); but i don't know a bout the datagrid , hope this helps ...Show All
Windows Forms Creating Custom Dialogs
Hi, I try to create a custom dialog in VS2005(C++), but the result is, that the dialog’s behaviour is like a "normal" control. It should behave like all the standard dialogs, which means, that you can place the control at design time on the "component tray" like i.e. the printDialog. Searching around, I found, that I have to set: TopLevel to false, and the FormBorderStyle to none/FixedDialog. But this is not working for me. What’s going wrong Best regards, Carl Aha... well... These two items you see in that menu are simply a shortcut, for convenience. In the same menu you will also see 'Add ne ...Show All
Visual Studio Well-known Item Metadata Usage scenarios
Hi, I have been struggling with the possible usages of ModifiedTime well-known item metadata. It is often necessary to rebuild a target based on the fact that a file has been modified after some other file was. When I was using nant, I was able to say that if file::get-last-access-time('source.ext') >= file::get-last-access-time('source2.ext') then I can rebuild the target. Note that this is not the case where I want to rebuild target based on the fact that one of the input files for it have changed. The dependency exists between two source files, one of which is generated from a different target, so it's a bit more complicated ...Show All
Software Development for Windows Vista SDK compatability with VS2005 RC
First of all, the software looks great. The time and dedication is evident with the thoroughness of the design. Currently, we have our own proprietary workflow engine and were about to look at re-envisioning our designer as a DSL. With this announcement, we will have to re-evaluate our position. We have a few guys at PDC this year and they have been very impressed with the demonstrations and labs (I just had to pick this year to go to Teched instead of PDC!) Sorry if this has already been asked. I skimmed thru the readme and didnt find any info other then Beta 1 of VS2005 is definately supported. Is the SDK currently sup ...Show All
Visual Studio problem with Build from command line usind devenev.exe
Hi all I ask for your help in a problem regarding devenv.exe tool and using VSS form command line. I have in VSS a solution with 2 projects: One ASP.NET Web application and one Class library application All sources were added to VSS using Visual Studio.NET IDE, not working from VSS interface. Here is my scenario (all operation are made from command line) Get all sources from VSS in the location from where I run the script. (it’s not working folder) Run devenv.exe for the solution I just get My problem is that in the Bin folder for ASP.NET Web application I have NO dll !!!!!! (The dll ...Show All
.NET Development Compatibility of various SQL Server Editions?
Is SQl Server 2005 Express Edition software compatibile with SQL Server 2000 software A few months back I upgraded my computer system. However I did not re-install the SQL Server 2000 Developers Edition software which I purchased, 2-3 years ago. I recently installed Visual Basic 2005 Express Edition along with Sql Server 2005 Express Edition. I believe the latter software was to replace the MSDE software available in SQL Server 2000. Would it be OK for me to now install my SQL Server 2000 software If OK, then this means that it would be running along side my Sql Server 2005 Express Edition software. Thanks Gary Th ...Show All
Visual Studio Team System Need to install VS Client part
Hi All, I want to install Client part of VSTS in my local machine. Can anyone give me the location from where i can install that. Also Configuration of the client machine required. Thanks in advance Mousumi Sahoo Hi All, I want to install Client part of VSTS in my local machine. Can anyone give me the location from where i can install that. Also tell me what configuration is required for the client machine. Thanks in advance Mousumi Sahoo ...Show All
Smart Device Development eVC3 and eVC4 bomb when loading projects
I'm trying to get eVC and eVC4 working on my main Win2K box. (Everything works fine on another machine). The IDEs each start properly. However, when I open any workspace, I get the following: eVC4: Instruction at "0x780104ac" referenced memory at "0x0000000". Opening the debugger gets "Unhandled exception in Evc.exe (MSVCRT.DLL): 0xC0000005: Access Violation" eVC3:Instruction at "0x510b2daa" referenced memory "0x00000004". Opening the debugger gets "UNhandled exception in EVC.EXE (DEVBLD,PKG): 0xC0000005: Access Violation". I tried doing a fresh install of eVC3, eVC4 SP4 and all the ...Show All
Visual C# Resume Next
I've got VB6 and VB.NET code that I'm converting over to C#. In Vb there is a "resume next" statement. What is the statement in C# to convert "Resume Next" ie Try 'more vb code 'some line caused an exception End Try Catch Resume Next End Catch Thanks, /dz Just google for "Resume next considered harmfull". That's all. :) ...Show All
Visual Basic Pen
How can you create a pen like a pen in paint Hi, Dim myPen As New Pen(Color.White, 1) 'where the number is the width of the pen. Regards, S_DS. ...Show All
Windows Forms Build Solution
Hey, I was making a print functiojn in my program and I used this page to know how to do it: http://support.microsoft.com/kb/811401/EN-US/ But on one of the steps to make a dll apear I had to finaly goto the build menu and clikc on Build Solution, but there is no option that says that.... CTRL-B will do the same thing. It's just a build command, but I don't think Express supports solutions ( multi projects at once ). ...Show All
Visual FoxPro How to use the tables of a Form
I am having problem using the tables listed in its data environment, I would like to zap the records, append some data and replace some records but when I used the zap command it says that the table should be used in exclusive mode, what should I do Hi, When you use a temporary cursor, it's created on each person's machine, for the life of the program or until it's closed. Since you were Zapping your table each time you use it I assumed you did not need the data beyond the life of your application. You will need to create this cursor in code each time you want to use it. You can do this in the Load() of your form. I'm not sure what ...Show All
Visual Studio vstemplate, custom project
The ProjectType Element for vstemplate states that the value must be one of the following values: csharp, visualbasic, jsharp or web. What if we are creating a new project type that we want to appear under "Other project types". How do we specify this Thanks, Mike Nevermind, I found the answer. I'm setting it on the same line as: [ ProvideProjectFactory ( typeof ( XgenProjectFactory ), "XgenProject" , "XgenProject Project Files (*.xgnproj);*.xgnproj" , "xgnproj" , "xgnproj" , @"..\..\Templates\Projects" , LanguageVsTemplate= "Xgen" )] Thanks ...Show All
