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

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

DiskJunky

Member List

Sam Jost
arkiboys
Charltonn
bobo224
Madhuchhanda
Batikit
Ogulcank
Arjun B
Olley
Carlos Chicas
nehajampala
r3n
Edward1
Djalma Rosa dos Santos Filho
ChrisB999
sofakng
Brian12184
Troy L
Eduardo Coelho
Jeremy Peck
Only Title

DiskJunky's Q&A profile

  • Smart Device Development DataGrid & DataBinding

    Hi Guys, I am working on VS2005 and Compact Framework 2.0 I have 1 dataset with 2 tables Inspections and violations InspectionsDataGrid  is bound to InspectionsBindingSource ViolationsDataGrid is bound to FK_Inspections_Violations I can customise the grid' columns if it is bound to a parent table but not to a child table All my changes are overritten with the column names from the tables :( Some one help please. Thanks, Joao You can't bind to relations on NETCF's grid. Please see this for workaround: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1455&SiteID=1 ...Show All

  • Visual Studio 2008 (Pre-release) Slider Template like media player 11 volume

    Hello everybody I want to do a slider template like the media player 11 volume item. The problem is that I don't know how to make the line between the start and the actual thumb position. In the next figure I want to make a line between the start and the actual position of the Thumb. Any idea about it I==========O--------------I Thanks a lot !! There's an article about Templates in the January 2007 issue of MSDN Magazine: http://msdn.microsoft.com/msdnmag/issues/07/01/Foundations/default.aspx . One of the examples is a slider. ...Show All

  • Visual Studio 2008 (Pre-release) Opening a URL to a new browser instance

    Quick question... is the WPF recommended way to launch a URL in a new browser instance still to do this I'm just wanting the URL to open in IE or whatever default browser is used. System.Diagnostics.Process.Start(url); Or is there something new that is better Yes, that way you ensure the shell instantiates whichever browser happens to be the default on that box. If you don't require a new Browser instance for the navigation, and want to keep the user in the same application context, you can do for example System.Windows.Navigation.NavigationService.GetNavigationService(this).Navigate(new Uri(@" http://www.microsoft.com ")); (where this is used to get the navigation container). Note: either approach won't ...Show All

  • Visual Basic using NonSerializedAttribute class with Visual Basic events

    I am having a problem serializing an object, in that it has events, which are handled by event handler methods in an instance of UserControl. Thus, when the object is serialized, those events are serialized, along with references to their handlers, which makes it try to serialize the UserControl instance, which cannot be serialized (even if it could I wouldn't want to). Apparently you can't just use <NonSerialized()> on an event. I saw the following example in C# on http://msdn2.microsoft.com/en-us/library/system.nonserializedattribute.aspx: "To apply the NonSerializedAttribute class to an event, set the attribute location to field, as shown in the following C# code. [field:NonSerializedAttribute()] public event ChangedEventHand ...Show All

  • Software Development for Windows Vista Which SDK to use for Indexing Service Integration?

    I am developing a custom search engine for my .NET website that I want to integrate with the Microsoft Indexing Service. After doing some research, I found that I can really do it one of two ways; by manually creating the index using the windows programs and making SQL Statement calls to the Indexing Service, or by developing my own class library that will allow me to manage (create/delete) indexes on-the-fly, run searches, and use filters. I would like to build my own class library in VB.NET. After doing my research, I found the following info on using the Indexing Service libraries in C, C++, or VB. http://msdn2.microsoft.com/en-us/library/ms692211.aspx I see that there is an SDK for just about everything, but I am having probl ...Show All

  • Visual Studio CR database connection

    Hi to all, This is my first time using CR but I was recommanded to use it. I am using C# and Access as a db. My program is to print a bill and I use CR to do so ( I use CR only for printing its not displayed to the user). My question is how can I make the database connection path usable not only with my computer database path for the deployment. I hope my question is clear :") ...Show All

  • Smart Device Development Doublebuffer in UserControl

    Hello, I am getting the following: Error 1 The name 'SetStyle' does not exist in the current context C:\test\myclass.cs 38 13 When I do this: SetStyle(ControlStyles.DoubleBuffer, true ); Can't you double buffer in the compact framework using C# Anyone have any other suggestions regarding form flicker when scrolling I have tried these methods without success. Any suggestions would be appreciated. Thanks ...Show All

  • Visual Studio Team System geting saving error when editing defect?

    Hey Everyone, hope your having a great day at work anyways i am geting this error when i am trying to edit any bug defect "Save failed The value for the field 'Changed by' must be empty." i am wondering why do i get this error, how can i possibly fix it and how come sometimes after i do actually save my changes to my defect the assigned to field goes blank Thanks for all your time and efforts Hi Looks like in your Work Item Type definition, for fields ChangedBy and Assigned To fields you have some rules which are not allowing you to add some value. Can you attach your Defect WUT definition Thanks Sagar ...Show All

  • Visual Basic List Folderames in a folder

    How do I list the names of all the folders inside another folder you would pretty much do a string parsing process: Dim theFolders() as String theFolders = Directory.GetDirectories( path ) for each currentFolder as string in theFolders Me.theListBox.Items.Add(currentFolder.SubString(currentFolder.LastIndexOf("\")) next that should do it hopefully. Another way would be: Path.GetDirectoryName(currentFolder) in the for each loop does this help ...Show All

  • Visual Studio Visual SourceSafe Instalation Error

    In order to migrate VSS6.0d database to TFS i need to install VSS2005 couse the converter needs VSS2005 API. I have a DVD with Visual Studio Team Suite that includes VSS2005. The instalation start correctly but  when it access to file Microsoft.VisualStudio.SourceSafe.Interop.dll the follow error is showed. --------------------------- Microsoft Visual SourceSafe 2005 - English Setup --------------------------- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2337. --------------------------- OK   --------------------------- Some body knows what is happend here or how can i troubleshoot Thanks in advance ...Show All

  • .NET Development Interop Thread Leak?

    Hi, I'm hoping for a few pointers for tracking down a resource leak. I developed a VB 2.0 indexing application which is using FileNet's Capture COM objects and we're occasionally seeing a fairly serious leak. It doesn't appear to happen consistently (one user has never had one and I can't seem to reproduce it in my test environment), but it does occur regularly in production. I've been using various tools to poke around in a mini-dump (w/ full memory) and I've seen a few potential problem areas, but I can't seem narrow it down any further. Using PerfMon I found that the leak appears to be in private unmanaged memory. When I open the dump in WinDbg, I get this message: This dump file has an exception of interest stored in it ...Show All

  • Visual Studio 2008 (Pre-release) Web Service Hangs after simultanous request.

    Hello, I have a problem with two webservices that is the same: when a do simultanous request to the webservice the webservice hangs. and with basichttp binding everything works fine. When I switch to wshttpbinding the problems begins. Afeter about one minute I receive this error: This request operation sent to http://core2duot5600/QuestionnaireDB/Questionnaire.svc did not receive a reply within the configured timeout (00:01:00). The time allotted to this operation may have been a portion of a longer timeout. This may be because the service is still processing the operation or because the service was unable to send a reply message. Please consider increasing the operation timeout (by casting the channel/proxy to IContextC ...Show All

  • Software Development for Windows Vista Workflows on .Net Framework 2 vs .Net Framework 3

    We are looking into doing Workflows with a MOSS 2007 implementation. I have read a bit and downloaded the Beta 2.2 components and the VS 2005 Extensions for developing these. My question is how does this all fit in with the new Workflow stuff coming out in the .Net Framework 3 (aka WinFX) I read that this will run on Windows XP, Server 2003 along with it packaged with Windows Vista but I am very confused. Are these Beta 2.2 versions early versions of the new stuff coming out but built to run on the .Net 2 framework currently or will there be a real release for the 2 framework and the New Vista stuff come out later running on the .Net 3 framework What are the go live options for these (I think I saw something on this I will check) bu ...Show All

  • Visual Studio Team System TFS errors after enabling SP1 ISAPI filter

    I'm trying to get this SP1 ISAPI filter working, but when I enable it I have connection problems with the TFS. I can still connect, but can't see work items or source control. I have the ISAPI filter configured like this: [config] RequireSecurePort=true ProxyIPList=192.168.1.1; There is an event log entry that says it has started correctly with that configuration. Here are the event log messages that start showing up when I try to connect with the ISAPI filter installed: Detailed Message: TF53002: Unable to obtain registration data for application VersionControl. Web Request Details Url: https://tfs.domain.net/VersionControl/v1.0/repository.asmx [method: POST] User Agent: Team Foundation (devenv.exe, 8.0.50727.147) Heade ...Show All

  • Visual Studio Express Editions Getting original settings

    Hello, I have problems trying to get to the original settings of Visual Express 2005. I normally use: tool->Import and Export settings and then use reset or import original settings. I thought this would fix the problem, but not.. I obtain the same settings and not the original ones. Would it be possible that the original settings of visual express 2005 are corrupted by my own settings Where can I find original ones I just want everything new, as it was when I installed visual express the first time... thanks for your help cesar :-( nop, I erased both files (the folder was empty) and it is true, a new file of settings is created. But, I re-open my visual express c++ and the "include files" ...Show All

©2008 Software Development Network