Software Development Network Logo
  • SQL Server
  • Game Technologies
  • VS Team System
  • Visual C#
  • SharePoint Products
  • Windows Vista
  • Windows Forms
  • IE Development
  • Microsoft ISV
  • Visual Studio
  • Visual C++
  • Visual Basic
  • Smart Devicet
  • .NET Development
  • Audio and Video

Software Development Network >> re infecta's Q&A profile

re infecta

Member List

su45937
Joaquín Raya
Omniscient
esenterre
Ha Duo
Aditya.P
lagu2653
Vladox
Michael Wu
joseadolfo
axelfxxx
StealthyC
TarPista
OscarKwok
hr0nix
R.Tutus
lancasm
Aseem Chiplonkar
James S. Jan
kiran1234
Only Title

re infecta's Q&A profile

  • Microsoft ISV Community Center Forums How to judge a field's value is already exist while inputing it?

    Hello, all, I am creating a database to manage all samples in our lab. Usually a sample in a tube is stored in a box which has several rows and columns. So one can find a sample according to the box#, the row# and the column#. I have designed a table including fields like "box#","row#" and "column#". The question is, when I input a box#, I hope the system can look it up in the existing record and tell whether it is a new box or an existing box. If it is a new one, I can start at row 1 and column 1, if it is an existing box, I can find the avalibale cell in it and put the tube in( or, the box is full). I tried to use DoCmd.FindRecord. There are two problems for me. 1) I can not use DoCmd.FindRecord Me ...Show All

  • .NET Development Controlling a pc with a standard remote control

    Greetings - I want to use a standard universal remote control to send commands (create events) on a PC and respond to those events using vb.net. Any suggestions for the most direct route to doing so Specifically, I have a program that I want to have respond to the user pressing "play" or "pause", etc on a remote. Thanks for any suggestions/pointers! im actually in the middle of doing this myself, but controlling from a Windows Mobile device! I've also created a WMP Remote control app for the mobile device, allows you to control WMP from the power of the device, so you can play/pause etc... and connect via bluetooth/wireless/gprs/usb cable.   I guess in your ca ...Show All

  • SQL Server Report page size when printing

    I use SQL Server 2005 Reporting Services. The clients use Internet Explorer 6 or higher on Windows XP. When i access a report by ReportServer URL, the report viewer show me this report with my default parameters selected. If i choose "PDF" format and i click "Export", my report is perfect on printing. My problem is the button print of the ReportViewer page, if i click on it, the printed report is very too large (on two page). I presume that some settings are wrong in my report, the maximum width of the content never exceed 31 cm, i want the report in LandScape. There are my settings for this report : InteractiveSize : 11in; 8,5in Margins : 1,5cm; 1,5cm; 1,5cm; 1,5cm PageSize : 35cm; 25cm W ...Show All

  • .NET Development c# and xml search

    Hello! I have been working on a C# program that searches for a record in an Xml file and then outputs the query results. I can get it to work with one search keyword, but I want to be able to do a search with two or three search keywords also. There is something wrong with the strExpression. It doesn't work when I try to put that "and" in there. Can someone help me fix my string statement "book" and "author" are text from textboxes. Here is Part of my Xml: <ROW> <BOOKID>B00018</BOOKID> <BOOK>HARRY POTTER2</BOOK> <PUBLISHERNAME>ARTHUR A. LEVINE BOOKS</PUBLISHERNAME> <AUTHORNAMEKANA>ROWLING</AUTHORNAMEKANA> <AUTHORNAMEKANJI>ROWLING</AUT ...Show All

  • Visual Studio How to catch "The application cannot undo" message?

    Hello, I used OpenLinkedUndo method with mdtStrict flag to open linked undo context for the changes in my main editor and some other opened documents in my VSIP package. After I closed the undo context, user can edit the files I changed. But, if user tried to undo the changes in my main editor, it got the message box with " The application cannot undo " message. Could I catch the exception and display my own message box because the default is not infomative for user Is there any possibility to do it Thanks. If you are adding your own custom undo units you may be able to implement the new IVsQueryUndoUnit interface, and if you can do enough detection yourself to spot a situation which will ...Show All

  • Visual Studio Team System How to delete folders from drop directory of Web Deployment proj

    I need to delete folders from my drop directory of my web site. My Web Deployment App copies everything over from my ‘Binaries’ folder. I have the code below that deletes the files I’ve specified, but not the directories. The odd thing is that the folders do get deleted in my ‘Binaries’ folder, but somehow they are copied over to the drop directory. < ItemGroup > < ExcludeFromBuild Include = " $(SourceWebPhysicalPath)\bin\*.pdb " /> < ExcludeFromBuild Include = " $(SourceWebPhysicalPath)\*.sln " /> < ExcludeFromBuild Include = " $(SourceWebPhysicalPath)\*.vssscc " /> < ExcludeFromBuild Include = " $(SourceWebPhysicalPath)\*.vbproj &q ...Show All

  • Software Development for Windows Vista Problems incorporating WorkflowCommitWorkBatchService

    Hi I'm currently building a state machine workflow with the OOB web service activities.  I'm using the OOB persistence service and i'm also saving information into a custom data model.  To ensure the consistency between the workflow state and the custom data model I am following the work batch approach.  This works fine however I have the following problem with this arrangement. The problem is that I want to let the client using the web service know if there were any problems commiting the work, ie: I want to give them back a soap exception indicating any failure.  Is this possible using these standard activities and services Just as an example of the problem, I found this problem when I moved my source to a ne ...Show All

  • Software Development for Windows Vista How to start process in session before user logs on?

    I have a need to start a process in a session before the user logons on. On XP I used a Windows Logon Notification Package to do this. When a new session was created, Winlogon.exe in that new session called my WLNP and it was able to start the process before the user logged on. The process is used to support smart card logons for that session. I'm trying to find out how to do something similar on Vista. I know logon notification packages are no longer supported. I know how to write a service to get session creation notification, but I don't know how to start a process in the new session before the user logs on. Is there a function I can use to start a process in another session If so, I could have my session tracking sevice start th ...Show All

  • Internet Explorer Development IE7.0 + .NET 2.0 + AJAX = Problems!!!

    I installed IE7.0 and now my app’s AJAX control (accordion) and hidden panels are not coming up. Is this a potential bug Is my HTML outdated This is happening on my master page with the AJAX accordion control and on a content page as well. I am running XP SP2 on IE7.0.5730.11. Any suggestions would be greatly appreciated. -Tim I've been having a similar problem. I use Asp.net AJAX with web services and ususally just generate the HTML via some functions on the server. Anyway, when my javascript gets back the asyncronous response and I try to write it to the page (usually via div.innerHTML), for certain elements, I get a big whitespot until I hover the mouse over it ...Show All

  • Software Development for Windows Vista workflow data??

    I have a problem with the re-hosting sample. When I define properties for workflow it didn't retained when I re-open the workflow, i.e. loading problem. I read a thread in this forum that talk about this issue but without a solution. I don't now if any body had found a solution for this problem because I stuck in it and I want to finish my project. So please if any body can help me in this I will be appreciated because I don't know exactly where the problem is thanks..   Thank you Tom for your response…   I read about codeDom to know exactly whay are we using it. I found out that CodeDom is for developing automatic source code generators. The goal of code generators i ...Show All

  • Visual C++ how to use the GetText function in vc++ MFC

    Can i use GetText Function to get the text from a file in vc++ mfc.. if so please tell me how... if not , tell me anyother function instead of that to get the text from a file... you can use CFile or CStdioFile etc.so it's Better if you use any of the class which is responsible for performin g a Operation on a File and Then use it's member Function to retrive the text from your File. Thanx ...Show All

  • SQL Server SQL Server 2005 SP2 - December CTP is now available...

    Hello SQL Server Community, SQL Server Service Pack 2 (SP2) has not yet RTM. However, the December CTP bits of SP2 have been out since late Decemeber. These is the second public CTP for SP2. You can download from here . There are 1000's of fixes since SP1 that are in this CTP, so I encourage you to download and see if some of your issues are resolved and report any new ones. You can report issues following the instructions detailed here . In addition, there are new improvements in this service pack. Here is some of them that I was brought to attention: Driving Innovation: § Support for the upcoming Windows Vista. § Data Mining Add-Ins for Office 2007, which enables data mining functionality from SSAS to be ...Show All

  • SQL Server Usage question - running SSIS packages remotely

    Hello, I currently use DTSRun to run packages on my scheduler box. I would like to use the same set up to run SSIS packages. Is there any way to duplicate this without installing SSIS on my scheduler box Can I specify the server on which it should run Just don't want topurchase another license, if possible. - Dave- No. You can only run dtexec.exe locally. Although perhaps you could use rexec.exe to execute. I've never tried that. What scheduler are you using Can you not run the scheduler on the samebox as dtexec.exe -Jamie ...Show All

  • Windows Live Developer Forums How to customize the pushpin popup window

    Im a newb on this stuff I'm trying to convert a VEMaps program from version 2 to the latest. The problem I'm having is trying to manipulate the overall look of the popup window that comes up when you roll your mouse over a pin. In version 2 the developer used the innerHTML parameter of the AddPushpin method to add custom javascript code that would popup a custom window.. is there an easy way to do that in the latest version.. Version 2 AddPushpin method: AddPushpin(id,lat,lon,width,height,className,innerHtml,zIndex) Any help would be great Thanks Kirk Kirk, You should be able to do the same functionality as V2 control. The constructor for creating a pushpin is: var x = new VEPushpin( id , location , i ...Show All

  • Software Development for Windows Vista How to GetActivityByName however the Activity Enabled property.?

    .HI.all i use GetActivityByName to get Activity, but when a Activity's "Enabled" property  was seted to false. this method return null. How Can i Get Activity By Name whatener the Activity Enabled property is ture or false   thanks in advance. Matt. GetActivityByName would not return non Enabled activities. Alternatively the Activities collection can be used to fetch the right activity. This will work for disabled activities as well. ((CompositeActivity)this.Activities["sequenceActivity1"]).Activities["activity2"]... etc. ...Show All

©2008 Software Development Network