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

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

rkcarroll

Member List

John Kinghorn
jSirgey
vailyve
ibrahimkurt
HouZhenYu
YU_MSVB
neosamz
Matthew Gertz MS
mbfromit
Ek9
BoazJ
JDM3
Ngwane
ihsan yaprak
Keith Spitz
devjames82
Sensei_D
geraud c
Ben Griffiths
kpu
Only Title

rkcarroll's Q&A profile

  • Windows Forms Active Directory Hystory/Log

    I already try to enter Microsoft Newsgroup, but it seem the newgroup already discontinue. So please can you tell me where to set the log/hystory of active directory the place that i can found only at event viewer, but in there only application,security, and system log. I already check that out, but there is no record for user name or IP. Thank for the answer .. ^^ ...Show All

  • Visual Studio Express Editions How to generate an array at runtime

    Hi all, In c# program, I use a string variable string typeDeclareation; to hold string such as "Add int int", "Func typeA typeB typeC", at runtime, I want to produce arrays by the content of typeDeclareation, for example, for typeDeclareation="Add int int" I wish get an array: string [] Add = new string [2] {"int", "int"}; for typeDeclareation="Func typeA typeB typeC& ...Show All

  • Visual FoxPro create window

    I am new to foxpro and have a few questions so i will post them seperatly.In my start up program i have added _SCREEN.VISIBLE=.F. I have also added a text file config.fpw with on line SCREEN=OFF That has taken care of not displaying the default window.  Now i want to create my own main window that every form and report will be displayed in.  I also want to have frames in the window.  One frame down the side or across t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Players move faster at higher framerates

    Okay, this is really bad. Clearly, a hard-coded "2" that's applied to my character's "Left" property on every frame render isn't going to cut it. Obviously, the game will run slow on crappy hardware, and there's not much I can do to prevent that. But the game shouldn't run faster on really good hardware! How can I cap the movement speed, or better yet, guarentee a certain speed within reason I can already calculate frames per second, and h ...Show All

  • Software Development for Windows Vista Different ending states in EventDriven

    Hello, I am programming a document approval workflow using Beta1. I'm using a state machine workflow to model the different states the document goes on. Sometimes after the occurrence of an event I need to go in different states according to determinate conditions as for example after teh response of an approver according to the content of this response. I noticed that the designer doesn't allow me to put a SetState if not as the l ...Show All

  • Visual Studio 2008 (Pre-release) Can You send me this Lab material?Solution Name is Reliablity, For Vista Demo in WCF.

    In Vista Demo, I have received the old version WCF demo,demo description is below: The demonstration you are about to see is designed to show two of the key features of that technology.   The first feature is that the Windows Communication Foundation completely separates they way in which applications communicate from the business logic of the application.   So, you’ll see that with the Windows Communication Foundation, we simply ...Show All

  • Software Development for Windows Vista Deserialize XAML

      If I have a XAML (XOML) schema how can I deserialize and execute it You can deserialize like: DesignerSerializationManager serializationManager = new DesignerSerializationManager();    using (serializationManager.CreateSession())    {     WorkflowMarkupSerializer serializer = new WorkflowMarkupSerializer();     rootActivity = (IRootActivity)serializer.Deseria ...Show All

  • Visual Studio Team System Canceled book purchase - Introducing Microsoft Visual Studio 2005 Team System Beta Edition

    I've tried to purchase the only VSTS available (many weeks ago) and my order was just canceled. I guess Microsoft is not going to release it. Oh well... http://www.amazon.com/exec/obidos/tg/detail/-/0735621802/qid=1122472985/sr=8-1/ref=pd_bbs_1/002-7165628-3580031 v=glance&s=books&n=507846 Come launch time, I'll be interested in reading the Wrox book. http://www.amazon.com/exec/obidos/tg/detail/-/0764584367/qid=1122733526/sr=8-2/re ...Show All

  • Visual C# Incorrect CompareTo() used

    Given the following example: public class Item : IComparable { private int id; private string keyword; public int ID { get { return id; } set { id = value; } } public string Keyword { get { return keyword; } set { keyword = value; } } public int CompareTo(object rhs) { return this.Keyword.CompareTo(((Item)rhs).Keyword); } } public class DetailItem : Item { private int sortOrder; public int SortOrder { get { r ...Show All

  • Visual Studio Tools for Office VSTO project does not appear in "VSTOprojects" CAS list

    Hiya, I am going thru the VSTO articles, trying to build a VSTO app in whidbey. When I run the app, I get an error < error > The current .net security policy does not permit the customization to run. <\ error > So, I  follow the advice on how to assign a strongName to the assembly: http://msdn2.microsoft.com/library/0c0116yz(en-us,vs.80).aspx However, when i navigate  to the "VSTOProjects" folder, the p ...Show All

  • Visual Basic A newbie's question

    I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as desc ...Show All

  • Visual C++ 3 Beginner Questions: Including DLL's, changing Language and Tutorials

    Hello! Can someone tell me, how i can change the real language of C++ I tried Tools->Options->International Options->Language: Same as Microsoft Windows(and i got a german Windows XP) but it hasen't changed anything, and the menus and so on are still english. My 2nd Question is: how to Include SDL or OpenGL And my 3rd Question: are there any good tutorials for starting programming with Visual C++ and those Windows forms I m ...Show All

  • Visual Basic Problems Adding Fields to DVDs Table in MovieCollection Template

    I'm trying to learn VB 2005 by modifying the MovieCollection project template.  I added two fields to the DVDs table, Media and Location.  I added the fields to the DVDCollectionDataSet.  I bound each field to a new control on the ListDetails form. The build went fine and all looks well when I run the program.  However, if I shut down and restart the program, I do not see the data for the two added fields.  The other ...Show All

  • Windows Forms Changing the ListViewItem height...

    Hi, For my ListView with combo boxes in it I need to make the ListView items a little bit higher. The ListViewItem.Bounds property is read-only... Any one has an idea Any suggestion is appreciated! Thanks in advance Gogou What view is your ListView&nb ...Show All

  • Visual C++ ON_WM_NCHITTEST (and other MFC macros) won't compile in whidbey

    1>.\sizecbar\scbarg.cpp(59) : error C2440: 'static_cast' : cannot convert from 'UINT (__thiscall CSizingControlBarG::* )(CPoint)' to 'LRESULT (__thiscall CWnd::* )(CPoint)' 1>        Cast from base to derived requires dynamic_cast or static_cast FYI, ON_WM_NCHITTEST looks like this: #define ON_WM_NCHITTEST() \     { WM_NCHITTEST, 0, 0, 0, AfxSig_l_p, \       &nb ...Show All

©2008 Software Development Network

powered by phorum