Software Development Network Logo
  • VS Team System
  • .NET Development
  • Visual C#
  • Visual FoxPro
  • Windows Forms
  • Smart Device
  • Windows Vista
  • Visual J#
  • Microsoft ISV
  • Visual Studio
  • Game Technologies
  • Visual Basic
  • Visual C++
  • SQL Server
  • VS Express Editions

Software Development Network >> bapper1's Q&A profile

bapper1

Member List

Antonis
Jack Diamond
Alexander P.
Hyro
Steven Hemingray - MSFT
Femiani
bigrockshow
jtucker
Cy Harper
Stephen Crabb
Mark Wilson
afita
Lachender Delphin
BinaryWave
jwooley
pink_flower4love
phita
Beau Peep
Luc Morin
commerce hacker
Only Title

bapper1's Q&A profile

  • Visual Studio Build is being skipped

    So I got my copy of VS 2005 Standard at the rollout event and installed it.  I took a compact framework project produced in VS 2003 and copied it to a new directory and converted it to VS 2005.  When I attempt to "Clean", "Build", or "Rebuild" the project I keep getting the message " ========== Build: 0 succeeded or up-to-date, 0 failed, 1 skipped ========== ".  I tried deleting the exe's and the object files manually to no avail.  I tried turning off edit and continue assuming that it could be making decisions about when to build and when to skip but it still just keeps skipping.  Any ideas Bill Yes.. This was ...Show All

  • Windows Forms IssueVision v.s. JavaScript

    I honestly think if we use Javascript and CGI to write a Bugzilla-like HP, the total lines of code will be less than what is in IssueVision, to achieve the same level of functionality. What is the point in the SmartClient With a web app there is no way it could be used without a perm connection to the internet network. ...Show All

  • Visual Basic creating a vb code file to hold all functions

    Hi, I want to create a visual basic code file that I can place all my functions in so that all my programs can use this one file instead of including the function in each webpage, etc...similar to a #include file for C++.  How do you do that in Visual Basic .NET You cannot do that and you don't really need to. You need to make a class library project, put your code in there and add a reference to that class library into your web projects.   ...Show All

  • Windows Live Developer Forums And the winner is...

    Within a few weeks, the winner of the Worlds best app contest will be anounced, so I think it's an interesting question to ask: Who (or which app) will win   My guess:   In the Games section I think somebody from the netherlands will win... There are a few good games (actualy a lot of good games, but these are the best in my opinion): - Hangman (very basic and simple, doesn't require a fast pc, everybody knows how to play it - Tankwars (the one with the most launches, I like it, but it get's kind of boring after a few times... But it's still a good 2 player game! - Pool (nice graphics, very smart use of MSN Ear ...Show All

  • Windows Forms datagridview with combobox column

    I have a datagridview with the first column as a combobox. Sometimes when I enter data into all the columns of a row and continue to tab to the next row, the data that I entered disappears. The datasource for the datagridview is a dataset and normally this works correctly. But I shouldn't get intermittent wrong behaviour. Any help would be appreciated. Thanks, /jerry I found the problem... the row of information depended on a 'click' in any column to assign a value to a variable... I was occassionally entering data by just tabbing from one column to the next. I have since changed the code to a ...Show All

  • SQL Server Script Task vs. Script Component

    Under "Control Flow Items" appears the Script Task. Under "Data Flow Sources" appears the Script Component. The Script Task also supports .NET scripting so why is it intended to be used with control flow and not data flow TIA, barkingdog The Script Task executes in isolation. It has no reliance on any other task nor vice versa. Components however work in unison with other components in the same data-flow. That is why the script task works in the control-flow and script component works in the data-flow. What requirement do you have that caused you to ask ...Show All

  • Smart Device Development VS2005 RC : No Windows Mobile 5, No Win CE 5 Projects with C++

    When  I create a new Smart Device Project with VC++, choose a win 32 app, I only get a PPC 2003 and Smartphone 2003 projects. How do I get Windows Mobile 5 (PPC and Smartphone) and Windows CE 5 projects with VC++. With VB and C# I get them. Keen to explore the new API features. Using the Release Candidate of VS2005, complete install. Hi, I just have a question about WinMobile 2005 SDK ... After installing this SDK i'm just able to make project in VS2005 for PPC 2005 devices ... But in EVC 4.0 SP4 there is not any sign of PPC 2005 Project !! Is it right ! I should go for VS 2005 for developing softwa ...Show All

  • Windows Forms Using Win32 API to get mouse click

    Hi, I'm developing a small "colour picker" app in VB.Net to get the colour at a particular pixel anywhere on the screen (ie: not in the form).   I understand I have to call the Win32 API to do this, perhaps trapping the WM_LBUTTONDOWN event but I'm really confused as to how I am meant to do this from a VB.Net program.   I  ...Show All

  • Smart Device Development Debugging without ActiveSync?

    Is it possible to debug a native application from Whidbey Beta 2 on a Windows CE 5.0 device that doesn't include activesync   In the device settings the only choice seems to be ActiveSync. What is happenning is that the emulator is not recognizing the idle loop in the BSP and is trying to execute it at maximum speed. The workaround is to change the idle loop in the SMDK2410 so that the emulator sees it and goes idle. The key sequence of ARM instructions that the emulator is looking for is generated by:  do {} while (!fInterruptFlag); So here is a sample implementation of OEMIdle that will cause the ...Show All

  • SQL Server 'LIKE' function in SSAS ?

    how can i filter rules in a dmx query NODE_CAPTION LIKE '%something%' doesn't seem to be recogenized by ssas.. help plzz No, the LIKE operator is not supported in SSDM 2005. A possible workaround is to use a UDF (user defined function) to perform the filtering. See http://www.sqlserverdatamining.com/DMCommunity/Newsgroup/3100.aspx for more details. thanks ...Show All

  • SQL Server Web Synchronisation Throuth SSL

    hi, i have done Web Synchronisation Using RMO , where i have an remote server at a remote place, where the Virtual Directory is Configured With SSL, for testing purpose if i access from the Client Computer entering http://72.17.246.214/SyncAbita/replisapi.dll diag " in the address of IE giving an errormessage "Unable to Reach Remote Host", if i remove SSL on the Server , i am able to access "SQL Websync diagnostic information" Page from the Client Machine, is it not possible to get perform Web Synchronisation With SSL, then i have inStalled 7 days Trial Version SSL on the Sever. Can any body help me out on thi ...Show All

  • Windows Forms Transactions?

    Hi I couldn't found something about transaction (ado.net, dtc). I expected, that I can find something like this in this application. Why are transactions not used  Or did I missed them Regards SeeSharp you do the transaction yourself outside of the DAL create a new connection object, attach it to a transaction, open the connection, pass that connection into the& ...Show All

  • SQL Server Trying to move a package to a new server

    Got a multi package project that is working well on one machine, Now I want to move it to another (both running the June CTP) I copied all the files but when I open it I get: Error 8 Error loading NPRImport.dtsx: Failed to decrypt protected XML node "PackagePassword" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.   c:\documents and settings\administrator\my documents\paulsvisual studio\projects\data transformation project4\data transformation project4\NP ...Show All

  • Visual Studio Express Editions Bookmarks window

    I can't work out how to open the bookmarks window in Visual Studio 2005 beta -- it's not there in the view menu, and there's no View.Bookmarks entry in the keyboard configuration. I can still set bookmarks by enabling the text editing toolbar, but I can't associate any text with them. Is it there at all How do I open it TIA. Tim In Visual Studio 2005 Beta 2, Bookmarks window may not visible depending of your settings. You may always display it by using Ctrl+W,B or View > Command Window, then type 'View.BookmarkWindow' in command window. Pietolit ...Show All

  • SQL Server Problem connecting using Windows XP Professional

    Greetings, I installed SQL Express 2005 on my machine with XP Professional. My machine name is ROBERT and my user name is Rob. I did not get asked during the installation to supply an administrator password. Following the installation when I try to connect using a C# app and setting IntegratedSecurity to true I get told that ROBERT\Rob is not authorised to connect to the database (paraphrased as I do not have the exact error message with me). How do I go about adding my user name to the database if I do not know what the "sa" password is Thanks, Robert Hi Robert...you are having tr ...Show All

©2008 Software Development Network