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

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

DavidThi808

Member List

easy_coder
Eric Lewandowski
Stefan Prodan
Syl20
GregCrossan
Alexei Baskakov
yukizz
Petr Melichar
Sam Vella
RussianValery
Tim Rice
adz2006
AndrewTaiwan
Janice Lam
Stefano B
David Vertex Harris
JoeSox
JodyT
Susheil
tandonk
Only Title

DavidThi808's Q&A profile

  • Visual Studio Team System Satellite Assembly

    Hello all, I have worked on this satellite assembly thing for over a week now and i can no longer see straight... i have read artical after artical and i am just flat out missing something some where that is most likely very small.. i am trying to make a satellite assembly and from the way reflector looks i am in the correct name space and i have a BIG GREEN LIGHT and go ahead but i can not for the life of me display the text that should be for the germany language. ----------- Here is the Localize control --------------- <asp:Localize ID="Localize1" runat="server" Text="<% $ Resources:Strings, Welcome %>"></asp:Localiz ...Show All

  • .NET Development TCP Sockets checking aliveness

    Hi, I have an app where it is critical that any connection interruption between the server and the client is immediately noticed. Right now I'm using a "ping packet" that I send to the server and the server sends it back. If it's not returned within time x and the server hasn't received a new one within time x the client assumes it's disconnected or the server disconnects the client. However, since I'm sometimes sending large objects over the socket which can take a couple seconds to transmit I can't send a ping packet every 3 seconds or so as it then would time out since the socket might be blocked while sending a larger object. H ...Show All

  • SQL Server Import XML string into DB

    I'm not sure what an "edge" table is.   Can you post a sample of the XML, the OPENXML syntax you're currently using, and the output you're trying to achieve   -- Adam Machanic SQL Server MVP http://www.datamanipulation.net --     < GBez@discussions.microsoft..com > wrote in message news:c959c905-bfac-4471-b7a1-059439279ef9@discussions.microsoft.com ... Hi, I have a string of xml stored in a ntext field of a table in a SQL Server 2000 database. What I have to do is strip out the data stored in the string and store it in a table in the database. I ha ...Show All

  • Visual Studio Team System How can we NOT Delete local files etc

    Im migrating a small project from Source Safe to team system and having major headaches using the source control explorer.  Deleting files from a source control node deletes them from the local directory also - not great if you are just trying to re-arrange you source cotrol folder layout etc.  It should definitely be prompting before deleting ANYTHING from a local directory.  Is there a way of configuring options to prompt for such things Are you trying to delete a folder from one location so you can re-add it to another   If so it would be better to use Move so that you don't lose the ...Show All

  • Microsoft ISV Community Center Forums Empower program

    Is the Empower program still available I am unable to enroll. Thank you, Frank Hileman I just got the scoop... The systems are undergoing conversion in preparation for the launch of MSPP 2.0 on Monday 14 th . All the enrollment tools have been shut down, but will be up again on Monday. Sorry for any inconvenience. -brenda (ISV Buddy Team) ...Show All

  • Windows Forms Very noobish question... how can i show a new dialog (header file)

    Okay, i know this is stupid, but i've tried and tried to find (and figure out) an answer for this and I can't seem to get it right... I was working on a program and desided i needed an about dialog, so i created a new form as a header but can't figure out how to show it when the user presses the about button... I tried including it in Form1.h (where it will be called from) and in the main cpp file... but i can't seem to get it to load into memory correctly... sorry, i know this is probably stupid but... -Leif902   #include "AboutDialog.h" I assume then that you are using C++.  In this case assuming that your ...Show All

  • Visual Basic VB vs C#. How capable is VB compared to C#?

    I need some clarification please. I am learning VB.NET right now and have a co-worker who has a very strong technical background and feels very strongly that learning VB is a "waste of time in all respects" compared to C#. I don't understand this point of view. Since VB is a .NET language does it not posses the same capabilities as C# Am I on the wrong track I really enjoy the VB.NET syntax and am picking it up quickly. Here's my background ( being totally honest ). I am self taught, I learned C++ back in the late 90's. From there, I moved to C# because ASP.NET is the best platform availabl ...Show All

  • Visual Studio 2008 (Pre-release) inheriting from itemscontrol - not able to bind to itemssource

    I have a situation where I want to wrap a (custom)panel with some stuff (scrollviewer, track and some buttons). Therefore I created a new class that inherits from ItemsControl. In it, I use a style to set my panel as the itemshost. However, when I use this usercontrol, the itemssource is always null! < cft:TijdslijnVisualisatie Grid.Column = " 0 " Grid.Row = " 1 " DataContext = " {Binding ElementName=ComponentLijst, Path=SelectedItem} " ItemsSource = " {Binding Path=Periods.xxxx} " ItemTemplate = " {StaticResource xxx} " /> < ListBox Grid.Column = &quo ...Show All

  • SQL Server Merge Replication Between two Existing Databases?

    Hi gang, We have a couple of databases on separate servers that have exactly the same schema, and we would like to set up merge replication between them. Is that possible The few times we've experimented on test databases, the subscriber database has been trashed and rebuilt using data from the publisher, rather than preserving data from both databases. I'm really new to replication in general, so any kind of advice would be helpful. Cheers, Matt Yes it's possible, see topic in Books Online " Initializing a Merge Subscription Without a Snapshot ". ...Show All

  • .NET Development List files on ftp server

    Hello all, i have created an ftp client in C# using Wininet and i am able to download upload files from and to my ftp server, what i would like is to have the list of files and directories on the ftp server using wininet. any help would be great. With WinInet you'll have to PInvoke FtpFindFirstFile and InternetFindNextFile . Just FYI: there is an FtpWebRequest class in 2.0 that can make some operations easier, but doesn't actually provide as detailed an API as WinInet. ...Show All

  • SQL Server Report Generator & CustomRollupColumn

    Hi I have have a dimension level that uses a CustomRollupColumn. I am not able to generate reports with the Report generator. Because the generator creates a MDX that uses the function exists. An this functions ignore my members with a CustomRollupColumn. Is there a way to confure the my model in order to use the Report generator Is something rong with my dimension Thanks Can someone use the report generator with CustomRollupColumn I just one to know it is possible and I just have to redesign my dimension Thanks! ...Show All

  • SQL Server Replication Deadlocks

    Hi All, I need to get some assistance with some replication deadlocks im getting. We have two servers, which push information between each other, which I have a hunch could be a cause. Basically I keep getting the 'Agent Retry' Alert from SQL: DESCRIPTION: Error: 14152, Severity: 10, State: 1 Replication-Replication Distribution Subsystem: agent SQ01-EMS-SQ02\UK-183 scheduled for retry. Transaction (Process ID 68) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. When doing some googleing, I found the Trace Flags and setup flags 1204 and 1205, but they dont give me ...Show All

  • Visual C++ console from form

    Hi! How can I call a Console window from a form application Ok: I dug a little deeper and I think I know what is going on here. The problem is that by-default a Windows Form application does not have a console associated with it: so any calls to Console::WriteLine will send the output into a black hole (\dev\null). The case where the application will work is if you start it from a console window because in this case the application will have this console associated with it and so calls to Console::WriteLine will have some where to send the output. In order to ensure that an Windows Form application always has a console to write to you ...Show All

  • Windows Forms Need added row visible in data grid

    We have a form that uses a data grid to show current values in a database table.  The data grid is also used to add values to a database table.  The user selects an Add button - at which time we will add a blank row to the bottom of the data grid and then select that row.  However, when there's more rows to display&nb ...Show All

  • Visual Studio Code documentation sample

    Hi all, I wan to make my cutomies documentation of the application code. I wan to know how I link internet website in the documentation code. If I use the XML comments, How I create Like MSDN help files. Regards... Hello, First, I'll make sure I understand your scenario.  It sounds like you're developing an application and want to ship help documentation with that application.  You have Xml comments in your code, and you want to convert that to documentation that looks like MSDN online, right Currently we don't offer a feature out of the box that can convert your Xml comments to MSDN-like documen ...Show All

©2008 Software Development Network