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

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

cybertaz69

Member List

Jeff Lynch - MVP
pkafka
Vaish
wisperless
Marcel_Von
Katu
starLisa
Marko Tekavc
scubabbl
Ron31416
PiGuy
vbnetdiscuss
Matt237
legojedi
bk13
Luis Simões
Zetabyte
Joseph Wee
dmkp231
SP2
Only Title

cybertaz69's Q&A profile

  • Visual Studio 2008 (Pre-release) app.config

    I have a managed dll C# code that is called from non managed C++ using the COM wrapper. this code initializes a servicesHost for WCF Uri baseAddress = new Uri ( "http://localhost:8080/BOSDcm" ); Console .WriteLine( "inside StartListening" ); m_myServiceHost = new ServiceHost ( typeof (WCFBOSService. BOSService ), baseAddress); m_myServiceHost.Open(); this works fine if called from a managed code, because app.config is reading correctly. but in my case I supose because the unanaged code does not loads app.config I got an execption. my question is: How I can force to load app.config so the ApplyConfiguration methods will find the correct data thanks, Dani. ...Show All

  • Smart Device Development How to remove the "x" button at the upper and right corner on the interface?

    Hi, I am using VB.net and Visual Studio 2005 to compile a program for a Pocket PC with MicrosoftR Windows Mobile 2003 Second Edition. When every interface is opened, there is a "x" button at the upper and right corner on the upper blue bar of the interface. This blue bar is always there, and users can click this "x" button to close an interface. However, I would not like to ask users to use this "x" button to close an interface. What I want to do is just to ask users to close interface by clicking a "Exit" button to close interface, and this "Exit" button is put onto the interface through the design part of Visual Studio when I compile this program. So How can remove the "x" ...Show All

  • Visual C++ How to identify Heap curruption

    Hello World, I am getting a Heap corruption message in my DLL. How can I identify the cause of the heap curruption. I am using CrtCheckMemory(), and it fails in an constructor where there is a call to new operator. regards, Karthikeyan. I agree with Samuel on that checking code to ensure it immune to heap corruption is usaully easier than getting deeply involved into the memory use diagnosis troubles. Recently I experienced a heap corruption error when I was coding a C++ program to deal with DDE conversation with a commercial server program. The error was caused by a simple string allocation sentence like this: char* ret = new char[nBytes]; in my DDERequest function which performs the da ...Show All

  • Community Chat Windows Code Named Vienna

    Can Anyone tell me how compatible it is going to be with previous versions of Windows. Ok perhaps I was too vague, Windows Vienna is the s uccessor of Windows Vista which Microsoft has already begun planning for. It is said to be a "new generation of operating systems". And that Microsoft will "start from scratch" because of the clutter Microsoft Windows currently has. ...Show All

  • SQL Server SQL Server Side Trace Application compatibility

    I am using sp_trace_getdata @TraceID,@RowCount to get generated events. I was able to extract all the events by this procedure in SQL Server 2000, but in 2005 when I execute same procedure with @RowCount = 1 as second parameter, it returns me the first event that is there in the event queue of trace and queue gets cleared, so all other events are lost i.e. every call to sp_trace_getdata is clearing up the queue. Is there any work around for this issue Some hidden argument Thanks, Pushkar Any information on this issue. Awaiting for the reply. Pushkar ...Show All

  • Visual Studio Tools for Office impossible to install VSTO

    i try to install VSTO 2005 (8.0), but get the message installed Office 2003 SP1 is necessary. my system is windows installer 3.1 (kb893830) .net framework 1.1 .net framework 1.1 german language pack .net framework 1.1 hotfix (kb886903) .net framework 2.0 .net framework 2.0 language pack DEU Office Access 2003 Office Access SP 2: MAINSP2ff Office Basic Edition 2003 Service Pack 2 for Office 2003: MAINSP2ff Visual Studio 2005 Tools for Office Runtime Visual Studio 2005 Tools for Office Runtime Language Pack on a pc with WINDOWS XP SP2 i deinstalled office 2007 i tried all variations (office only with SP1 etc.) , but allways the message: office 2003 sp1 is necessary. what shall i do has anybody an idea i'm very desperate! ...Show All

  • SQL Server How do I update a SQL Table from a spreadsheet in EXCEL using VBA

    I am a new programmer trying to write some VBA codes in excel to get data out from the Sql server database, edit/update the data in EXCEL, and then update the SQL server database with the updated information. Any help would be greatly appreciated. Thanks. There is no connection between SQL Server and Excel. Excel stored information positional, SQL Server relational. You will have to do all the code to update the database on your own, for information about getting data written to SQL Server using VBA, simply search the web for "ADO EXCEL VBA SQL Server". You will get tons of links for that. HTH, Jens SUessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms Authenticating an SMTP Client.

    I have a section of code that allows a user to send an email to me. (I am using MSN's SMTP server). It returns an error: Mailbox unavailable. The server response was: 5.7.3 Requested action aborted; user not authenticated How do I authenticate my user private void OnClicked_SendEmail(object sender, EventArgs e) { MailMessage message = new MailMessage( this.textBox1.Text, "dcom_productions@msn.com", this.comboBox1.SelectedItem.ToString(), this.textBox2.Text); SmtpClient client = new SmtpClient("smtp.email.msn.com", 25); client.Send(message); } the textBox1.Text is the senders email address, the ComboBox1 is the catagory of subject.. (IE: Support, ect) and the textBox2.T ...Show All

  • Visual Studio Express Editions I can't start SQL server

    I have the SQL server that came with Web Developer Express or C# Express, I don't remember exactly which one... The thing is, the service won't start. Has anyone experienced this problem here's the error log:(the files it tries to open are not read-only): Thanks. 2006-02-10 19:56:39.32 Server Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005 00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Express Edition on Windows NT 5.1 (Build 2600: Service Pack 2) 2006-02-10 19:56:39.32 Server (c) 2005 Microsoft Corporation. 2006-02-10 19:56:39.32 Server All rights reserved. 2006-02-10 19:56:39.32 Server Server process ID is 5924. 2006-02-10 19:56:39.32 Server Logging SQL Server messages in file 'C:\Program Files\ ...Show All

  • SQL Server Question Regarding Many To Many Relationship for Cube Design-MDX Query

    Hi I need some help in implementing one business requirement. Let us take an example to illustrate this. Let say we have four tables; Users, UserAccessBranch, Branch and FactLoan. User’s access to particular loan is based on his access to loan’s Branch (BranchID or OperatingBranchID). If user has access to at-least one of the two branches (BranchID and OperatingBranchID) then the loan is accessible to the user. Users.UserID a BranchAccess(UserID,BranchID) s Branch.BranchID a FcatLoan.BranchID a FactLoan.OperationalBranchID In case of T-SQL it’s very easy to implement. In case of MDX it’s easy to implement if there is only one column of BranchID is the ...Show All

  • .NET Development sprintf() for unmanaged C++ in .NET 2005

    Hi all, We have our projects written in native C++ (unmanaged) running on Visual C++6.0. We are migrating all these to .NET 2005 environment. We want to retain all the C++ code(unmanaged) without converting it into managed C++ in .NET environment. The problem that we are facing right now is trying to use the sprintf() function. We use sprintf() in so many places for formatting strings. Since the stdio libraries are deprecated in .NET environment, we are unable to use this function. Any ideas for alternative sprintf function in unmanaged C++ or .NET I tried using String. Format() but it failed to recognize this function. Thanks, Nathan If you want to use the recommended replacement f ...Show All

  • Visual Studio Team System Unique filenames?

    Hi I have limited knowledge of TFS, i'm currently trying to develop a way of organising a file structure within TFS for lots of test scripts. It will be broken down into <Area/SCRUM><Test Case><Test Script> What i would like to know is, is there a way of making TFS generate unique filenames for your documents (mainly word docs). For example when you check in a document can TFS label the filename so no files have the same unique identifier in the filename. The 01-01 below is where i would like TFS to use a unique Ref. e.g. EMS- COM-.XXX -01 -01(TFS Unique Ref)-Pass/Fail-Description/Summary Sorry if this doen't make much sense, still getting to grips... Chris. As Loui ...Show All

  • Visual Studio Team System Daily wise resource allocation in MS Project

    HI All, I am trying to fetch dailywise allocation of resource. Where do I get no of unit resource assigned on daily. I am using OLEDB.11(MSP 2003) to access values from tables. Assignment table contains only cumulative quantity of resource allocated. But in AssignmentTimephasedByDay , i can see datewise allocation. But I couldnt get unit assigned dailybasis. Please help me Thanks in advance BBN BBN, Can you clarify which database you are trying to use to get this information The tables you mention are not TFS, is it MS Project Server db Thanks, tom ...Show All

  • Microsoft ISV Community Center Forums Using Tabs in MSComctlLib.TreeCtrl.2 control

    Ive set up a treeview using the MSComctlLib.TreeCtrl.2 control that has a series of information, currently seperated by commas and hyphens etc. Because of the proportional text used it all looks a bit messy. Is is possible to use tab characters to better lay out the displayed text of a node, if so how (I've tried Chr(9)). How would the tab spacing be set up etc. Thanks That's what I was afraid of. Thought of a fixed font, but they just look so unappealing Thanks for your reply ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how do i demo my game (basically start it)

    this is an extremly noob question, but i have done everything on the tutorial for an xma game up to movement and where it says: Build and run your game. The sprite appears. Now, it's time to give it some motion. my question is how do i run it, i know how to build, but cant find run in any menues help plz thanks Click on the Debug menu item and choose "Start Debugging" that will run your game. You can also hit th "F5" key to run it, or click on the little green arrow in the toolbard. All of those methods will run your game in debug mode (meaning that if your game has an error, you will be show in your code where that error is occurirng). Hope that helps and congrats on gettin ...Show All

©2008 Software Development Network