Roberto Barrantes's Q&A profile
Visual Studio Team System extracting HTTP Links
here is some source from a page on my site... </div><a id="18690_68" title="Customer Packages" class="header none" onclick="toggleMenuHeaderLinkClass(this);" href="/asp/package_generation/delivered_packages_customer.aspx FileID=1611241&TransId=1078022&ClientNo=&DivisionNo=&ClientPartyId=&ClientID=&PO_ID=240183" target="main">Cu ...Show All
Software Development for Windows Vista Winforms and workflow events
how to expose events in my workflow and consume it in my windows form that uses the workflow \ please assist. Benjamin Fallar III wrote: how to expose events in my workflow and consume it in my windows form that uses the workflow \ please assist. just want to add more... i want to create a workflow-level events, and then consume those in my windows form that started the workflow. ...Show All
Visual Studio Express Editions Problems with Splash Screen and VB 2005 Express
I create a default splash screen using Add New item | Splash Screen and then I select it in the project properties. When I run in it the VB2005 environment, the splash screen shows as expected, but then gives an error message: NullMessageException was unhandled . before running the application. Without the splash screen the application runs fine. The exception detail follows. Has anybody any idea what I am doing wrong The funny thing is i ...Show All
Microsoft ISV Community Center Forums Save Each page of a Word merge as a seperated pdf file
I have a word merge, and I need to save each page as a seperate pdf file. I would think i could do something like a for each page in document.pages and then use the Contact field in the doc to save the file, I have never worked with word vba so my excel experiance doesnt seem to translate as well as i thought it would Thanks All Per our support engineer: We must insert a page break in the word doc to identify the pages. ...Show All
Visual Studio Express Editions Error in running built programs on other drives
Hi everyone, I am using Visual basic .NET 2005 express beta. I can build a project and then run the exe file in the same location as the installed VB but if I copy it to other drives in a server then I cannot run it there. Does anyone have ideas to fix this Cheers LucaMauri wrote: Please try run '.NET Wizards' from 'Administrative Tool' group and run 'Trust and Assemply': a wizard will popup, ...Show All
Visual J# Downloading the visual studio project files for Java Lucene compiled using J#
The Apache Lucene project is a significant free-text-search (FTS) software package. It is a mature piece of software, the major, the mainstream work, over the years has been done in it using the Java language. http://lucene.apache.org/ http://incubator.apache.org/projects/lucene.net.html The 1.9.1 version ships with build support for both the Sun java compiler (javac) and the GNU java compiler (gcj) which compiles directly to native machi ...Show All
Visual Basic Creating a Countdown Timer
I'm a new user to Visual Basic. In my application, I am trying to create a countdown timer to countdown to an date (such as a birthday or an application lauch date). I think you would use a timer but how do you set it up in VB2005 Here is a sample application that I think will help http://msdn.microsoft.com/library/default.asp url=/library/en-us/dncodefun/html/code4fun07012004.asp ...Show All
SQL Server Trans Replication Works Under certain conditions.
I have 2 SQL 2000 servers (both have SP4) and are running on Win2003 SP1. We will call them SQL1 and SQL2. SQL1 is the publisher and distributor for trans replication, SQL2 is the subscriber with immediate updating, and queued updating as failover. I configured the publisher and subscriber. The snapshot replicates fine to the subscriber and all the agents are working fine. There is only 1 table article configured for replication. Let's ...Show All
Smart Device Development Recording sound with a given volume threshold.
Hi everyone, I am writing an app in c# that requires to record an incoming sound with a given volume threshold, say, when my voice is higher than a value, it will be recorded by PDA and when my voice is lower than the minimum value, PDA stops recording and a wav file is save in PDA. anyone has some ideas about doing that which lib, dll shall i use thanks a lot No, not without access to PCM stream so you can measure digitized soun ...Show All
Visual Studio Team System Visual Studio Team Suite 2005 and Visual Studio 2003 co-exist on the same machine?
Hi, We're currently using VS2003. We're getting ready to purchase Visual Studio Team Suite 2005, Visual Studio Team Editition for Software Develper and VS2005 Team Foundation Server. We will probably migrating gradually to VSTeam System so we'll be developing software both in VS2003 and VSTeam environment. Can I have both VS2003 and VSTeam installed on the same machine Is there any good URLs that you can point me to where to start once I get ...Show All
Visual FoxPro Stretch with Overflow + Page breaks
Hi, all This is probably an easy question, but I'm still a newbie at VFP. I've got a report (built with the Report Designer that's shipped with VFP) and I have a field wicg is marked to stretch with overflow. Problem is, sometimes it strechs over a page break (part of the text is printed in one page, the rest in the next page). Can I keep this from happening Thanks in advance Hi You can s ...Show All
Windows Forms Can OneClick be used for non .NET program deployment?
Hi, Can OneClick be used for deployment non .NET programs Thanks, Hanu Hi Hanu, ClickOnce is for deploying a Windows Forms 2.0 based applications. It it not intended for deploying unmanaged applications or for that matter even managed apps where the main exe is built with .Net Fx 1.0/1.1. Thanks, Sameer ...Show All
.NET Development Changing CanonicalizationMethod Algorithm
I'm trying to interop with a service provider's web service. They are currently requesting that messages be signed with an X509 certificate. The reference request notes the following Canonicalization algorithm: <CanonicalizationMethod Algorithm=" http://www.w3.org/TR/2001/REC-xml-c14n-20010315 " /> However, the WSEv3 output produces the following algorithm: <ds:CanonicalizationMethod Algorithm=" http://www.w3.or ...Show All
Visual Basic Setting ValueMember gives Invalid Cast exception
Hi, Wondering if anyone can help me resolve the Invalid Cast exception I'm getting when trying to set the ValueMember of a combo box on a Windows Form. Basically I'm writing a generic procedure to populate a combo with a list of lookup values from an Access 2003 database. I'm using a structure defined within the module to store the values from the database and using the structure as the datasource for the combo. The values are retrieved f ...Show All
Visual C# Search the database with dates range
Hi. I want to search the database and find all the records in particular date range. I select dates from DateTimePicker. The appropriate field in the database is in short date format (Access database). I tried to perform this command: "SELECT * FROM MyTable WHERE DateField BETWEEN " + FromDateTimePicker.Value.ToShortDateString() + " AND " + ToDateTimePicker.Value.ToShortDateString(). It looks OK, but it finds no record. If I replace FromDateTim ...Show All
