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

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

syhzaidi

Member List

protovision
Tommi Pitkälä
kralle
JohnBurton
subzero27
Mystagogue
Banna
cacu
Espen Eriksmoen LØke
DavidSB
Dwight Kulkarni
Novelle
jatdex
S_Mayu
Shirvo
Wicket
Proxima
bessermt
DCollins
Douglas McClean
Only Title

syhzaidi's Q&A profile

  • Visual Studio Team System Merge and branch in various versions of a software in clients but similar in structure

    I hope you can help me out on this one. My company produces an ERP that is based on visual studio 6 and sql server 2005. We need to implement a control version that assures version control, check in policies etc. TFS is the solution for us but there are some issues that I cannot solve. We have a base application for our clients and each client has our base application modified to their need. So here if we branch the base application we have the new client version. The problem here is: how do I have access to a project portal if I branch from the source control explorer without creating a new team project I want to create branches in the source control explorer and not creating a new team project so that I can manage to get a tre ...Show All

  • Community Chat Windows Embedded in Kitchen Appliances - Possible?

    Hi. I'm a fan of Windows and I've grown fond of Microsoft for many years. I mean--I've used Visual Studio, Microsoft Office, Windows Vista, UTStarcom PPC6700 (Alltel Wireless), Microsoft Exchange Server (for learning purposes with Windows Server 2003), etc. and I wanted to go beyond computers and smartphone/Pocket PC. Is it possible to embed Windows in kitchen appliances (please no flaming/bashing; thanks) like oven, coffee maker, microwaves, toaster, etc. I mean--I'm serious about programming a C# application to check for status and give me visual feedback from those appliances! It'd be so cool that I could tell an oven to cook my pizza at 350 degrees for 20 minutes and give me the feedback to my Pocket PC SmartPhone device! Plus, w ...Show All

  • Visual Studio Tools for Office MS-WORD AUTOMATION ERROR : "The message filter indicated that the application is busy."

    Hi, I am getting this error while creating word application instance from vb.net/c# for web applications. Dcomcnfg is configured as per microsoft instructions for the same for the permissions. But still I am getting error: {"The message filter indicated that the application is busy." } If any one can provide the resolution for the same that will be a great help. Thanks and Regards, Ashish Complete Exception detail as below: - exc {"The message filter indicated that the application is busy." } System.Exception + [System.Runtime.InteropServices.COMException] {System.Runtime.InteropServices.COMException} System.Runtime.InteropServices.COMException System.Object {System.Runtime.InteropServices. ...Show All

  • SQL Server Grand Total Needed

    I have two subreports (Revenue and Expense) that each have subtotals. This works just fine, but I need a Grand Total that would sum the two subtotals. How would I go about doing this So it looks something like this: Revenue Report (matrix) Subtotal Expense Report (matrix) Subtotal <~~~~ Need Grand Total here. GregSQL wrote: Revenue Report Jan Feb Mar ......... Account 1 $100 $200 Account 2 $50 $300 Subtotal $150 $500 Expense Report Jan Feb Mar ......... Account 1 $100 $100 Account 2 $0 $300 Subtotal $100 $400 Grand Total $50 $ ...Show All

  • Visual Basic disabling some keyboard key

    Hello, I created a VB8-Access program, im using ADODB as my connection. now i want to disable the " quote and ' single quote this is my vb6 code Dim keyascii As Short = Asc(e.KeyChar) If keyascii = 34 Or keyascii = 39 Then If keyascii <> 13 And keyascii <> 8 Then keyascii = 0 End If End If and my vb8 code, im missing some part (or maybe my codes are really wrong) If e.KeyCode = Keys.OemQuotes Or e.KeyCode = Keys.______ Then If e.KeyCode <> Keys.Enter And e.KeyCode <> Keys.Escape Then _________ = Keys.OemClear End If End If the first blank is i can't find the single quote then the second one, if i use the textbox unto it, it also didnt work t ...Show All

  • Visual Studio How to get Browse information

    I'm trying to build a VS AddIn and have been researching how to do it. I've been able to piece together most of it from the samples, but I haven't figured out how to do this next bit: I need to know what code objects (classes, methods, members, namespaces,etc.) are currently defined in all the projects in the solution. Ideally, I'd like to know the type, name, source file and source line of all of these objects, and moreover, I'd like to be able to subscribe to an event source to let me know when that data changes. Is there a sample or something that shows something similar I've found quite a few examples of how to provide that sort of information through implementations of IVsLiteTreeList and IVsObjectList2, but my attempts at cons ...Show All

  • Windows Forms Multi language help please

    how can i add a combo box were people select the language they want and it will transform it al into that selected language any help is appreciated thank you Hi you need to do a few things: - create a new windows project - add a combobox on the form - in the form load event handler, place the following code: foreach ( CultureInfo culture in CultureInfo .GetCultures( CultureTypes .InstalledWin32Cultures)) { comboBox1.Items.Add(culture); } - in the combox selected index changed event handler place the following code: CultureInfo selected = ( CultureInfo )comboBox1.SelectedItem; if (selected != null ) { Thread .CurrentThread.CurrentUICulture = selected; } - add culture specific values ...Show All

  • SQL Server Any way to call a Package from a Script Component?

    Just wondering if it's possible to call a package from within a script component. I'd think so, but not quite sure how to. Thanks, Jeff Tolman E&M Electric Yes, after a row is processed I'd like to run another package. The DTEXEC.EXE utility probably would not work since it would be run in another thread space and there probably would be no way to monitor when that process completed. The SSIS Script component (VSA) editor doesn't seem to make it easy to reuse pieces of code between packages, otherwise I wouldn't need to call a package. I read in the Help files that if you need to use code across packages then it would best to create a user component, but unfortunately I don't have the time to ...Show All

  • Visual C# Display 2 different tables in 1 datagridview

    Hello. I have not worked with datagrid earlier and I have to just list two tables in the same datagridview but not at the same time. i want to show "Order" table at load, but when I click on the "customer" button gridview should show customer table. I need help with the code behind the button, how to switch from one order to customer showing in the same datagridview by pressing a button... Please..help it did not work. on load I load both datasets but the buttons does not return anything. source code: public AllBack() { InitializeComponent(); } private void AllBack_Load( object sender, EventArgs e) { // on load gridview fills with ...Show All

  • Visual Studio Express Editions Free Books with registration of Visual Web Developer

     I registered my copy of vwd 2005.  This was about 2 weeks ago! I havent even received the promised mail from ms containing the links to access these books!   Hi, Check this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=121658&SiteID=1 It takes a while sometimes but you should get it within a month. Regards, Vikram ...Show All

  • Visual Studio 2008 (Pre-release) consideration about XamlView

    Does anyone have tried the XamlView at http://www.codeplex.com/XamlView I have tried to use this tool to view my resource dll. The xaml content can be view almost as its original. Since I am developing a smartclient application, the dlls will be deployed to client machines. So how to avoid the design to be viewed directly Any suggestions Since Xaml files is treated as manifest resources files in your assembly, AFAIK, code can be obfuscated, but resources don't. so my idea is to customize the WPF's build engine to include your dedicated building task, the dedicated task should be responsible for encrypting the generated BAML stream using whatever encryption algorithms makes sense here(or you can use other methods here to & ...Show All

  • Visual Studio Express Editions Converting a ListBox to a TextBox

    I believe this is probably pretty simple.... I am creating a program to create a text file. The program is very simple. Upon load, you choose an active directory. The program then searches the active directory for a file type (in my case *.wma files) and returns the foundFiles into a ListBox (ListBox1). I have all of that figured out and working nicely. I believe what I need to do now is copy the contents of the ListBox into a TextBox so that I can export (even copy and paste would be nice, which I can't do with a ListBox) the files into a Text File. If I can just get the contents of the ListBox into a TextBox, I should be fine. How do I do that Why you ask I am archiving my music library onto CD and I want to be able to put the b ...Show All

  • Visual Studio 2008 (Pre-release) Relationships with payloads

    I know that at the moment there is no support for relationships that carry their own payloads, but I was wondering if there was something I could do perhaps with views or with the entity model to give me the same functionality without resorting to a simple 1:1 mapping between my objects and my tables. Basically my schema works like this: table A : field, field, field, etc table B: field, field, field, etc. relationship_table: A_ID, B_ID, UserID, DateTime So, I basically have table A, table B, and a relationship table that contains a mapping between table A and table B, as well as the user that created the mapping and when that user created the mapping. The use cases for my application almost always involve filtering the content ...Show All

  • Visual Studio Team System Import schema failed with Trusworthy assemblies

    Hi, I've been trying to figure this out, with no luck. I am attempting to import a database schema that uses unsafe assemblies, the database I'm importing from has the Trustworthy database option on so it's not a problem there. However when I import the database schema into my new project I get the errors stating that the create assembly failed. TSD4001: CREATE ASSEMBLY for assembly 'GlobalVariables' failed because assembly 'GlobalVariables' is not authorized for PERMISSION_SET = UNSAFE. The assembly is authorized when either of the following is true: the database owner (DBO) has UNSAFE ASSEMBLY permission and the database has the TRUSTWORTHY database property on; or the assembly is signed with a certificate or an asymmetric key t ...Show All

  • .NET Development Hosting remoting objects over IIS: Exception : System.Runtime.Remoting.RemotingException: Cannot load type

    Hi All, This looks to be a repetetive discussion over many groups... but unfortunately couldn't find a solution for this problem yet I have a simple object made remotable (marshalbyref) and a simple method, myFirstMethod() which accepts a strings, returns a string appending some text (the machine name). I am able to host the remoting services with the the help of a listener of my own using the HTTP channel Now, when I wanted to host the remotable objects over IIS, I am heading nowhere! I have used the following configuration file and place my DLL in the \bin directory of IIS Virtual directory. Gurus of .NET Remoting, help me out in this issue My DLL: myRemoteObject.DLL MyNameSpace: myRemoteObject My Class: myRemoteObjec ...Show All

©2008 Software Development Network