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

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

treidel

Member List

JasneetPaul
Hipolito Lopez
SkyBlade!
Jim Reyne
MarkWastie
Steven Rosaria - MSFT
Richard Arnoldx
MattNorby
DynoRick
SecurityException
oliver.lauta
Bopa
MarkGrant
pwilliams82
plgy2000
BiohazrD
Brandon Teoh
D Danial
Saeed Nawaz
mikeonbike
Only Title

treidel's Q&A profile

  • Visual Studio 2008 (Pre-release) A Channel/Service endpoint's Binding is null? Why the Client can't read from the app.config file?

    I have built the source successfully in the Feb,2006 CTP. But when i have run it ,it will throw exception.(Server is OK) Server Code & Config file: using System; using System.Collections.Generic; using System.Text; using System.ServiceModel; namespace HelloWorldService { //Define a Service Contract [ServiceContract(Name = "HelloWorld")] interface HelloWorld { [OperationContract] string sayHello(string sName); } class HelloWorldImp1 : HelloWorld { #region HelloWorld Members public string sayHello(string sName) { //throw new Exception("The method or operation is ...Show All

  • Visual Studio Team System Visual Studio 2005 Team Suite Release on MSDN Subscriber Downloads (Universal)

    Hello everybody, Today Visual Studio 2005 Professional was released on MSDN Subscriber Downloads. We were unable to find the Team Suite Release. Any help Best regards Ralf Rottmann If you are an MSDN Universal subscriber, you should see a Visual Studio Team Edition download. That's the one you need. You also need to install the Team Foundation Client Beta 3 that has been out for a while. However, I would lay off doing that for a while until we know the status of the "Team Foundation Beta 3 Refresh" that was supposed to be coming out at the same time as VS2005 RTM. Also see this thread for further discussi ...Show All

  • Smart Device Development What's wrong with my timeSetEvent() call

    Hello all, Could anybody show me how to use timeSetEvent() in pocket pc 2003 se envrionment I tried the following call and expected my timerCB() function would be called every 5 seconds. But when I debug my program in emulator, I found timerCB will be called with a very small period (much less than 5s). timeSetEvent(5000,50,timerCb,0,TIME_PERIODIC | TIME_CALLBACK_FUNCTION); Would you help me to solve this problem Thanks in advance. Hello, Did you by any chance missed getting id from the timeSetEvent and checking it in the timerCb function timeSetEvent function returns a non-zero id on success and this id is passed in th ...Show All

  • Visual Studio Tools for Office Dialog pops up again after closing it

    Hello, I have a commandbutton which when pressed opens a dialog. Sometimes, when pressing ok or cancel, the dialog pops up again. Using the debugger, I see that the method handling the commandbutton event in these cases, first is called and upon exit it is called again. The dialog pops up sometimes 1, sometimes 2, and sometimes 3 or more times (less likely). Any ideas This is the commandbutton: editEntity = CreateNewButton(entityContextBar, 6, editEntityCaption, 6754, new Microsoft.Office.Core._CommandBarButtonEvents_ClickEventHandler (this.EditEntity_Click)); CreateNewButton method: private Core.CommandBarButton Cre ...Show All

  • Visual Studio Team System Error"Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51"

    Hi there,     One of my team mate is not able to open bug or see any query. Any time she tried to do any of these, she gets the error popping up saying " Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51" When she term serves in Seabug01 VSTS server itself, logins as her and starts client from there. She could do everything just fine. She could see all the queries, open bug etc. So it seems the problem is with her machine itself, but I have no idea what it is... Has anyone seen this issue Anu Good News.       It seems she ...Show All

  • Visual Basic Save and Load?

    What I want to do is save the input from four txt boxes Name.txt Tel.txt Mob.txt Mail.txt After the input is saved I want to add new data and save again etc,etc. Then I need to load the information back again in to the relevant Txt boxes Name to Name.txt Tel to Tel.txt etc etc and scroll through forward and back to search for a paticular name. I am thinking it will have to be done with arrays but how to do it is the question. If this is a lot to ask maybe just start by showing me how to save first Thanks for looking. Public Class Form1 Dim Contacts As New Collection() Private Su ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Managed DirectX Help: Tile map has seams when zoomed in.

    Im having quite a bit of trouble with zooming in on a map of tiles I am drawing with DirectX (not DirectDraw).  Drawing the actual tiles works fine without a zoom: http://img409.imageshack.us/img409/2241/goodciv2pp5rv.jpg But if I apply even a little bit of a zoom I get seems: http://img409.imageshack.us/img409/3628/badciv2pp6pw.jpg And this is driving me crazy. I am using the Sprice to draw everything, and I am setting is transform like so to do the zooming: sprite.Transform = Matrix.RotationZ(0f) * Matrix.Scaling(viewZoom, viewZoom, 1.0f) * Matrix.Translation(0f); And it almost works!  Which is what kills me, Im so close. &nb ...Show All

  • .NET Development How to send mail from a Windows Application??

    I am attempting to write an application which will send a mail message with an attachment. Here's code: using System; using System.Drawing; using System.Data; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Web; using System.Web.Services; using System.Web.Mail; string filename = "c:\\stuff.xls" MailMessage send = new MailMessage(); send.To = " validmail@mymailserver.com "; send.From = "validmail@mymailserver.com"; send.Subject = "[MessageTitle]"; send.Priority = MailPriority.High; send.Body = "Please see attached"; MailAttachment MyAttachment = new MailAttachment(filen ...Show All

  • Smart Device Development Sending SMS

    Hello Everybody Can any body help me in writing VB.Net code for sending SMS over GSM through .Net compact frame work Thanks you need an sms gateway to use to send sms text messages. These can be purchased from some company on the internet. The company usually has a web service which you use to send the text message to including the recipient number and text message. ...Show All

  • Software Development for Windows Vista Wake Up Microsoft

    Each time this happens.... we your PAYING customer for MSDN get the shaft. How come Vista Feb CTP is available but not yet on MSDN Why does Connect users have it, but not people how pay you hundreds, if not thousands for MSDN where you'd expect to be able to get it first HELLOOO Just want to add that MS release Visual Studio 2005 with thousands of bugs and we - paying customers - helping them to test and validate their software that we pay for! When you buy a car you don't make a crash test - it's car manufacturer's responsibility. Why with MS we are making software using our testing and our mo ...Show All

  • Windows Forms TreeView icon Image Quality

    I'm using the treeview control to display some heirarchical data and it seems to working fine, but the icon image quality is horrible. I'm using icons that come with VS2005 (Image Library) and they look great when browsing the icons in Windows Explorer, but look terrible when bound to a treeview node. Anyone seen this behavior before Hey Max...thanks for posting Yeah...I've set the imagelist colorDepth property to 32bit to no avail. ...Show All

  • Visual C# Combo Auto Complete ?

    como fazer em WindosForm que meu combo se torne autocomplete looool i thought to answer your post in arabic but anyway select your combobox and click f4 scroll down your properties you will find few properties for autocomplete play with them till you get the result that you want hope this helps ...Show All

  • Visual Studio Express Editions Options Form

    I have created a secondary 'Options' form which is used to save settings through textboxs and checkboxes. This method works fine when I first start the program and show and hide the options form. However, the objects can not be reference by methods within the main form after 15 to 20 mins. Any suggestions would be appreciated. Thanks, // However, the objects can not be reference by methods within the main form after 15 to 20 mins. Do you mean when you try to access the options form You'll have to post the offending code, because you've got a null reference somewhere, and it's not possible to kn ...Show All

  • Visual Studio Tools for Office Want to open new mail on custom button -- Urgent

    Hi,         i'm working on outlook mail programming. My problem is i want to get the objects of email fields, e.g. in "To..." section where we type email address , i want to get the object of that text box so that i can easily access the text(or email address) in my code. Such like that in "cc...", "Subject", "Body" ,I want their objects too.          Actually i'm making a table having 4 fields (to,cc,subject and body). Now i want that when i type somethin in above 4 fields in outlook new mail and then click send button (or my own built) the text will be saved in my d ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Shadow Mapping for 2D/3D Scene

    My scene consists of: 2 TransformedTextured buffers 1 mesh The mesh does not actually get rendered into the final scene but serves 2 purposes: 1) act as boundary for character walk path 2) shadow map is generated from the geometry So here is my rendering pseudocode: 1) Render scene to a Texture surface (shadow map). In this phase, the 2 TransformedTextured buffers are ignored (not rendered) 2) Render TransformedTextured buffers from back to front using alpha blending 3) Render shadow map last, blending it over the TransformedTextured buffers Are there any other (better) methods of rendering shadows onto Tran ...Show All

©2008 Software Development Network