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

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

Daxel

Member List

Joe Rappo
PeterG_75
Robort
metadataEKGT
Dinesh PremKumar
dalek9
ZMAN!!
Negative Eddy
BruceT
zqzproject
Anonym0us
Ibrahim Dwaikat
SKClay
dodgeshadow
Ritterbeck
NTDS
NobleCoder
mr pk
Lila44602
Norman Diamond
Only Title

Daxel's Q&A profile

  • Visual C# Converting A Formula Into A Number

    Hi, I have a little problem converting a formula into a number. I have a string that is a formula (for example: "2 + 4 + 6") and i want to convert this formula into a number by using some kind of function. Does such a function exist in C# If not, is there another way to do this thanks, Tomer like this: class Program { static void Main( string [] args) { XPathE ...Show All

  • Visual C# Extending Membership and Roles:

    Info: We are trying to incorporate membership and roles in the website we are building. The site would contain separate folders for each group/family (to store family pictures, for example). Also, a groupID / familyID would be needed in the database to identify data pertinent to the group/family. Concerns: If we were to add a groupID field to a table, a custom membership provider would have to be written – ov ...Show All

  • Visual Studio Team System Deploying Custom Test Type VSPackage to a Controller and Agent

    I read the documentation about Installing Custom Test Types on the controller and agent, but it just says the the core components must be installed, but really doesn't give any detailed description of exactly how to do it. I know it needs to be in the LoadTest directory, but I'm a little confused about the exact steps that I need to take. I modified the Custom Test Type sample and I have my fooTIP.dll and fooTUIP.dll, but once I copy those to th ...Show All

  • Visual C# Problem with axWebBrowser in a Multithreaded application

    Hi! So I have a MainForm. There is a timer on that form, and in a right time I want my application to shows four seperate forms with an axWebBrowser on them. These axWebBrowsers are automated with their OnDocumentComplete events. So, first I had the following error message: ...The current thread is not in a single-threaded apartment. So I searched the internet for this error, and corrected my code with this line: regThread.ApartmentState = ...Show All

  • .NET Development Possible making USB driver with C#?

    Is it possible to make an USB driver with C# I know this guy who is creating a device which records data and he is going to use USB to transfer this data from the machine into the computer... Since this is a custom machine, I dont think it is possible to use a preexisting driver for it and we were thinking if I could make a driver for it. As fahr as I know it is not posible. I think only C, C++ or something low level like assembly languag ...Show All

  • Visual Studio 2008 (Pre-release) svcutil & .Net naming guidelines

    Hi, Is there any way to force svcutil to generate proxy classes that would follow the official .Net naming guidelines (eg. pascal case for methods / classes / properties) I know this can be achieved by using such casing in wsdl (xsd) but this is something I would like to avoid and is not always something that we can controll if third party services are being used. Is there some kind of switch I could use to force the mentioned behavior Bes ...Show All

  • Visual C++ UNC

    In the documentation for the CreateDirectory method, it is mentioned that UNC names can be written as UNC\filename. Cant we just use " \\\\ " instead. Also, in one of the cases, I found that a certain code generates a directory path as below: \\xxx\dir1\/dir2 (Note the consecutive backslash and front slash) When the above is given to createDirectory, it correctly creates \\xxx\dir1\dir2 but when I try to use the \\ ...Show All

  • SQL Server SP permissions under SQL Server 2005

    I am just migrating to SQL Server 2005 and I am having difficulty figuring out how to do some tasks that were easy under SQL Server 2000. Specifically, I am not sure about object permissions. (This is what I did for SQL Server 2000) For database access by my web application, I added a SQL login for the IIS_WPG group. I then added a database user (name ASPNET) associated with this database login and give it only datareader and datawriter ...Show All

  • Visual Studio Team System Deleted Project using TFSDeleteProject but Source Code Root Still Showing Up

    I deleted a project using TFSDeleteProject (with the force option) but my VS 2005 IDE Source Control Explorer still shows the deleted source code folder root (with a single TeamBuildTypes folder with a red X thru it).  The funny thing is is that if I go to another machine and log in with the same credentials the particular folder does not show up.  Looks like there is some sort of hanging artifact on my local work machine that isn't ge ...Show All

  • .NET Development Creating a Web Service

    According to several examples on how to create a web service using WSE 2.0 when you enable WSE 2.0 for a project by selecting the two checkboxes on the General Tab references are automatically added to your project and in the Reference.cs (or Reference.vb) file of the project you will see two instances of the Service class created. Example: MyService and MyServiceWSE   In my projects the references are being added to the project ...Show All

  • Software Development for Windows Vista msi.lib not found

    I have a project that needs link with msi.lib and I got the following linking error: LINK : fatal error LNK1181: cannot open input file 'msi.lib' I have the following paths in the library directories: $(VCInstallDir)lib $(VCInstallDir)atlmfc\lib $(VCInstallDir)atlmfc\lib\i386 $(VCInstallDir)PlatformSDK\lib $(VCInstallDir)PlatformSDK\common\lib $(FrameworkSDKDir)lib I only found the msi.lib in $(VCInstallDir)PlatformSDK\lib\IA64 and $(VCInstall ...Show All

  • SQL Server Co-exist of SQL 2000 and 2005

    Dear all, I have SQL 2000 Enterprise mgr and Query Analyzer in my desktop, and I install SQL2005 Express Edition + Mgm Studio today, however, my SQL 2000 Enterprise mgr disappear and all my registered servers disappear too when I open up the SQL 2005 Mgm Studio. Is it mean that I no longer able to use SQL 2000 How can I rollback the installation of SQL 2005 because I still have to use Enterprise mgr to manage my existing database and clients. ( ...Show All

  • Visual Studio How does one chart a percentofCount of a boolean field which is true or false, but not chart both?

    I am sure this is a simple trick for someone who has used crystal reports much, but I am dumbfounded. I can display a count, percent of count (which are true and false = 100%) not a lot of help... but what I wish is to show a percent of count which are true. I am using  typed dataset from sql server in Visual Studio. Please email me if you have an answer to my dumbness. Thanks in Advance! Thanks SO MUCH! one further note, I thought ...Show All

  • Windows Forms How to make ScrollBar work with a panel

    Hi, I have a panel that alters in size. And when the size gets larger than the container the panel is in I want a scrollbar to appear. I have set the AutoScroll property of the panel to true but it doesn't seem to work... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How do I uninstall DirectX 9c

    I am having problem with a game and their tech support needs me to uninstall DirectX 9c and Reinstall it. I have asked EA tech support on this on an earlier occasion and this was the reply I got. 1. Forget about it. 2. Find a new hobby. 3. Microsoft sucks so dont try to fix their stuff. 4. The only problem is your brain, if you try to forget about it and find a new interest in life that does not involve this stupid DirectX, you will be OK. ...Show All

©2008 Software Development Network

powered by phorum