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

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

CodeTyper

Member List

tester9999
boraaki
James Thornton ITS IV
hotchilidamo
cisellis
GeyikBaba
CitizenPips
pcdoc4christ
LMcFarlin
GunaChinna
Mach6Solutions
Joel Mansford
Kryton
David Szarenski
BABSBINI
rctaubert
Iko
dfgdrrt
fredx21
Raphinator
Only Title

CodeTyper's Q&A profile

  • Visual Basic Unicode question

    After I have compiled my application are there ANY possible ways that UNICODE can affect the running of the application in any way at all For example (run on these systems characters typed and entered into fields will they be 4 byte characters ) If there is any possibility of any problems at all then how do I know when this is happening and how do I resolve the problems Michael J. Dyrnaes I keep asking you ... HOW do I know when I need to look for that "An example of the answer that I would have perhaps expected would have been that need to string comparison on every single data field every single time I have a use ...Show All

  • SQL Server SSIS on SQL Express

    Does SQL Express support SSIS packages If so, how can they be created in SQL Express Please reply to my true (not modified) e-mail address as I don't know if I will be able to look here again soon. Thank you!! ):-D P.S. Related question: Where can I find a comprehensive list of features that are supported by SQL 2005 that are *not* supported by SQL Express You can use Express as a destination or source for SSIS but you don't get the runtime or designer tools with Express edition. For a list of what is supported in each edition have a look at http://www.microsoft.com/sql/prodinfo/features/ ...Show All

  • SQL Server Restricting Access to Management Folder under SQL Server 2000

    Hi I have a SQL Server 2000 Server with several Databases owned by different users. Currently all DBO’s seem to be able to access the Management Folder and this is not ideal as they can create all sorts of tasks which can affect server performance. Is there any way to restrict Access to the Management Folder so only the SA can access it. Thanks G, Any suggestion with regards to this. I am struggling to find more info.I I could restrict access to the Management Folder that would be great. --- UK Dating --- ...Show All

  • Windows Forms format date in bound control

    How do you format date (to dd/mm/yyyy)in a control bound to a datetime database field with this code: this.txtFollowup.DataBindings.Add(new Binding ("Text, dsData["Results"],"Followup")); Me.OrderedByTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.BindingSource, "OrderedBy", True, System.Windows.Forms.DataSourceUpdateMode.OnValidation, Nothing, "mm/dd/yyyy")) ...Show All

  • Visual Studio Tools for Office Office add-in does not load on Windows Server2003 in terminal mode

    Hi, I have seen that others have similar problems and i can only confirm this to be a problem. We have add-ins vreated in 1.0 and 1.1 of the framework. Now we uppgraded to .NET 2 and suddenly nothing works when in terminal server mode.. so to be sure i have just created a new add-in from the vs2005 wizard with a simple "hello World" messagebox in the "onConnect" method - works fine localy but nada on the terminal server machine.. We have tried variants of the Outlook.exe.config file also tried trusting the assembly with caspol, got rid of the first errors "unable to open shim database" by setting the permi ...Show All

  • Visual Studio Building multiple projects

    Hi, I new to using MSBuild and i was wondering if anybody could help me out with a couple of problems that i am trying to tackle 1) I have multiple projects in multiple directories on my machine, I need to compile all of those projects and copy the resulting DLLs into my application folder which id different from the projects. Can i do all this in one MSBuild file Most the MSBuild file samples i find work only on a single project and assume that the build file is in the same directory as the .CS files. 2) Does anyone have a sample build file showing how to check out files from Visual Sourcesafe into specified directories ...Show All

  • Visual Basic upgrading from vb6

    Anyone have any opinions on upgrading from vb6 to the current or will be current vb2005.  I have tried the upgrade process for 2002 and 2003.  Wasn't too impressed, but I realize I can't expect it understand and re-write all my code.  Wondering if the upgrade process for 2005 is any different or better....    Thanks,       Jason Hall Hi Jason, We have added some new features to the Upgrade Tool in VB 2005 see this article for more information: http://msdn.microsoft.com/vbrun/staythepath/VB6UpgradeResources/default.aspx pull=/library/en-us/dnvs05/html/v ...Show All

  • Visual C++ Automation server can't create object.

    Hey, whenever I try to create a MFC Application (C++) project, I get an error saying "Automation server can't create object". It does not open any type of project workspace, although it saves an empty project. I've just installed it (Full Installation) and this happened the first time I tried to create a project. Any ideas about this Thanks What version & Edition of Visual Studio are you using Thanks, Ayman Shoukry VC++ Team ...Show All

  • Software Development for Windows Vista How does one design a loop back to an upstream activity?

    I tried to design a simple workflow but I got stuck. Assume the following sequential workflow of 4 activities: A01->A02->A03->A04 Now assume that there is a conditional evaluation after A03, if it is false, a loop back should occur to A01, if it is true, the workflow proceeds to A04. How does one design this in the WF designer I can't find anyway to connect back to an upstream activity. Roel Paul, Thanks for the update. I have a more complicated workflow that I have been struggling with. I don't seem to be able to model it in WF, at least not in a straightforward way. It's a bit diffi ...Show All

  • Windows Forms HOW TO ADD CONTEXTMENU TO EACH ITEM IN A LISTVIEW WHEN I SELECTED IT?

    I have a listview with some items in it, I want to when I select each item in listview a contextmenu will apear with it. And I want to manupulate each contextmenu follows with that item. The Listview I set LargImageList property. How can I do that, can you help me  Hope your help, thanks a lot. ...Show All

  • Windows Forms a bug on ListBox?

    Hello, I have a DELL computer with a newly installed Windows XP with SP2 and all updates from WindowsUpdate, I have a very simple application: one TextBox , one ListBox and a Button, when I press the Button the text on the TextBox is added as an Item to the ListBox and in fact the Item is added to the ListBox but it doesn't show any text. Then I added another Button and a FileOpen Dialog, if I press the Add button the application behaves just like before but when I press the other button (it just shows the FileOpen dialog) then the text on the ListBox appear and the application starts working as it should be. I have tested this on 2 other di ...Show All

  • .NET Development XsltCompiledTransform inheriting or implementing

    In a project i am making i needed something similar to Xslt, but quite different too. I managed to create it, it basically works the same as Xslt but with some differences. The language is called Sslt, and the class that does transformations SsltCompiledTransform (~ XsltCompiledTransform). I now have the following problem. The application uses both Xslt and Sslt transform classes. I also have a class that monitors a folder checking it for new files to transform. I would like for this class to have an instance of either XsltCompiledTransform or SsltCompiledTransform. Using an interface seemed like a neat solution... The class is called Monito ...Show All

  • SQL Server Uninstalling SQL 2005 Completely

    hi all, i have gone through the thread which had the same subject but still it didn't work out.. i have even removed SQL 2005 install bits using msicuu2.exe but still i can find SQL 2005 in my programs list in start menu.... Can anyone please let me know how i can remove SQL 2005 completely when it does not show up in Add/Remove programs and WindowsInstaller Cleanup Tool but i can still find it if i navigate to Start --> All programs --> Microsoft SQL Server 2005...... regards, If you have already used msizap.exe or msicuu2.exe (which calls msizap) there may be things still left around on your machine, including s ...Show All

  • Visual Studio Team System TFS Project - Scope of a project

    Each TFS Project can store mutliple .NET Projects. Did the original design of TFS intend on us using only a handful of TFS Projects, each containing many .NET Projects, or was it intended that we would end up with numerous TFS Projects, each with only 1 or 2 .NET Projects included For example, did you intend on the TFS PRoject to be likely named "Team X" containing 50 random .NET projects from the past year, or a TFS Project named "Accounting Project B" that included a single web service, winform application, and web site specific to an accounting problem A response directly from Microsoft would be appreciated. Thanks i ...Show All

  • .NET Development server error when using Parameters.Add function...any suggestions?

    Hello, I'm a bit new to DB programming and the .NET framework but I think I am picking it up fast. I've been handed an application that has been working for some time now until recently when the system was upgraded to the latest version of IBM DB2. I've tracked the error down to a line of code and was hoping that someone could give me some suggestions as to what may be the problem. I have a function that takes an Object ByVal. In the function all I am doing is checking to see if the value passed in is 0 or not and then adding parameters to a DB2Command class variable. This function is called twice. I'll try to outline the code and remo ...Show All

©2008 Software Development Network