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

Software Development Network >> Guardian-ND's Q&A profile

Guardian-ND

Member List

Sean Connolly
Srikant0102
Naheem
Robert Conley
Bartley
NessDan
Lawrence Liu - MSFT
Roach
ds.
Uncle K
jods
silence421
I LIKE VB.NET
Javahar
logtorahul
BortNE24
HinDRAncE
MaggieChan
Luis Simões
keithc
Only Title

Guardian-ND's Q&A profile

  • Visual C++ ATL COM MTA And STA Models

    In STA COM Environment do the events go to the subscribed client in a queue In MTA COM Environment do the events go to the subscribed client in a queue If the answer is no do we have to use Mutex in the subcsribed client event function to prevent Accesing the same object in the same time. Please answer all the questions and note that I am not asking COM interface functions but interface events like Fire_Start(unsigned short objectID); Thanks in advance Since you haven't gotten any replies yet, you should direct this question to http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ole&lang=en&cr=US . Also, see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=789657&Sit ...Show All

  • SharePoint Products and Technologies Alerts not being sent

    About a month back Sharepoint stopped sending alerts to subscribers. Notification is only sent when a new user is added. No other alerts are working for any of the Sharepoint sites on the server. I've searched pretty extensively for a solution and the closest I have come is: http://support.microsoft.com/kb/894632/en-us. But the kb solutions did not correct the problem. The SP installation is running on server 2003 sp1 and the SP version is 2.0 (version no. 11.0.6361.0 (sp1)). At this point I'm baffled but I really need to get this fixed. Any ideas or help is really appreciated. Sounds like your WSS search is broken. Follow these instructions to fix it. Shane Young ...Show All

  • SQL Server How does SQL Server 2005 work with old applications

    Hello All, How does SQL Server 2005 work with all ready existing applications that ran on SQL Server 2000. Does SQL Native Client work backwards compatible to the old applications, And if it is, is there anything special I need to do. If it is not backwards compatible, do I need to use the old MDAC How would I use it in SQL 2005. Thanks all..... Nina You can use the SQL Server 2000 Best Practices Analyzer to scan an existing SQL Server 2000 database to look for problems that you may encounter when upgrading to SQL Server 2005. When you first upgrade a SQL 2000 database to 2005 (by restoring from a backup or detaching and the attaching), it will be in 8.0 compatibility ...Show All

  • Visual Studio The report definition for report 'report.rdlc' has not been specified

    Hello, I created a simple report, bound the report to the ReportViewer-Control. But the only thing I see is this error message "The report definition for report 'report1.rdlc' has not been specified" I searched this forum and found thread about this problem . There somebody suggested to prepend report name with namespace in ReportEmbeddedResource property. I tried that but with no luck. Somebody also suggested to check BuildAction property of .rdlc file and set it to Embedded Resource . But i cannot find this property in Visual Studio. Where is it Examininig resulting .exe file generated by project shows that there is no embedded resource with .rdlc file. How can i embed .rdlc into .exe Thanks ...Show All

  • .NET Development Xml Schema definition for element with different content

    Hello! I would like to define a schema for an element that has different content in various cases. In the first case the <node> element can have 1 attribute and 2 subnodes. < root > < node ID =" 123 "> < subnode1 ></ subnode1 > < subnode2 ></ subnode2 > </ node > </ root > In the second case the <node> element can have 2 attributes, where the "deleted" attribute must have the value 1. In this case no subdnodes are allowed. < root > < node ID ="123" deleted ="1"/> </ root > How can I define a schema that says that the <node> element can have either the ...Show All

  • Visual Basic Inernet

    Using Vb, is it possible to download zipped files from a website, unzip them, and then use the files inside Steve it is. you can use either the ftp or httpwebrequest classes to take in the request, save the file then do whatever you want with the file. to extract the zip file, you can either "shell" it out using a 3rd party software or maybe use the Gzip classes/stream in .NET 2.0. here is a small example achieving the downloading of a file: http://www.codeproject.com/csharp/FileDownloadManager.asp gzip class: http://msdn2.microsoft.com/en-us/library/system.io.compression.gzipstream.aspx hope it helps! ...Show All

  • Visual Studio Team System Team Foundation Server and Incident Management

    Hi, For our managed services department we have just started we are thinking about buying an incident management system. Since we do not only proviced operational support but also support for our products I was wondering if it would be a good idea to use TFS and Team System as our incident management system. We currently not using TFS and Team System. Does anybody have any experience with this and would it be the "rigth" tool for the job Thanks, Jay Definitely not. The closest you'll get to incident management in Team Foundation Server at the moment is work item tracking, and that is mostly developer-/architect-/tester-centric. I think Microsoft either has plans for or is curren ...Show All

  • Windows Forms printing blank pages

    I have set a custom defined page setting for printing invoices using a dot matrix printer. The printer sends out couple of blank pages after each printing. How to stop printing blank pages in c# regards, peejayyes ...Show All

  • Visual Basic Full Text Search in Visual Basic

    I am trying to create a simple full-text search application in Visual Basic (2005 Professional trial version). I have been successful in doing full-text searches within SQL Server Management Studio using SQL queries, so the database has a working catalog, index, etc. Here is a sample SQL query statement that I have used in SQL Server Management Studio: SELECT SectionText FROM Full_Documents WHERE CONTAINS (SectionText, ' "radio" '); This query returned all the rows containing the word “radio” within the SectionText column of the Full_Documents table. I have placed a textbox (SearchTextBox), button, and listbox on a form in VB. I want to be able to type a word in the textbox, clic ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sample of animated character.

    Some time is passed after "XNA Game Studio Express/Framework 1.0" become available, there are now some source code samples from Microsoft (or others) of animated character (loaded from X file, animation too) Thank you Toni Dastle and his team has released a sample and also a tutorial at there Codeplex site of the XNA Animation Components. http://www.codeplex.com/animationcomponents There is a video on Youtube demonstrating a dwarf walking and runing. http://www.youtube.com/watch v=jD9DrHr8jwU ...Show All

  • Visual C# Finding items on a generic list.

    Hello, in a generic list, why I apply the sort() method first and then I can find a specific element of a generic list List<T> Thanks, It's unclear what you are asking for. If your object implements IComaprable, List<T>.Sort will properly sort the list. Finding an item depends on what you mean by "specific element".... By index number By a particular property ...Show All

  • Visual Studio Express Editions media time calculation

    Hi need the maths calculation for this: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If OpenFileDialog1.ShowDialog Then mplayer1.URL = OpenFileDialog1.FileName Timer1.Enabled = True Private Sub Timer1_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Label1.Text = mplayer1.currentMedia.duration But It displays the length as 345.232 for example. how would I format this as 3:00 for example ok not too much luck unfortunately. I thought the DurationUnitChange event would work but not quite. Well the current idea that is present is to do as ...Show All

  • Community Chat hi I know this might be real simple for all of you but can you help me in creating a batch file to close multiple windows th

    hi I know this might be real simple for all of you but can you help me in creating a batch file to close multiple windows . i hav a batch file that opens multiple windows :: start iexplore.exe http://www.google.co.in/ start iexplore.exe http://tinyurl.com/ start iexplore.exe http://eventid.net/ and i save it as a batch file from notepad.. help me in creating a batchfile to close the same   dear there is a way in C# using System.Diagnostics; killprocess is given there m talking abt .net 2.0 not sure abt 1.0 its simple..try following code: open .net 2.0 with c# using System.Diagnostics; Precesses prs[]=int getprocesses(); Process.start("a.exe") killprocess by id.. if u ...Show All

  • Visual Studio 2008 (Pre-release) ListView performance when resizing columns.

    Hi, I'm using the ListView control with a standard GridView. I have about 8 columns bound to a DataSource (which inherits from Collection<T>) using aDisplayMemberBinding for each column. I don't give a CellTemplate - I just let the GridView display the values as Text. My problem is with Performance. I have about 250 items in the Grid (I'm going to need up to about 600), and yet already the performance is not good: specifically with resizing the columns. Clicking a column border and then dragging takes about a second to respond. Is this a known issues Is there something I can do about it Thanks, Sam Hi, Sam It should not be so slow as you mentioned. I guess the reason is all the it ...Show All

  • Visual Studio VSS LAN Service Issue

    When opening a project from VSS, i'm getting this little message: Unable to use SourceSafe LAN service, performance of SourceSafe operations will not be optimal. VSS is hosted on Server 2003, I am getting nothing in the event logs on the server or the client. We have several workstations accessing VSS, mine is the only one getting that message. I have ran Alin's SSServiceTest tool, and these are the errors: Ping function failed with error 000006d9. SSServiceTest: Accessing file $/File.txt in \\server\ssdb database ... GetFileStatus function failed with error 000006d9 . I would ignore it, but VSS operations seem to take forever. Anyone help with suggestions No, client machines don't need any ...Show All

©2008 Software Development Network