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

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

graye

Member List

DavidW57
Aleniko29139
ernisj
Chuff
fettoter
xelax
simonvinyl
_sarge
Fawadb
Cammyr
Kimo_SPIDynamics
Ryan F
Pockey
Skurcey2
ScottyWakefield
simon burgess
Bastiaan Molsbeck
Garyngl
SNOMan
sobo1
Only Title

graye's Q&A profile

  • Smart Device Development Unknown error on AuthenticateAsServer

    I am trying to get a "Serial port to Ethernet" device to make a SSL connection to a C# program. I have generated self signed certificates and placed them on the computer and the "Serial/Ethernet" box. Certificate wise, I think I am good. The thing I need help with are these errors. When I call "AuthenticateAsServer" it returns with these errors. {"A call to SSPI failed, see inner exception."} Inner Exception {"An unknown error occurred while processing the certificate"} Here is the code for calling "AuthenticateAsServer". cert = ( X509Certificate ) CertificatesCB.Items[CertificatesCB.SelectedIndex]; try { ssls.AuthenticateAsServer(cert, false , SslProtoco ...Show All

  • Visual Basic Build Complete Notification Sounds

    I just upgraded to Visual Studio 2005 from VS6.0  and I cannot find any documentation for Visual Studio sounds schemes.  In VS6.0 I could have seperate sounds for "BuildComplete", "BuildError", and "BuildWarning".  In Visual Studio I can only create a sound for VS_BreakpointHit  Are any of the others available On a related note, since there is no sound, is there some other way to know when a commandline invoked build is finished The command: devenv stuff.sln /build returns to the prompt instantly. At the moment, I'm listening for the fan in my PC to slow down as notice that the process is finished. ...Show All

  • Visual C# Converting Float to 32bit Integer(Hex)?

    I need to convert Float value ( 0.1 as example ) to Hex (32bit) value (0x3DCCCCCD). How can i do it Hi, AFAIK, hex can be converted for "integer part" only. Its base 16 number and starts with 1 onwards... So i really have a doubt that logically its possible or not! Figo Fei, you suggested to write code for it but if you know, please tell me that how a float can be converted into Hex logically Thanks, ...Show All

  • Windows Forms Modified DateTimePicker display

    Have a Date/Time Picker and would like to have the drop down either display times or nothing at all. Basically am only interested in getting the time, have no interest in getting a date. Is there a way to do this or is my only option to use a regular text box Hello, 1) Change the Format to Custom 2) Change the CustomFormat property of your DTP to HH:mm tt. 3) Set ShowUpDown to True 4) Mark this post as answered :-) Regards, Luc Pettett ...Show All

  • Visual C++ muliple network interface cards making problems

    hi all. my application needs 2 network interfce cards . so when i try to bind the socket i dont know which nic iam binding the socket . my clients are unable to connect to me . if i disable one nic my application is working perfectly. so i want to bind my server socket to one nic ( i hope the problem will be solved . if not please tell me correct solution). how can i do it i want to know what happens if dont enumarate nic and bind server socket (default case) bye yln This forum is for C++ language issues. I would suggest asking your question here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.networks&lang=en& ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Is the XNA Game Studio Express supposed to look exactly like Visual C# 2005 Express Edition?

    I just downloaded XNA Express 1.0 and I looks just like Visual C# Express Edition that I downloaded a week ago. It even says Visual C#.......... and I dont understand why. Also I could never start a new project because there were no templates to select. Does anyone know what my problems are and how I can fix them. matlock85 wrote: I just downloaded XNA Express 1.0 and I looks just like Visual C# Express Edition that I downloaded a week ago. It even says Visual C#.......... and I dont understand why. Also I could never start a new project because there were no templates to select. Does anyone know what my problems are and how I can fix them. I have this same issue. I am on XP, too. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Simple Program very laggy

    For some reason my enemy ships seem to jump forward, pause, jump forward, pause. Seems like a bad case of lag, is it all my for loops #region Using Statements using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Storage; using Nuclex.Fonts; #endregion namespace SpaceShooter { /// <summary> /// This is the main type for your game /// </summary> public class Game1 : Microsoft.Xna.Framework.Game { GraphicsDeviceManager graphics; ContentManager content; KeyboardState oldState; Enemy[] ships = new En ...Show All

  • SQL Server Autogenerate reply or ServerProc generated message............

    Hello, I got my sample application to work that I am building my proof of concept out of. I need to be able to auto generate a reply message that would normally be in the run routine. The only way I see to do this is pull it from a table but I do not want to do that. I have tried tests where I change the code to see if I can send a message back but I have to reinstall the assembly into the database which is not what I am looking for. I am looking for a way to change the message by either accessing the GUI and getting the string, calling another function to do this, or something like that. I want it so I can change the code in the run routine in VS 2005 but this does not work. I am sure their is a trick to do this but am not sure what th ...Show All

  • Silverlight (formerly WPF/E) How to set Stroyboard.TargetName property at runtime

    Hello All How to set Stroyboard.TargetName property at runtime by using javascript . Copying from Developer Issues: According to this post , this is not possible in the current CTP. I believe it is in the plans to be added, but right now you cannot set this value. You need to create a new storyboard and attach it to each element you want to animate. ...Show All

  • SQL Server Multiple services on same Queue or not ?

    Hi There I am guessing defining multiple services on the same queue is basically for providing different services to outside sources while using 1 queue, obviously as long as the contracts and activated sp logic applies to all services defined on that queue. I am defining a queue per service, is this right or wrong or irrelevant It just works better for me in terms of manageability. I just want to make sure there is no "best practice" reason for doing either or Is it just a matter of preference Any comments Thanx For almost all cases we recommend using one queue per service. Having multiple services backed by a queue is specifically for the scenario you described, i.e. having mult ...Show All

  • Visual Studio Express Editions Can't paste from VBE to Lotus 123

    I can't paste from VBE to Lotus 123. I copy to the clipboard Clipboard.SetText("xyz") but the paste icon in Lotus 123 is grayed out. I can paste into other programs and I can copy from L123 to VBE but not from VBE to L123. I can also copy and paste from other programs to L123. nobugz wrote: Odd problem, Clipboard.SetText() makes the string available in 3 different formats. Except an old-fashioned one, try this: Dim data As DataObject = New DataObject() data.SetData(DataFormats.OemText, True, "nobugz waz here") Clipboard.SetDataObject(data) Thanks for the effort but it didn't help. ...Show All

  • SQL Server method call works from .Net form and not from SQL CLR - EnterpriseLibrary used

    Hello I created a wrapper class for a function, and exposed it through CLR. However, if I call this function form SQL it blows up but if I call directly from a test Windows Form the call works fine. The blow up is related to EnterpriseLibrary.Data, where my Queue class uses that library to do all data access call ops Here's my wrapper class: namespace inlineCLRsql { public static class Wrapper { public static void CallQueueEntry( int queueId, int deskNo, int missed) { inLineLib. Queue oQueue; inLineLib. QueueEntry oQueueEntry; oQueue = new inLineLib. Queue (queueId); oQueueEntry = oQueue.callQueueEntry(deskNo, false ); Microsoft.SqlServer.Server. SqlConte ...Show All

  • Visual Studio Team System New Project Creation Problems

    I have a couple of problems that I suspect may be related. When I attempt to create a new top level Team Project on my local development machine’s Team Explorer, the project creation fails as the “Groups and permissions created…” message briefly appears on the wizard. After the problem occurs, I see the following error message in the New Team Project wizard (I included an excerpt from the log file further below): Error TF30170: The plugin Microsoft.ProjectCreationWizard.Groups failed during task GroupCreation1 from group Groups. Explanation Plugin error text: “TF50608: Unable to retrieve information for security object $PROJECT:vstfs:///Classification/TeamProject/5150e28f-d381-4c04-891d-f36b8de47c8b, it does not exist. ...Show All

  • Visual C++ CFtpConnection info??

    Hi! I work with MFC, i need connect to FTP or HTTP server and do something. How i can in (CFtpConnection,CInternetSession classes) get all information about session when i connect to FTP or HTTP server, upload or dowmnload file etc. For example "Connecting" ,"Connect", "Uploading" and else For such issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups OTP Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Basic What is a wrapper?

    I need to create a VB.net wrapper, that will take data paramters from VB6 to a vb.net 2005 form, and then send values back to the vb6 form. What is a wrapper How do I create one Can anyone recommend resources Thanks hi TheBlackDahlya, this article has info regarding your question on creating and using wrappers: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/vbbestprac.asp good luck! dave ...Show All

©2008 Software Development Network