ZopoStyle's Q&A profile
Visual Studio Express Editions How To Open A form
I’m very new to VB, and have looked at the answers to the same question but have become confused so I’d appreciate your help and advice on the following: I have 2 forms: Form 1 is called “Mainform” – this will be my “main page” where I keep all the other buttons and controls (when I make them!!). Mainform has a button to open the form “Add New Chart”. Form 2 is called “Add New Chart” – this will be where I enter data for a database. So far so good!! This is what I wrote in code to open the “add new chart” form: Private Sub Button1_Add_New_Chart_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Button1_Add_New_Chart.Click Form_AddNewChart.Show() ‘ This displays the "add ...Show All
Visual Studio Team System Getting Email body part from an email using pop3 adapter
Hi all, Actually i am looking for to create an work item in TFS from an email.ie when i receive the email using pop3 email subject will be the title of work item and body should be the description. I am now able to get the subject in an orchestration using the property pop3.subject, but there is no property like pop3.Emailbody or so. So iam unable to create a new work item from the email. How to get the body part as a string so that i can use it Can anyone help me out of this Thanks in advance, VenkateshBabu Actually your question is about POP3 adapter stuff. This forum is to discuss workitemtracking specific issues in Team foundation server. You can try newsgroups or forums ...Show All
Visual Studio Clean Up HTML
In looking at the FireFox issues I'm having with SP1 I took a look at the HTML. The HTML produced by ReportViewer is a mess! From experience, I know there are some simple changes that make a big difference here. Newlines! A matrix or a table is all one line, creating some *very* long lines. HTML renders may go "line by line" and this means parsing a whole matrix in one shot. I think this is the cause of the large memory footprint when in FF and other Gecko browsers - I've had pages in the past that developers didn't insert newlines. When we added newlines most - and in many cases all - display issues went away. Reduce the amount of information... the control seems to needlessly stuff things into style attributes. Adding some sim ...Show All
SQL Server DTS Package problem?
I have set up a couple of DTS local packages to run ActiveX scripts creating XML files and copying them to our webserver (on the same domain). I can run them OK manually via the 'Execute' package command in the drop down list when I right click on them and also get the 'Package successfully run' message back on running them, but when I schedule them to run overnight I find the SQL Server Agent reports them as 'failed' . What am I doing wrong This looks like a permissions issue...do you have a proxy account setup for the SQL Agent Look here for info...http://www.support.microsoft.com/kb/890775 Brad Feaker Ex nihilo, nihil fit ...Show All
Software Development for Windows Vista MS .NET SDK *.img download - install problems
Running XP2 I burned 6.0.6000.0.0.WindowsSDK_Vista_rtm.DVD.Rel.img as an .iso onto a DVD but under XP2. All I can see is one file ReadMe.T which says This disc contains a "UDF" file system and requires an operating system that supports the ISO-13346 "UDF" file system specification. I tryed ISOBuster, MagicISO, Nero Backup, DeepBurner and other tools to get a DVD created but to no avail. I also tryed coversion from *.img to a *.iso format file to no avail. This identical problem happend to other SDK users in the last (October) release. Same problem set but for this current release. I have some suggestions to the MS SDK release team. [1] Release an *.iso image not a *.img file (recent tools will work wit ...Show All
SQL Server SQL 2005 Stored Procedures return no rows
I am trying to execute a simple SELECT statement in a stored procedure from within Visual Studio 2005. The procedure executes but returns no rows. (There are rows in the table and a VIEW using the same SELECT statement does return the rows.) I added a PRINT statement to the stored procedure to see if it executed and it did print my text in the output window as expected. The SQL server is running on Windows Server 2003 with latest service packs and patches. I had detached the database while doing maintenance on our system and re-attached it later. I can not find any reason why it refuses to return rows. Larry run the sql profiler and examine the trace whether vs is connecting to the appropriate database.. plea ...Show All
Visual C# Is there a place for C++ anymore?
If you want to write large applications, it seems like C# and Java are the way to go. If you want your code to be efficient, you write it in C. If you want to be really really efficient, you write in assembly and call from C. Can you call C functions from C# Is C++ on its way out Is there a reason to learn C++ anymore Yes you can of course What you search for called P/Invoke Which allow yow call an Unmanaged Code like c into your managed code You can do that by using DllImport attribute class which is used to indicate that an unmanaged method will be invoked this Attribute take the following parameter EntryPoint which indecate the method to call ExactSpelling wh ...Show All
Visual Studio 2008 (Pre-release) calling wcf services from .net 1.1
Hi. I would like to know how can I call wcf services with specific bindings like wsHttpBinding or netTcpBinding from a .NET 1.1 app. I know I can run wsdl.exe on a basicHttpBinding, I've tested it and it worked, but how could I call those other bindings Thanks in advance. Hi, I have WCF runtime insatlled in my machine. When I tried to call the WCF service with wsHTTPBinding in .net 2.0 it thrown me error. I added the WCF Service using add Web Reference. Only after I changed the service to BasicHTTPBinding it worked. Could any one tell me why In the previous thread I saw .net 2.0 will work with netTCPBinding, WSHttpBinding. Is it because I added the service as Web Reference in the client. ...Show All
Software Development for Windows Vista Suggestion for Samples
As a new user trying to grasp WWF, it seems that the examples are not targeted for gradual development. I look at it this way, most every user will need a way to ogin users and start some process once a user is verified. I cannot find any example of using WWF to login a user. It seems that it would be a logical first step after "Helo World". Have a State for "WaitingForLogin", add an even to the next state, "ValidatingUser", add events and states for "LoginFailed", "UseLoggedIn", and "Logout. Ya know ... "something" along those lines. "something" that has a demo using a web form, and a winform, and WPF "something" that includes persistence ...Show All
.NET Development c# windows control libarary ..
Hi, I have C# windows control libarary (Dll), which I could able to load them into browser using <object> tag with following syntax (In aspx page) and user able to see the contolr properly. <object name="chk" id="chk" classid="http:GSIM.dll#GSIM.gsimManager"></object> we would like to load a client C# windows control libarary (Dll) instead from webserver. I understand the classid accepts only url not the file:///mydire/my.netdll/mydll.dll . So is there way I can load .NET control from client machine (Assum that, the libarary there in client machine GAC) Looking forward for your suggestion. Thanks im afraid I have to ask you to redirect your ques ...Show All
SQL Server sql server lockup after strange error in log, help please.
Can anyone help me solve why my server is locking up. We're running sql server 2005 ent on a 2 cpu dual core server. With 3gig. Once each the last couple weeks, the machine has hung and the only thing I can find that's suspicious is on the sql server log. It's below. After the excerpt is about 50 more different memory errors. As far as I know there's no ssl configured for log in, it mostly uses private lan cards for security between it and the web/application server. 05/31/2006 14:39:48,spid2s,Unknown,MEMORYCLERK_SQLQUERYEXEC (Total) <nl/> VM Reserved = 0 KB <nl/> VM Committed = 0 KB <nl/> AWE Allocated = 0 KB <nl/> SM Reserved = 0 KB <nl/> SM Committe ...Show All
SQL Server Copy/Paste text into a field
I've encountered a strange problem with the Microsoft SQL Server Management Studio. When I manually edit a record in a table and want to insert text with more lines, only the first line is copied into the field. The field type I use is nvarchar(max) but it doesn't really matter what type it is. The problem only exists in the Management studio. When I perform the same task in the "old" Entreprise Manager it works fine. Am I doing something wrong or does anybody have a key to whats wrong Thanks! Ken I just did a quick search on Microsoft Connect for any bug that was reported by customers, but did not find anything. https://connect.microsoft.com/SQLServer/feedback/SearchResults ...Show All
Visual Studio How to add COM component into Toolbox in Visual Studio 2005?
Hi all, Does anybody know, how to add COM component into Toolbox in Visual Studio 2005 It is simple in VS 2003, but in VS 2005 added component is hidden and isn't appeared at all, until I choose "Show All" from popup menu. Please, help me :) Thanks! Are you saying you can add it, but it's hidden unless you do "Show All" That means it's not supported by the active designer. What designer did you have open when you tried this -Josh Stevens VS Core IDE team ...Show All
SQL Server Does anyone know MS SQL 2005 support multiple instances?
Hello everyone, Does anyone know SQL 2005 server support multiple instances if It does, can you tell me how to create another new instance Thanks in advance!! Stephen It does it by naming the instances. To install another one run setup and on the instances page of the setup change from "default" instance to a named instance. and heh presto it will install a new instance. ...Show All
Visual Studio Express Editions SQL Server Express 2005 Reinstall
Hi, I need help in installing my SQL Server Express 2005, any help would be appreciated. I already installed the SQL Server Express 2005 in my pc but i had a hard time configuring it so i decided to reinstall it just certain reasons. So i started reinstalling it, removing all SQL Server 2005 - related program in the add/remove software in the control panel. Then here is the problem now, i tried reinstalling it again but it doesnt work, everything is ok until i reach the screen after they let you choose the Instance Name. I having problem with the Existing Component Screen, it tells me that: "The following components that you chose to install are already installed on the machine. To view a report of available options and alternat ...Show All
