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

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

DOAHunterX

Member List

wkst5
Blue Stone Post
RaptorAvis
Peter Goode
ngn
Richard M Malone
A_C
Jay G
lpasquali
Todd Kitta 2
Eric Duran
Florian 0.
Crobat
PlanoPete
nOrphf
santhakumar
tyou_aki
Xin Yan MSFT
ReussDr
Mike Marchand
Only Title

DOAHunterX's Q&A profile

  • Software Development for Windows Vista async CreateFile()

    Hello, I don't see the async file open fn in documentation. Why it is still not implemented Thanks, Dmitry Dmitry, it isn't clear what you are asking for, can you explain some more what you are expecting and where you expect it ...Show All

  • Visual C++ Header file incompatibility causes compiler errors

    The following source code causes numerous compiler errors in msxml.h: #define version 438 #include <afx.h> Naming the variable something other than 'version' makes the errors go away. This suggests an error in macro definitions in one of MS's header files. Is this so strange Its your own fault and not what your name is suggesting... If somewhere in the MFC code a parameter to a function, or a enum, or whatever is named version, it will be replaced by 438. And when I try it you find the problem in a parameter in the XML DOM IMplemntation where a parameter is named version Is this a fault ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. "Ensure that DirectX SDK is correctly installed" *Resolved* by Noizu.biz

    I just downloaded C# Express, and then installed the DirectX SDK from February 2006, from Microsofts homepage Then I loaded the Simple2D_2005 sample (running it from the sample viewer), and it worked as it should. Then I installed the samples source code, opened it in C# Express, but when I run it, I get the following msg: "Could not find required media. Ensure that DirectX SDK is correctly installed" I have tried to uninstall DirectX SDK, and reinstall it again, but I still get this error This usually refers to the sample framework files not being found. Make sure that the /Common folder is incl ...Show All

  • Software Development for Windows Vista help

    can anyone  give a sample to help me create child state machine workflow I want to know how it work with master workflow. Thanks in advance It's not clear what you mean here. Do you want multiple workflows one parenting the other Or do you want a single workflow that has multiple parts in some way Please can you clarify what you are trying to do. Regards, Paul ...Show All

  • Smart Device Development IItem::SetProps and S_FALSE result

    It seems that some properties can not be set with SetProps (returns S _ FALSE ) . And I am not talking about stream properties. Where can I find a list of properties that can be set This should include properties for appointments, contacts, and tasks. For example, can PIMPR_IS_RECURRING be set for an appointment or task (I know there are indirect ways to cause this property to be set, but I still need this question answered.) I can read PIMPR_IS_RECURRING with IItem::GetProps. (I am using the device emulator with a Windows Mobile 5.0 Pocket PC image.) Thanks, Frank Hi, Apology in replying late. Alth ...Show All

  • Visual Studio Express Editions Distributing a multi-user application

    Hi there, This post stems from a problem that many of us are having: the fact that we don’t see our database being updated. I understand now why this is the case as there have been many posts on the subject. We are expecting to see the database updated (in the Database explorer or in the Solution explorer) when in actual fact a local copy of the database (in the bin folder) is being updated (unitl you rebuild your app in which case it gets over written again). My question is, if VB2005E works with a local copy of the database, how can I distribute the application to multiple users Will all the users have their own local database Can ...Show All

  • .NET Development SQL novice: trouble connecting windows form with table

    Thanks to anyone who can help... I'm building a data entry windows form in VS.Net 2003 J# that requires the data to be sent to a SQL Server table (the table's name is "Local") when the form's "SAVE" button is clicked. I've built the form using the windows form designer. There are six fields that will use SQL statements to send data to the Local table, and none of the fields are permitted to be null values. Two of the fields are comboboxes that are populated through the use of their own respective datasets (DisasterType and DwellingType); the datasets were built using the forms designer OLEdbDataAdapter (Adapter3 belongs to DisasterType and A ...Show All

  • Visual C++ Getting rid of the need for .manifests?

    Background: We are attempting to build a DLL with VC8 to be used by applications that were built with VC6 and linked against a VC6 version of the DLL. Problem: In order to get the application to start, we have to copy the .manifest generated by building the DLL and rename it app .exe.manifest (in the same directory as app ). This is going to be a headache for our customers. Is there any way to not require the .manifest Can you perhaps statically link to all the libraries you use I don't see why you'd need a manifest then. You can also embedd the manifest in an exe, I'd hope you could do the same with a dll. ...Show All

  • Visual Studio Team System Team Foundation Server -- couldnot connect -- error

    Hi, I need information regarding an error occuring while accessing my TFS. One of my client working in Japan is not able to access TFS. We could access the same for example from Berlin. Is there any possibility to find what could be the possible reason I've tried surfing through various threads in microsoft forums. But i feel my scenario needs to be a different thread though the nature of the problem is same. Scenario: VS->Team Explorer->Add/Remove Team Foundation Server->Add Team Foundation Server-> Add Team Foundation Server->tfsService1.BuckleHome.com(server name)->80(port number)->Http(protocol) The ...Show All

  • Windows Forms Scrolling user control

    how can i write a scrollable windows control with c# and how must i save it's content and  manage it when scrolling by user. thank alot for your attention mark i will consider at your recommendation in my work. if i can't solve my problem, any way i hope that you help me again and tell me is it possible i get your control s ...Show All

  • Visual C++ How to create "floating" window?

    I have installed Yahoo! Widget Engine and widgets have abillity to be on top of other windows but they dont't take mouse messages... instead mouse messages are sent to other windows as if topmost widget window isn't there at all. How to create such topmost window This forum is for general C++/IDE usage issues. Your question pertains specifically to Win32 windowing. There is a newsgroup where you may find more qualified people: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ui&lang=en&cr=US For starters, there is a window style for setting top-most, and you ...Show All

  • Visual Studio Team System Design Documentation - Where is the best place to store them

    When working on Bugs / Tasks we create design docuemnts (I heard somewhere that these are useful... still trying find who said that :D ). Anyways, where would be the best place to store these Say if there were 5 bugs in our system that could be fixed with 1 code change, we'd only create one document for that (5 bugs still). So, attaching the same document to all those bugs is very bad in my mind. We could also upload it to our portal site and link to it via a Hyperlink in each Bug work item. I find the latter the best way of doing this. Is there other ways I have missed that would be better Thanks. I agree you should store the ...Show All

  • Windows Forms Searching files in directories

    hi.. how do i search files in a directory using file attributes like modified date,file size,create date time using .Net. Regards dhn Here is a self-explaining example: DirectoryInfo directory = new DirectoryInfo("c:\mydirectory"); foreach ( FileInfo file in directory.GetFiles() ) { if ( file.CreationTime.Date.Equals( DateTime.Now.Date ) { // Found a file that was created today. } } ...Show All

  • Visual Studio Team System Encoding-Decoding: the &quot; case

    Hi all We have a problem, and I couldn't find the specific answer in the previous threads regarding URL encoding-decoding. The issue is around: how the "simulated" browser in VS2005 for testers deals with &quot; Because we generate the HTML via XSL, the fields containing the " character are encoded in &quot; When the real browser received this XML, probably it will decode it, transforming in ". Then, when the browser send the request to the server, it will encode it again and so on. The problem that instead we experience now, is that when the simulated browser receives the XML page, probably i ...Show All

  • Windows Forms DataGridView - Invisible Cell Error

    Hi, I have a potential problem with the datagridview. When I have an empty table, and start editing the first row, but press ESC to cancel the edit, I get an error "Current cell cannot be set to an invisible cell.". Is this a known problem, or is there a way to trap the error, and move the current cell to a cell that is not invisible This is a bug when the first column is hidden. I don’t know any workaround at this time. -mark DataGridViewProgram Manager Microsoft This post is provided "as-is" ...Show All

©2008 Software Development Network