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

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

cdun2

Member List

akaRickShaw
davidacoder
Jouan
DougMP
S.Jan
format1337
Dorisdvu
Liam64
Israel Brewster
Michael_Giagnocavo
cmsmith81
hazz
game-maniac
Julenka
TCSC
LLeuthard
geliser131
Stealth549
chendil vanan
Alibong
Only Title

cdun2's Q&A profile

  • Visual C++ creating C files

    hi..how can i create C files in VC++ 2005 express edition. . thansk Yes, you need to add code after the headers included by default (be especially careful about the #include "stdafx.h" line, it must be first line). OR Use the empty project that you already found and then you can files to you project using the Project menu. There you have Add New Item and Add Existing Item. ...Show All

  • Software Development for Windows Vista WWF Scenario using ASP.NET

    Hi, I want to implement a WorkFlow in ASP.NET using Windows Workflow Foundation. I have a Web Form where user 1 fills in the form and submits it. This form and the saved data is then sent to user 1's boss who reviews the data and submits the Web Form to his boss and so on and on until it goes to the top of the Organisation where it is finally approved or rejected. Each time the form is subnitted an email is sent to the next person on the Organisation hierarchy letting them know that the Web Form is awaiting their approval. 2 Questions: 1) Can I use Windows Worflow Foundation in conjunction with ASP.NET. Alot of examples I see use WinForms 2) In relation to my Business Process Scenario can I implement above using ASP.NET and ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA windows and game input devices

    Ok perhaps I am a moron but if XNA lets you create a windows game then why does it seem that only one kind of gamepad will work with it ok so msft would love to sell 360's and the pads that work with them but.... come on ! I have a microsoft joystick and a logitech game pad that work just fine.... why not support standard gamepads not everyone wants an xbox pad, some kinds of games are better with a stick - like a flight sim and some users prefer them. why such a limited input option when the game is on a pc with so many input devices I am sure that an "adpater" could be written to map a std' input to the gamepad but since MSFT wrote DX and DInput and WIndows and XNA seems like they should have inclu ...Show All

  • Visual Studio Team System Team System Client Installation Failing Issue

    Hi All, I am trying to install Visual studio team system client on my machine. My machine is XP/XP2 and has VS2005 and WinFX components installed with Office2000 & Office 2007. The setup starts and reaches the licensing screen after which it stops and nothing happens. There is no error message shown. However there is an entry in the eventlog .NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Completed all work. Shutting down. Source: NET Runtime Optimization Service Event Id: 1104 Please help me understand what is the issue. TIA. Similar problem is reported here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=190593&SiteID=1 and it sounds like a hardware issue. - Jignesh ...Show All

  • SQL Server Moving a DB to a different domain and then connecting

    If a thief yanks (technical term) a hard-drive containing a SQL Server 05 database from a server and then installs it on a server in a different domain, is there any way he could connect to it This question assumes that a hacker didn't somehow transfer the domain logins. Could the local admin even add himself as a user to the database without having the admin login information from the previous domain Thanks, As the server is attached by a sysadmin (no matter if its a malicious domain :-) ) the sysadmin will have full access to the database. Thats why the access to the physical files also has to be secured rather than just the logical access through autorization. See this recently answered post: http://forums.microsoft.com ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Billboards?

    Hey everyone, I was wondering if anyone had any good reading material or would care to share some source for Billboards in XNA. I've made followed the Hazy Mind XNA engine tutorials, and have a decent engine going, but I want to be able to create billboards over my NPC's heads to reflect their AI. Any help would be appreciated. Thanks, Derek I have just the thing for you. I've uploaded a demo showing how to implement billboards which you can find here By the way, great name. :) -Derek ...Show All

  • SQL Server sql 2005 \ sql 2000 DB Diagrams, re-install sql 2000, need help.....

    Most of our sql servers ar still sql 2000. Our programmers created many sql 2000 database diagrams using EM. But they can not access them under sql 2005. (They now have only sql 2005 tools installed on their boxes.) Question: can we reinstall the sql 2000 client tools on their boxes without affecting the current sql 2005 install on their boxes Question: is there any workaround negating the need to ihstall the sql 2000 client TIA, barkingdog ...Show All

  • Windows Forms DataBound DateTimePicker/ComboBox Events

    Events on Databound controls that have their Visible Property set to false at DesignTime do not fire events. I was told this was part of their design. I accept that fact. But controls that have Visible set to true at design time and then Visible gets set to false at runtime, will fire events even though Visible is false. Question 1: Why does having Visible = false at Runtime and Design time behave differently Question 2: What internal happenings occur that make the control start firing events and can I trigger this internal change (i.e Can I force a Control with Visible = false at Design fire its events or visa versa can I make a control with Visible = false at runtime not fire events) How to Repeat: I attached a simple ...Show All

  • Smart Device Development Installing activex control on to mobile device

    Hi, I'm trying to install and register a ActiveX control written in C# for CF 2.0. I created a smart device cab project and added the primary output of the ActiveX control project to the setup. I then copy the files (.cab, .inf) to the device and ran them but I still recieve Automation errors when trying to create this object in PIE using JScript. Any help would be appreciated. Thanks. That's not what article says: From TFA: The following interoperability with native code is not supported by the .NET Compact Framework: Using an assembly registration tool, such as Regasm.exe, for COM clients to use a managed component as a COM class. Activating managed types from COM. Hosting the runtime fr ...Show All

  • Gadgets Sidebar and gadgets in XP

    Hi Is it possible to create a sidebar and gadgets for previous versions of Windows ie XP and 2000 thanks bigbadbubba wrote: It would be nice if they would support gadgets on XP. If not, I'll end up having to use either Google or Yahoo. If you've got a copy of Vista, you can already run Sidebar on XP with VAIO . ...Show All

  • Visual C++ Problem in Add Reference (static library)

    Hi I am reading ( http://msdn2.microsoft.com/en-us/library/ms235627.aspx ) this article. I created static lib But i can't achieve this part: "To use the math routines that were created in the static library, you must reference it. To do this, select References… from the Project menu. From the Property Pages dialog, expand the Common Properties node and select References. Then select the Add New Reference… button. The Add Reference dialog is displayed. This dialog lists all the libraries that you can reference. The Project tab lists all the projects in the current solution and any libraries they contain. From the Projects tab, select MathFuncsLib. Then select OK. For more information on the Add Reference dialog, see ...Show All

  • Visual Studio Express Editions How to run cmd prompt in C#

    Two questions. and yes im a bit of a beginner. 1. Is it possible for me to create a console application where the user enters a website, then the program pings the website and returns (prints on the screen) the websites IP address and if it is possible what is the code i would use or where could i find a tutorial on this 2. How would a create the code for the console program to use NET SEND (cmd prompt) and have the user type what the message should say and the program sends it. Thank you for your time, and thank you even more if you have an answer for both questions. send answers to radioedit420@gmail.com or just post them here. www.codeproject.com/dotnet/CSharpPing.asp www.codeproject.com/dotnet ...Show All

  • Visual C# [c to c#] function with ptr to struct as parameter

    hi all, i have to use this function from a c DLL. The function need pointer to struct as parameters. [ DllImport ( "SeqManager.dll" , SetLastError = true )] static extern uint SeqManagerGetSequenceList( out SEQUENCE_INFO ppSleepSequencesList, out SEQUENCE_INFO ppMoodSequencesList, out SEQUENCE_INFO ppNapSequencesList, out SEQUENCE_INFO ppWakeUpSequencesList); the SEQUENCE_INFO structur is like this : [ StructLayout ( LayoutKind .Sequential)] public struct SEQUENCE_INFO { string szPathName; string szFileName; uint dwDuration; string szGuid; IntPtr pNextSequence; }   when i use the following code i get an unknown exception pu ...Show All

  • Visual Studio 2008 (Pre-release) CPU throttles when binding listener to MSMQ private queue

    Hi, I'm in the process of trying to get a test MSMQ listener setup to receive messages from a test client. If I create the queue manually through the MMC snap-in, the client is able to deliver messages to the queue successfully. However, whenever I attempt to start the queue listener console application [in debug mode or double-clicking the app], CPU usage spikes at 100% [evenly split when running in debug mode between the app and devenv.exe]. The console app appears to have the appropriate endpoints exposed, but it just sits there without actually processing any of the messages that are in the queue. If I remove the queue, and start the client, it cannot deliver messages to the queue, stating that the queue does not exist, and t ...Show All

  • SQL Server How to create a connection to Access Database

    Hi guys, I want to create a report from Access Database. Can anybody tell me how to connect and create a data source from Access data source. A step by step guide is preferable. I am more concerned on the connection string. Thanks. There are two standard data providers that may be used to connect to Access databases:The JET 4.0 .NET OLE DB provider and Access ODBC driver. The former is newer and generally more efficient than the latter. In the "Connection Properties" dialog, 1) pick "OLE DB" under "Data Source" 2) pick "Microsoft JET 4.0 OLE DB Provider" 3) enter the full path of Access file under "Server or File Name" 4) the conne ...Show All

©2008 Software Development Network