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

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

radzio

Member List

Brian Leach
The Rhino
SimonTeW
chainding
caglar ozkul
VipinDuck
Rahul_It
LoekyH
Vincent_D
Martin Kelley
Khushal
GilesT
Lubo P.
David Botz
m0
NetEye
latesh
cr4sh3d.r00t
WilliamBushman
CSved
Only Title

radzio's Q&A profile

  • Windows Forms Menu Button (outside of a toolbar)

    Hi All. Is it possible to have a push button that exposes a  drop down menu that isn't a toolbar button The toolbar button seems to do what I want, but I can't figure out how to create such a button outside of a toolbar. Screenshot of what I am looking for: http://img40.exs.cx/my.php loc=img40&image=menubutton.jpg does anyone have any ideas how I could create such&nb ...Show All

  • Visual Studio 2008 (Pre-release) InfoCard sample configuration problem (WinFx Dec CTP)

    Hello, I have the following certificate configuration: < clientCertificate findValue = " client.com " storeLocation = " CurrentUser " storeName = " My " x509FindType = " FindBySubjectName " /> < serviceCertificate findValue = " localhost " storeLocation = " CurrentUser " storeName = " TrustedPeople " x509FindType = " FindBySubjectName " /> On the service side I have the following configuration: <configuration xmlns=" http://schemas.microsoft.com/.NetConfiguration/v2.0 "> <system.serviceModel> <servic ...Show All

  • Visual Studio Team System Custom rules limitations

    We are beginning to implement FXCop, and are looking to use several custom rules.  I've noticed limitations on certain rule testing.  Are the following possible to implement as custom rules Use brackets after if statements object assignments should occur in Try blocks We're looking for verification that some exception handling is present should object assignment fail. ...Show All

  • Visual C++ Getting Visual C++ 2005 to compile a simple program.

    Compiling in the Visual C++ 2005 environment.   I am interested in compiling and linking C++ programs in the Visual C++ 2005 environment.   I am not unfamiliar with the concepts, but have not used this type of working environment.   So I just want to compile an extremely simple program that would just print something on the screen; and so I followed the simple example found in: “ Microsoft Visual C++ for Beginners”, (by Ranga Narasimhan, Microsoft Corporation, November 30, 1999, which a pplies to: Microsoft Visual C++ Version 6.0) found at: http://msdn.microsoft.com/archive/en-us/dnarvc/html/vc4begin.asp fr ...Show All

  • Windows Forms DataGridView Prevent user from leaving row on error

    I would like to prevent the user from leaving a row if it contains an error.  Looks like the two places that errors popup are CellValidating and DataError. I can cancel the row change action in CellValidating but not completely in DataError.  If I get a DataError for a cell, I can cancel the event.  But the user can move to a cell on the same row and then to another row.  The cell display retains the offending input.  Peculiarly, if the user then goes back to the offending cell, the cell text pops back to the original value (only happens if he leaves and comes back to the cell).& ...Show All

  • Visual C++ include guards gray out code

    It appears that there is a bug with how the VC8 IDE detects and grays out excluded code.  When using standard inclusion guards, like so: #ifndef HEADER_INCLUDED_ #define HEADER_INCLUDED_ // code here #endif ...all of the code between the inclusion guards turns gray.  Until this is fixed, is there a way to disable graying out excluded code   RITZ wrote: You could use #pragma once for now. #pragma once isn't portable. Also he could have a third-party library which uses these double inclusion guards. In manu scenarios #pragma once cannot be used. I cannot reproduce the problem eit ...Show All

  • Visual C++ how to get a handle to a control

    Hi I started a new process from my application, and I want to enter some data in some of the controls in the new application. I was thinking to do that with the SendMessage function but how do I get the handle for a control in that window. Thank you for the help. FYI, there's only a handful of windows messages that you can simply pass a memory address to, WM_SETTEXT is one of those messages. WM_SETTEXT marshals the test from the one process to the other. Expect to run into some access violations with other messages. ...Show All

  • .NET Development How to Send and Receive Data via TCPClient?

    Hi everybody,   Do anyone knows how  to transfer (ADO.Net) DataTable through GPS/GPRS I understand it uses bytes to send and receive data to and from. How could I get DataTable data by sending sql statements through GPS/GPRS Is anyone knows how Is it possible to convert DataTable to bytes[] and retrive by converting it back How to transfer data in form of DataTable using TCPClient Thanks. den2005 Got a question, what ould be the message what I would send to a server like microsoft or something to get the ifor for the index.htm or other page if you know please help!! ...Show All

  • SQL Server sys.objects vs. sysobjects in master..sp_ stored procs

    use master go create procedure sp_GetObjects as select * from sysobjects ; calling this procedure from different databases will return different results (behavior similar to 2000). use master go create procedure sp_GetObjects as select * from sys.objects ; calling this procedure from different databases will return results for master db only...  (ditto for all other sys. catalog views) how can I create database agnostic stored procedures using the new catalog views thanks!   Clifford Dibble wrote: BTW - In SQL 2005 you can GRANT/DENY/REVOKE at different levels of scope.  This can be an ...Show All

  • SQL Server SSIS Configuration

    Hi, My requirement is to have the connection strings for the source and destination to be a parameter for the packages that way they can be changed from the sql job scheduler. Please let me know how to go about it. Any help will be highly appreciated. Thanks Vijaykishan No, your property path is wrong. This: http://blogs.conchango.com/jamiethomson/archive/2006/06/01/4020.aspx tells you how to get it! -Jamie ...Show All

  • Software Development for Windows Vista Rule Conditions against custom activities and XAML activation - how should I achieve this?

    If I have a simple custom activity and I generate a XAML only workflow with a rule condition that references the activity then how can I use XAML activation to execute the workflow Here's the workflow <SequentialWorkflowActivity x:Name="xyz" xmlns:ns0="clr-namespace:ABC.Workflow.Common.ActivityLibrary;Assembly=ABC.Workflow.Common.ActivityLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/workflow ">   <ns0:ConsoleWritelineActivity Message="test" x:Name="consoleWritelineActivity1" />   &l ...Show All

  • SQL Server generate the insert script from table of SQL Server

    Dear All, I would like to generate the insert scripts of the 500 records for the later software initialization. Could you suggest some software to do this Thanks. Alex For information the environment are SQL Server 2000 Try Squirrel. http://search400.techtarget.com/tip/1,289483,sid3_gci1165699,00.html ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. ftol()

    Hallo, For optimization I have an inlined version of ftol() as you can see below. This version works normaly fine and very fast. But if I have started with direct3d my function returns always 0! Where is the problem and what I have to do to let it work under direct3d Thanks, Axel inline long numeric::ftol(double x) { #ifdef __WINDOWS__   static const double magic = 6755399441055744.0; // 2^51 + 2^52   double tmp = x;   tmp += (x > 0) -0.499999999999 : +0.499999999999;   tmp += magic;   return *(long*)&tmp; #else   return (long)x; #endif } Direct3D changes the FPU flags when it starts up as an opt ...Show All

  • Visual Studio Team System TFS b3 refresh Client install question

    We are running TFS beta 3 and are considering installing the refresh so we can use it against the SQL Server RTM build.  Does anybody know if we need to install new client software.  We currently have the clients installed from the beta 3 package on top of the RTM of Visual Studio 2005. If there is nothing to gain from a new client install I think we'd rather leave them as they are if it's not going to be a problem. Any advice I had to double check myself ... The B3 Team Explorer should be able to talk with a Refresh server.  HOWEVER, the .NET versions are different so if you are doing one box you won't get this wor ...Show All

  • Visual C# is it possible to make a grid similar to an excel spreadsheet

    is it possible to make a grid similar to an excel spreadsheet using visual C# that i can use with a database and program say for payroll purposes,if so suggestions please using visual studio 2005 Yes it is posible, but a lot of developers have allready some this. Take a look at the Grid Control section at The Code Project, here . ...Show All

©2008 Software Development Network