Jojy's Q&A profile
Visual Studio Tools for Office VSTO2005 performance
Hi, We currently have a SmartDocument that is used on multiple clients. The Document Actions pane for this document retrieves various information through a Web Service. Now we want to use VSTO2005 because it's a much more flexible and robust environment. The only question we have is about performance; will the new technology perform faster, equally fast or slower than the SmartDocument Thanks in advance. Stephen, I have developed smart docs and VSTO 2005 action pane-based solutions. It is difficult to say which one is faster, because it almost entirely depends on what happens when the events fire. In other w ...Show All
Visual Studio Team System VS.NET 2003 client for VS.NET 2005 (TEAM FOUNDATION)
Will there be a client for the VS.NET 2003 IDE that will allow us to access things like the source control system Thanks, Jon. Yes. Team Explorer will integrate with Visual Studio 2005 and work side-by-side with other versions of Visual Studio and other development environments. See: http://blogs.msdn.com/robcaron/archive/2005/04/15/408426.aspx ...Show All
Visual Basic How do I execute a form "FORM.VB"?
How do I execute a form "FORM.VB" Michael yes great code dude iam a total newbie to thiss hehe :p is it also possible to open a forum but then not a new window well yes a new window but i can also click the other window now is there a way to open a new window and then disable the other window thanxs alot ...Show All
SQL Server SQL Agent Failing when trying to run my SSIS Package
My SQL Agent was working fine. Now when I try to run it, it failes when trying to run my SSIS package. I looked in the logs, and job history, no luck in finding any critical errors. My SSIS package runs fine through VS 2005 in debug mode. Here are the only errors: 01/04/2006 09:53:48,,Warning,[396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect 01/04/2006 09:53:48,,Warning,[260] Unable to start mail session (reason: No mail profile defined) 01/04/2006 09:53:48,,Information,[129] SQLSERVERAGENT starting under Windows NT service control 01/04/2006 09:53:48,,Error,[364] The Messenger s ...Show All
.NET Development .NET Framework 2.0 and Windows 2000 Server Problem
Hi all I have a problem on a Windows 2000 Server: I have successfully installed .NET Framework 2.0 on a Windows 2000 Server (SP 4). When I look under "Administrative Tools", I expect to have a entry "Microsoft .NET Framework 2.0 Configuration". But on this Server there doesnt exist this entry. The entrys for ".NET Framwork 1.1 Configuration" are there ... Would be happy for any comments on this issue. Best regards Frank Uray According to http://msdn2.microsoft.com/en-us/library/2bc0cxhc.aspx , the configuration tool for V2.0 is only installed when you install the SDK. ...Show All
.NET Development Is this possible and if so, how?
Is it possible to create an unbound dataset in VS/VB .NET 2003 that creates the following XML output <Group> <Item>1</Item> <Attribute1>07</Attribute1> <Item>2</Item> <Attribute1>14</Attribute1> </Group> We had it setup to create an XML file like this: <Group> <ItemElement> ...Show All
Visual Studio Team System FxCop Custom Rule: To check for variable name
Hi, I am trying to check if variables declared inside functions follow coding standards. I have implemented the code to check for Boolean variable. Variable name must start with 'b' public override ProblemCollection Check(Member member) { if (member.NodeType == NodeType.Field) { //Local local = list ; Field field = member as Field; if (field != null ) { //type = field.Type.ToString(); if (field.Type == SystemTypes.Boolean) { if (!field.Name.Name.StartsWith("b")) { //Problems.Add(new Resolution("The label {0} must start with 'lbl'", node.Name.Name)); b ...Show All
Software Development for Windows Vista Drawing over fullscreen video from AudioVideoPlayback
I've spent some time trying to render text or even a control on top of video being played at fullscreen using the AudioVideoPlayback namespace without any luck. Originally I was aiming to have a transparent control on top of the video, but if I can get text on top, or any control (transparent or not) I'd be happy... Can someone point me in the right direction Perhaps provide an example of something similar I think a lot of video displaying uses overlays, which means the video card inserts the stream directly into the video output. DirectShow has the ability for you to add stuff into the data ...Show All
Visual Basic Date Sorting issues in DataGridView Column
Hi, I am converting a VB6 program to .Net/VB2005 as a learning experience. I'm testing the DataGridView control to display my data and have some difficulties. My data is in a single disk file with user-defined-data-type fixed length records. The first column in my DataGridView displays a transaction date. All the DataGridView columns are textbox columns. The dates load and display correctly but if I click the column header and use the built in sort it doesn't sort in the form (YY/MM/DD) I would expect. I'm new to VB2005 and I have not found a way to set a column format to Date (MM/DD/YY). Is that possible If so would a date format solve t ...Show All
Software Development for Windows Vista Error in the Hands on lab 09
Its seems to me that there is an error in the HOL 09 ("Modifying Workflow Models at Runtime With Workflow Change") : snippet "Lab09 Ex02 Task02 ModifyWorkflowFromHost" . In the following static method, replace the string "ifElse1Activity" with "ifElseActivity1" Like this... static void modifyWorkflowFromHost(WorkflowInstance workflowInstance) { ... CompositeActivity ifelse = workflowChangesToMake.TransientWorkflow.Activities["ifElseActivity1"] as CompositeActivity; ... } Serge Luca Guidance, Belgium blog : www.redwood.be I just verified this and you're ri ...Show All
Software Development for Windows Vista How to get workflow instance from database?
Perhaps it is very easy, but i really wondering to find this solution. Please tell me details! Thanks! If you have a persistance service registered with the WorkflowRuntime (see the Persistence examples), the workflow got most likely persisted because it was idleing because it waits for an event to happen. In most scenarios you just have to send the event with the instance id of the workflow instance, the WorkflowRuntime will then take care of the rest. It will load the workflow instance from the presistence store, send the event to it and if it idles again it will get persisted again. If you manually want to trigger the load, ...Show All
SQL Server String truncate error
Yesterday my program was inserting and loading data in the database just fine, now when i try to do a myriad of things(make a paramatizsed search ad a favorites option) when ever i add data to the database i get a string trucate exception, basically its telling me the data im uploading is too large, problem is the feilds in the databse can take it.Its telling me the column im updating to has a string limit of 255 , but in reality the column its updating to has 2000 chracters available. Could some one please tell me how to fix this, it is quite urgent. Sorry bout that, its SQLce 2.0 with a visual basic 2k5 fr ...Show All
Visual Studio Tools for Office list object
by default some autoformat properties are provided to list object by excel. but how can i change the color of alternating rows of list object in excel vsto appln If this is a data bound list object, you can use the DataBoundFormat and DataBoundFormatSettings properties on the ListObject to specify the format. Choose a format that has alternating color rows. Hope that helps ...Show All
Windows Forms event on scaning barcode
hi , i am using vb.net 2003 and i want to scan barcodes with the scaner i want if the scaner completes the scaning doesn't matter what the length is the next textbox is focused i tried it on different events but could not find the proper event can any body help me best regards ali shah The problem appears to be with the&nb ...Show All
Visual Studio Team System Can I record unit tests?
Hi, all. This is probably very basic and, possibly, obvious. But, I'm just a newbie and don't know much about it. :) I am trying to use VS 2005 Team Test Edition to automate some of the testing we do. So far, I'm just investigating what it's capable of and how we can use it. What I can see so far is that web tests are not going to work for our application, since we have a lot of client side logic involved. I'm looking at unit tests and not quite sure how to use them. Is there any way I can "record" a unit test (similar to the way web tests get recorded) May be, I'm looking in the wrong dirrection all together. If that's ...Show All
