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

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

killerless

Member List

ShimonSim
Danny Tuppeny
nbrege
Ujjwal Das
KoenP
barkingdog
Duncan Smith 1974
eldiener
DoS
bookysmell2004
D.V.Sridhar
Benjamin Coats
MagicM
rguifarro
fleo
Umberto
m#
KVelocity
Gee1
project2n5e0o1
Only Title

killerless's Q&A profile

  • Software Development for Windows Vista Missinng flash.ocx in vista rc1.....

    Hello i need help about windows vista rc1 build 5600 ... I tried to install my router's software but the autorun could not run because flash.ocx was missing (installing flash player 8 did not solve the problem) In windows xp/2000 the autorun works properly. What should i do plz help me Hello. The autorun program requires Adobe Flash ActiveX component which is not available in Windows Vista by default. You have probably tried to install Flash Player from other browser than MSIE. Since Adobe doesn't provide direct links to the component's installer, a browser specific version is always downloaded. First of all, try installing the player from this site: http://www.softwarepatch.com/internet/flash.html If this ...Show All

  • Windows Live Developer Forums clickable polyline/polygon

    We can use pushin to create a clickable point to display information, what about clickable polylines and polygons For example, there is a street closed due to pipe line break, or new construction cause 2 miles of interstate highway closed, etc. I want to be able to do similar things with those lines, for example, hover or click on the line, and get information popup window, like those push pins. I know you can not attach events to a line for now, what about future versions I want to know if this can be done in client side, not capture the clicked point and send an AJAX request to a server performing spatial query on that location. Thanks a lot, Yup, that's MUCH better, and that's what I'd like to do. But ...Show All

  • SQL Server ASP.NET Codebehind attrib not responsive

    I am changing the connection string in *.aspx.vb file to a new SQL database server, but the form *.aspx is still connecting to the old server. I have even removed *.aspx.vb file, but .aspx file it is still running fine connecting to the old SQL server as if no changes has occured. I have checked web.config file and have changed the connection string to new database server....no change Does anybody know that what tags or variables I need to tweak to get the form running so that it will respond to changes in .aspx.vb file and it will point the new SQL database server Note: Meanwhile I have migrated the application to VS 2005 on another test environment, and it is woking fine. My dilemma is with VS 2002 in which the application ha ...Show All

  • Smart Device Development Avoiding/Eliminating the "OK to Reinstall dialog box"

    I've built an enterprise solution that includes both a WinForms app and a Pocket PC app. To facilitate the installation of the mobile app, the WinForms app copies the Mobile CAB file over to the device and then executes it. It works fine except that whenever and update is being installed, it presents the following dialog box: Blah-blah-blah is already installed. Re-install OK Cancel I'd very much like to find a way to eliminate this dialog box. Does anybody know how Robert Werner Vancouver, BC I'm having similar issues. I'm testing against a WinCE 5.0 device and a WM5.0 device. The version of wceload.exe on these devices is different. WinCE 5.0 (5.0.1400 STRONGARM) ...Show All

  • Visual C++ .ILK file sizes

    We have very large .ilk file sizes 150megs for a 10meg dll. Can anyone tell me what is in an .ilk file and what steps we can take to reduce their size. Thanks I was also looking for an option to set the .ilk file output directory. Perhaps there is a linker command line argument for this ...Show All

  • Visual Studio Team System Need Total Count of Test Cases

    Hi -- I've set up a solution which holds nothing but a bunch of manual test cases for a product we are shipping. I can execute the test, record results, publish them to a build, etc. I have defined a couple of custom reports, and also use the built-in Quality Indicators report. However, I can't find anyway to get the report to list the total number of test cases that are in the system. This is important for assessing the overall quality of a build. For example, suppose that I have 500 manual test cases defined. For a particular build, 10 of them are run and all passed. If I look at the Quality Indicators report, I see that 10 tests have passed, but I have no idea that there are 490 tests that never got executed. Is there an easy w ...Show All

  • Visual Basic Problem generating interopform wrapper class in sub folder

    When I try to put any interop form in sub folder. The "Generate InteropForm Wrapper Classes" always give me an error. Does anyone experience that Hi, Yes, a subfolder in solution explorer, it just a popup message "Error: generating InteropForm wrapper classes", I moved the form back to root of the project then it generate the classes without problem. Kelvin ...Show All

  • .NET Development RtlFreeHeap Pinvoke

    Hi, I have a method with he following signatures C declaration char* someMethod(int a, int b) C# declaration [DllImport("somedll.dll", CharSet = CharSet.Ansi, SetLastError = true, EntryPoint = "someMethod", CallingConvention = CallingConvention.StdCall)] public static extern String someMethod(Int32 a, Int32 b); I get an exception :Invalid Address specified to RtlFreeHeap Well this is fairly simple function but I can't fighure out what the error is. It is probably something to do with the returned string. Can some suggest a solution. Thanks. Ah OK, I see. I assume the string array is null terminated since you don't know the length. If you declare ...Show All

  • Visual C# Very odd variable behaivor

    I have this code, the CheckKeys is called every frame of my game: public static InputDevice { private static Device Keys; private static KeyboadState Keys; public static InputDevice() { ... //Intialization here } public static CheckKeys() { KeyboardState newKeys = Keyboard.GetCurrentKeyboardState(); foreach(Key key in Enum.GetValues(typeof(Key))) { if(newKeys[key] != Keys[key]) { //Some Code Here } } Keys = newKeys; } } The thing is, the "some code here" is never reached. I debugged it, and it seems that as soon as newKeys is declared, Keys gets the same value :S Device.GetCurrentKeyboardState does not create a new KeyboardState object every ...Show All

  • SQL Server Few simple (silly) questions on SQL 2005 & CLR integration.

    Hi all, I need few clarifications from you experts regarding SQL server 2005 & CLR integration ( my questions might be simple and silly, please bear with me). A web service should be invoked from the SQL Server , Is CLR stored procedure only way to do that Does SQL Server uses the CLR only when the CLR support is enabled OR SQL Server itself runs on top of the CLR no matter it is enabled or not What are the major disadvantages of using CLR stored procedures instead of T-SQL Thanks in advance, DBLearner Hi DBlearner, About your first question, you can Setting the Server to Listen for Native XML Web Services Requests Setting up an instance of SQL Server 2005 as a Web ...Show All

  • SQL Server Report server database security question

    I am currently the only Reportbuilder / Contentmanager / Publisher and admin in the Report server database. I am using windows authentication when creating subscriptions and saving them in this database. Some of the reports that i create have very sencitive information. What risks and procautions do i need to assess if i want to add another reportbuilder / content manager that can manage subscriptions The main thing is I do not want the other builder and content manager to see my report information. is it just meta data that it holds or do i need to worrie about the data also if so what do others do to block them from viewing other peoples data Summery : I just want them to see data that is relevent to their work and not mine. Is th ...Show All

  • Visual Basic Wait a moment!

    In VB6 there was a wait command that would halt the program untill a button was pressed, or some other type of event would restart the programme. Is this still available in VB.Net Unless your code is telling the program to do something (through a timer, for example), the program by default will not do anything until it receives an event. Using Sleep() in your main thread will not help you if you are waiting for a button push. If you have a process that you want to pause, program it to 'stop' at your predefined point, then monitor a flag, waiting for it to be set. Set the flag in your button push. Alternatively you could throw up a messagebox ("Push me to continue"). ...Show All

  • Visual Studio Team System CTP 6.0 Test Project

    I've now uninstalled CTP5 and Instal CTP 6.0 i'm getting the same problem within this solution. If I try to create a DB unit test by right clicking on a sproc I get a message box with "An item with the same key has already been added" this bug was also reported in CTP 5.0 and also now its on CTP 6.0 Is there any way of fixing that Thanks Hi Guys, Just so that it's noted that this is not an isolated incident. I have exactly the same issue as Hosam. I have imported the schema from a connection, not a file. I have a fresh installation of CTP6 as this is my first view of the product ( just what the project doctor ordered!!) The problem occurs for all testable types within the db project, procs, functions, trigge ...Show All

  • Software Development for Windows Vista Directshow time stamp question

    Howdy, I am extracting the mp3 information from a .swf file and streaming to an avi file in directshow. I need to set up the time stamp on the audio manually. The problem I am having right now is that I can't set the time stamp in my way: (0, 2000000) (2000000, 4000000)(4000000, 8000000)(8000000, 16000000)(16000000, 24000000),.... As you can see, I want to use small step(4000000) to set up the timestamps for the first couple frames and then use a large step(8000000) for the rest of time stamp. When I use settime, I always get the error from directshow which says "the start time stamp is later then the end time stamp." I have printed out all the time stamp that I stamp on each audio sample and can't find any illegal time stamp. Al ...Show All

  • .NET Development How to get from clipboard the data of unknown format, and then put it's back without loosing anything? (.NET & Excel)

    How to get from clipboard the data of unknown format, and then put it's back without loosing anything For example: 1) Copy some cells from Excel to clipboard, using buttons. 2) In my program, getting data from Clipboard, and putting it in my variable called vClipData. 3) Closing Excel. Than opens it again. Creating new document. Clearing the Clipboard by copying blank sumbols. 4) In my program, putting value of vClipData to Clipboard. 5) In Excel click right button, than click Paste. In that case I must see in Sheet data, that I copyed in 1-2st steps. Well... Please solution (VB,C#), if posible... Thanx to anyone. Yes, CSV is one of the excel's file formats, but with it you lose all formatting info... ...Show All

©2008 Software Development Network