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

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

cdemez

Member List

pfontyn
JohnPrem
Joshizzle
olive2
Thomas S. Andersen
Oleg H
JHagan
Sharma Rahul
Fahad349
MLyons10
Jeff3464
Kartit
maximc
Christian Liensberger - MSP
Khookie
knuckle05
ramesh_n3
davidlt
Chris0144
ddogg
Only Title

cdemez's Q&A profile

  • Visual Studio Team System Obtaining Team Foundation Server

    Hi All, Am I right in thinking that Team Foundation Server is included with Visual Studio.Net 2005 If so, does it come with the Architect, Developer and Tester versions, as well as the Team System How many CAL's does it come with Thanks! Simon The CALs are part of the story but you also need to purchase TFS standard Edition. When you do that, you should get a Standard key. Brian ...Show All

  • SQL Server Saving dates to SQL

    I am fairly new to SQL programming, and have a problem with dates. In my SQL text in vb.net i have this set to eg "04/09/06 00.00.01" executing that sql command works fine, but when i go to read the data back its shows as 09/04/06. If the dates is something like 25/09/06 it fails because i assume SQL read this as day 9 of month 25!. I have UK dates in control panel, how can i ensure SQL supports UK style dates The field type is datetime, i am using the executenonquery command after setting the commandtext to the sql syntax. Many Thanks for your help in advance Chris Anderson First of all, for storage reasons, SQL Server doesn’t matter which language the user is using. The ...Show All

  • Visual Studio Team System Merge using API

    All, I know there is no way in TFS currently to merge by Work Item. So i am trying to build my own utility to do it. I found out how to find the changesets for a work item. Is there a way to merge using the API Thanks, -Ben Ben, The documentation is very scant indeed. The best intro I know of is in the following thread . Regards, Eugene ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cg Shaders?

    I am reading the Cg Toutorial book right now and it states that Cgfx file extension is .fx. Can these shaders be used in XNA. I am confused at the difference between Cg and HLSL. Can anyone explain what is the difference between these languges Should I read a book on HLSL instead They are unfortunately not the same thing despite being somewhat similar. You will in fact want to read up on HLSL for use in XNA. ...Show All

  • Visual Basic usb bluetooth dongle drivers (widcomm) with VB

    Hi there, My company is developing a bluetooth product using visual basic 2005 for the PC end. We wish to bluetooth enable the pc with a usb bluetooth dongle which comes with widcomm drivers . we hope to use virtual comm port bluetooth communications as the bluetooth module on our product is an SPP (serial port profile). Do you have any information on this or do you know the title of a good publication available in the uk (say from amazon.co.uk) I think you would have to get a Parallel port to BlueTooth Dongle that would be connected to your PC and use JSPayne IO Control  at http://www.jspayne.com  (an ActiveX control that connects to Paralle/Serial Port) and use the SPP (Standard Para ...Show All

  • .NET Development Getting an exception when installing my service created in .NET

    I have three services that I created in .NET and have successfully installed them all on numerous machines except this one. When I run <servicename>.exe -Install or InstallUtil.exe <servicename>.exe I get the following error: Common Language Runtime Debugging Services Application has generated an exception that could not be handled Application has generated an exception that could not be handledAs far as I can tell the machine (a WIndows 2003 Server) is identical, except in name, to another machine on which I can successfully install all three of the services. Is there something I'm not seeing Well I checked the user permissions and they needed to be fixed yet after fixing the install s ...Show All

  • Visual Basic Need help with displaying read html in web browswer control VB.Net

    hi, I have a VB.Net app which "reads" in html pages from a web server using winhttp. The purpose is for the app to "fill in" data fields on the page, then send it back to the web server, as if a user had been entering the data in his web browser. It's part of a data input automation project. I'd like, for my own testing, to show the pages I am accessing. So I added a webBrowser control to my main form, I have the html sent by the server (as a response string from my HttpReq.Send call)... but I don't know how to feed that string of html to the webBrowser control. Should be easy, but I just don't get it. So I have some questions: - am I using the right means to render the html - if yes, how can I "feed" the htm ...Show All

  • Windows Forms Form designer Errors Help Please

    I have a project I'm working with in VS 2005 + C# I started the project on one PC then I tried opening the project on another computer which also have all the components installed as the original PC where I started the project and I get this message on the 3 forms I have in my project. I open the project on the other pc and I can see my form designer. What I'm doing wrong. Help please below is the message I get when I tried viewing one of the forms. Best Regards Charles PS: This is line 143 in my code --- this .Forest_Container.FillStyle = PureComponents.EntrySet.FillStyle.DiagonalForward; // Forest_Container // this .Forest_Container.BackColor = System.Drawing. Color .FromArgb((( int )((( byte )(19 ...Show All

  • Windows Live Developer Forums Pin Attributes

    Hi, Thanks to this forum I have now been able to generate a click event on a pin. I have even got the background to cahnge colour when it is clicked. I would now like to detect what the background is for the clicked pin so I can reset it, The concept is to show a selected pin and then being able to unselect it. so far I have function EventHandlerOnClick(e) { if (e!= null ) { document.getElementById(e.currentTarget.id + "_" + map.GUID).onmouseover(); } else { var pointcolour = 'blank' ; // I want to get the current back ground style here pointcolour == document.getElementById(window. event .srcElement.id).style.bac ...Show All

  • .NET Development Starting point for 3D graphics in VB.Net

    I am using VS2005 (VB.Net). My program need to import 3D (x, y, z) points and display their relative location in a window. In the past I have only worked with 2D (x, y) points which were not a problem. My questions are: Is it possible to simulate "limited" 3D graphics in VB.Net What would be the best way to plot 3D points in VB.Net Thanks Hi The GDI+ does not support 3D primitives therefore you must handle how you want to represent the third dimension within your code. I found an example for you to start with http://www.codeguru.com/columns/VB/article.php/c8185/ . But, my suggestion will be to use DirectX in order to render your points, it will take you half/day to understand the basics but once you ren ...Show All

  • SQL Server format date

    I have filed from the sql db. I change the format to "d" the problem is that I want the format to be "dd/mm/yyyy" and now I see the format "mm/dd/yyyy" I can change the format by right, mid and left function, but I sure there is another way do it. thanks! Set the Language property of the report to "English (United Kingdom)" and your dates will be displayed as dd/mm/yyyy ...Show All

  • Windows Search Technologies wds exception error when clicking file types tab

    System WinXP current with all updates. WDS 3.0 beta 2. Uninstalled previous version of WDS prior to installing 3.0. When using control panel to access indexing options, then advanced button, then file types tab, I recieve the following error. RUNDLL An exception occured while trying to run "C:\WINDOWS\system32\shell32.dll,Control_RunDLL "C:\WINDOWS\System32\srchadmin.dll",Indexing Options" When accessing indexing options from right click on tray icon, then advanced button, then file types tab, I get the following. RUNDLL An exception occured while trying to run "shell32.dll,Control_RunDLL "srchadmin.dll"" I've spent most of the morning trying to find any information on this with no luck. I've also un ...Show All

  • .NET Development sockets vb .net

    Hi! i'm looking for winsock control in vb .NET, but i can't find it. I need an array of sockets.. Is there any way to work like VB6 (Drag & Drop, and calling .DataArrival, .Connect and the other methods and events) I'm newbie in this area.. Thanks! you pretty much have to keep listening to the port (on both applications, client and server) and process data the way you want to keep listening Is what you say about create another thread Because, if I keep listening.. the application will be blocked until I receive something, isn't it ...Show All

  • Visual Studio Tools for Office problem with CommandBarPopup customization - word 2003, vs 2005, VSTO SE

    Hi :) I have project : word add-in, vs 2005, VSTO SE I will like to know how to add checkboxes in CommandBarPopup I finaly succedded to add few buttons :). I'm also woried why FaceId don't mean anything in this case, when i add button to a popup And at the end : how i can add icon in any control Thanx :) I start with something like ...... CommandBarPopup cbarControl = ( CommandBarPopup ) toolbar.Controls.Add( MsoControlType .msoControlPopup, missing, missing, missing, temporary ); cbarControl.Caption = "Settings" ; CommandBarButton buttNew = ( CommandBarButton )cbarControl.Controls.Add( MsoControlType .msoControlButton, missing, missing, missing, temporary ); buttNew.Caption = "New button" ; ...Show All

  • SQL Server Not getting the return value from Stored Procedure.

    Enclosed is the stored procedure: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo] . [InsertModule] ( @Module nvarchar ( MAX ) ) AS Begin Set NOCOUNT ON if exists ( Select 1 From Modules Where Module = @Module ) Begin return - 1 End ELSE Begin INSERT INTO [dbo] . [Modules] ( [Module] ) VALUES ( @Module ) RETURN 0 End END This is the calling program: private void SubmitButton_Click( object sender, EventArgs e) { sqlConnection1.Open(); if (Module.Length > 0) { SqlCommand cmdModule = new SqlCommand ( "InsertModule" ,sqlConnection1); cmdModule.CommandTy ...Show All

©2008 Software Development Network