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

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

pstader

Member List

cisfreak2
RabinLin
skrajmohan
morog
Francesco De Vittori
rcpedersen
David Beavonn
Manyam
Darren Baldwin
Asim Zeeshan
Mirai
Stephen Turner
Cell_PT
Jamie Thomson
ananta
Marnik Van Hileghem
LeeroyB
RTS4ME
AbhimanyuSirohi
ranasrule
Only Title

pstader's Q&A profile

  • Community Chat LED connected to parallel port and flashing Morse Code!

    Hello everyone! I connected an LED to my parallel port yesterday..Then, I created a program in C# to control it. The program makes the LED flash morse code. I really enjoyed making it! Check it out on my blog: http://ashishrd.blogspot.com . If you can't find it on that page..go here: http://ashishrd.blogspot.com/2006/11/morse-code-converter.html . Hope you find it interesting. I'd love to hear your comments. :) Ashish The video's working now so here goes: AWESOME! Now you should make some kind of 'eyes' for your computer that converts the flashing back into text (just for the hell of it) ...Show All

  • .NET Development Convert DateTime between different TimeZone

    Hey, We need find a way to convert DateTime between two different TimeZone regard what TimeZone you chosed in your local machine. We found all TimeZone information are stored under HKEY_LOCAL_MACHINE\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones . We want make sure this registry key are same in vary windows os, such as 9x, 2000, NT, XP, 2003 server and Vistra. If you have can help us verify this, that will be great. Thanks, Dim MyTimeZone As System . TimeZone = System . TimeZone . CurrentTimeZone ...Show All

  • Visual Studio Team System Customization of test conditions?

    Hello everybody, IMHO list of test conditions for a Database Unit Test is too restricted, and of course I'd like to customize both list itself, and parameters in existing conditions. Is there any way to do it Hi Mark, results(0).DataSet.Tables(0).Rows(0)(0) It looks like the VB project could have better references added to it when a DBUnitTest is added to enable intellisense for the DataSet; I will look at adding that for the next CTP. In the meantime, if you could add a reference to System.Xml to enable intellisense. Remember, the DataSet is populated by results from the test execution, so it is possible to specify an invalid index into one of the above collections. If we were to add test condit ...Show All

  • SQL Server Cube, Build, Deploy, Process

    Dear all, I'd like to get simple and clear explanation of the cube in data mining, and 3 notions we encounter a lot : Build, Deploy, and Process. (1) What is the cube that is created when we deploy a mining solution/project I wonder what type of cubes they are because although the dialog on deploy/process show that cube, after successful deployment we still don't see the cube in Cubes folder of the project. (2) Why the SQL Server created that cube Even though we process only one table and only use case-table (without nested table) (3) Can someone explain these 3 concepts with CLEAR differences between them (A) Build (B) Deploy (C) Process As far as I know, the stages are like that : build, then deploy, then process. Also, it seems ...Show All

  • SQL Server "Failed to load expression host assembly. Details: StrongName cannot have an empty string for the assembly name. "

    I previously had an ASP.NET 1.1 site running on my IIS 6.0 server ( not the default website) with Reporting Services running in a subdirectory of that website.  I recently upgraded to ASP.NET 2.0 for my website and was greeted with an error when trying to view a report.  The error was very non-descript, but when I checked the server logs, it recorded the details as "It is not possible to run two different versions of ASP.NET in the same IIS process.  Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process."   First of all, I could not figure out where and how to do this.  Secondly, I decided to try to also change the Reporting Services folders to run ASP. ...Show All

  • Software Development for Windows Vista pop up a dialogbox from the click of the command link in my custom Credential Provider

    Hi Guys, I have written a new credential Provider in which I have only one control, Command Link. The on-click of that I want to pop-up a Dialogbox (I am easily able to pop-up a message box). The Dialog-proc is getting fired but the dialog is not showing up. What could be the reason I am passing the parent as NULL as I cant even call GetDesktopwindow(). I tried both the CreateDialogIndirect(...) and DialogBox(..) When I call the CreateDialogIndirect, I am creating the DLGTemplate in memory...even that is not working. What could be the reason Is it really possible to pop-up a dialogbox at this point Any help in this regard is appreciated. Another thing is the Submit button in the credential Provider, can this be mad ...Show All

  • SQL Server SQL Server Logs - big and unopenable

    For whatever reason the SQL Server Logs (found under Management|SQL Server Logs) are fairly large. 'Current' right now is 52.606.607bytes in size, older ones are . This effectively prevents them to be opened from the Enterprise manager. Is there a way to rotate this SQL Server Logs on a higher pace Thanks joey. I was not talking about the transaction log. I was talking about the SQL Server Log, found in Enterprise manager under Management. ...Show All

  • Windows Forms Multiple Controls for editing a Single Column of Datagridview Control

    HI, I have a datagridview on which one column is a combobox column on the basis of the value selected by user on the column ,Other column get populated the value .I want the other column have different controls for editing .Can a column have different controls for editing like a DateTime picker ,a Textbox and a combobox in a single column. Regard Anilesh Lakhtakia Simple answer: Every column belongs to one and only one 6 predefined or custom class. That's why a single column is under one defining class, say DataGridViewLinkColumn contain only hyperlinks if any and nothing more. Column class defines possible access methods for that particular data type. Hope this clarifies situation and usage. ...Show All

  • SQL Server Question about Merge Replication

    How is it possible to use single database as a pull subscriber to one Merge Publication and as a Merge Publisher to few push subcriptions ! Actually i have a 3 tiers heirachy in which i need to update data in all directions. For this i need to use Merge replication at all layers but the problem is at the middle layer ( intermidiate Database ). Please help me. Regards, What is the reason for needing to republish You should only want to do this if you need to scale out. Is this what you're trying to accomplish ...Show All

  • .NET Development RSS data

    How can I decipher RSS data feeds with VBX 2005. Is there a component I can use Thanks. I would first recommend examining the RSS 2.0 specification so that you can familiarize yourself with the information a RSS feed can provide. If your requirements are simple you should consider using the .NET framework XML classes to consume the RSS feed data. If you need a richer conceptual model to program against, I have written a syndication framework that is available on CodePlex at http://www.codeplex.com/argotic that allows developers to read/write syndication feeds in both RSS 2.0 and Atom 1.0 formats, as well has OPML 2.0 documents, etc. I also want to point out that Microsoft in the Visual Studio Orcas ...Show All

  • SQL Server SQL - dosomethingbig

    Hi All, I have a very simple problem that I guess most of us have but we might tend to igore it. We have a ASP.NET application, once a week we need to call a "create schdule" function from this application. This should have been in off hour process but we were not able to do this because of some business rules. This simply calls a stored procedure that will take approx. 1.5 hours to complete. When we call this procedure the SQL utilization becose 100% and then our simple query became unresponsive. Can we by some way tell this particular store procedure not to take 100% CPU, (sql server resouce), so if say some one ask SQL to get back with login credential this can be done when this sp is runnning.. [50%CPU] create procedure ...Show All

  • .NET Development Getting deleted child rows for a "SINGLE" parent row

    Hi, I have 3 related tables. First one is the parent and the other two are children of the first one. Ican navigate through parent and its children using DataGridViews and relations. When I delete a single row from my parent table I want to delete only its children not all the deleted rows in child tables. When I use DataTable.GetChanges() and try to iterate through its rows checking if the row's foreign key matches to the parent row's primary key I have an exception saying "you can not access a property of any 'deleted' row" which forces me to delete all deleted rows from each child table. How can I get the deleted rows that belong to my parent row Thanks for any help. I perfor deletes one by one because I do ...Show All

  • .NET Development TCP keepAlive settings problem

    am trying to set the keepalive timer by the setting the keep alive option in setsockopt Cli.SetSocketOption( SocketOptionLevel .Socket, SocketOptionName .KeepAlive, true ); i found something in .net similar to the WSAIoctl(socketid,SIO_KEEPALIVE_VALS,struct tcp_keepalive settings,...) in winsock2 library which sends keep alive messages every n milliseconds specified by the tcp_keepalive.keepalivetime. the api am trying to use is this Cli.IOControl( IOControlCode .KeepAliveValues,...,...); can someone tell me how to use this api to set the keepalive time and interval to the socket or does the .NET framework is incapable of doing something similar. Thanks in advance Sathish On the receiving ...Show All

  • Smart Device Development CameraCaptureDialog Issue

    Dear guys, If I am trying to use CameraCaptureDialog class on a Windows Mobile Pocket PC device. I got a function as follows public void StartCamera() { CameraCaptureDialog ccd = new CameraCaptureDialog (); ccd.Mode = CameraCaptureMode .Still; ccd.StillQuality = CameraCaptureStillQuality .Default; ccd.Title = "Take picture now" ; ccd.ShowDialog(); } The application got 3 forms. 1st form opens 2nd and 2nd opens 3rd. The code works fine when I call it in the first and second form of my app. It loads the camera dialog and i can take picture but in the 3rd form its raising the following exception on ccd.ShowDialog(); - $exception {"An unknown error occurred."} System.Exceptio ...Show All

  • Visual C# runtime does not end

    Hi, I have a win form which calls a dll and do some operation. when in Debug mode, as I'm closing my form , I notice that the runtime does not end - the form disappears, but I'm not returned to "edit mode" in code for VS.Net. I think the reason is that the ojbect referenced in the dll file is still in memory and need to be cleared before the program can be really shut. Is it right Many Thanks Jerry ...Show All

©2008 Software Development Network