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

Software Development Network >> Bob Arnson MSFT's Q&A profile

Bob Arnson MSFT

Member List

HuberSepp
PDACSKIVE
YU_MSVB
DotNetSteve
RHamilton
Deepu.MI
joey_sal
VoxB
ForestMax
JAlexandrian
masuday
anu0987
Todd Follansbee
Carter33
Rover
JeremyH999
jafar abazeed
Paulo Sebastião
tracker
TimurKiykioglu
Only Title

Bob Arnson MSFT's Q&A profile

  • Windows Forms How to populate a listbox with a complicated query

    How to populate a listbox with a complicated query  I created a query in the KeywordSetTableAdapter SELECT KeywordSets.KeywordSet, KeywordSets.ID FROM KSGroups INNER JOIN (KeywordSets INNER JOIN KSGroupKSAssignments ON KeywordSets.ID = KSGroupKSAssignments.KeywordSetID) ON KSGroups.ID = KSGroupKSAssignments.KSGroupID WHERE (((KSGroups.ID)=5)) ORDER BY KeywordSets.KeywordSet Fill a datatable method: FillByKSG5 Return a datatable method: GetDataByKSG5 What is this about I assign KeywordSets - say Peres, Shimon, to KSGroups. In this case I'd include Peres, Shimon to Persons, which KSGroups.ID=5. I've also assigned him to other groups ...Show All

  • Smart Device Development trying the send/receive messages with cemapi...

    Hi all, I’m trying to make my application send and receive mail messages following some MSDN docs, but I’m facing the following problems:   the piece of code is: ...  LPSPropValue pRecVal = NULL;  memset((void *)pRecList, 0, cbRecList);  pRecList->cEntries = cRecipients;  pRecList->aEntries[0].cValues = cRecProps;  pRecVal = pRecList->aEntries[0].rgPropVals;  pRecVal[0]->ulPropTag = PR_RECIPIENT_TYPE;  pRecVal[0]->Value.ul = MAPI_TO;  pRecVal[1]->ulPropTag = PR_ADDRTYPE;  pRecVal[1]->Value.lpszW = L"SMTP";  pRecVal[2]->ulPropTag = PR_EMAIL_ADDRESS;  pRe ...Show All

  • Visual C++ CString::Format issue

    Hi, I've recently been forced to change my project from using a MBCS to Unicode.  This has thrown up a number of problems with my code one of which is below. text.Format ("Row %d,Col %d",ln,col); Thats is the line that I had in when using MBCS, I know how to format strings etc under unicode, and the problem isnt the change, it is what would that string appears as under MBCS, I cant seem to find much on what the %d thing would do, so if some one could tell me how the string text would appear after that code was successful, that would be great Thanks Will Thats what I just said, i'm saying the reason ...Show All

  • Visual Basic Crystal Report is not showing reports

    hello, i have designed a one page addressbook with one data table. i took one crystalreport and with crystal report viewer i have set it in form. now when i am playing program report form starts but there is no data at all. thanks. hi, CrystalReports are not supported in express edition but i saw a suggestion to turn around that http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=312899&SiteID=1 i didn't try it myself you said page is this a webform if so you can ask in http://forums.asp.net hope this helps ...Show All

  • Windows Forms Form/Control Sizing

    Hello, I'm attempting to create a windows forms application using c#.net. the app has one MDIParent form and several child forms. I am programmatically setting the size of the child forms in the constructor, but before the child form is rendered, the size is being changed. I have no idea where in the code this is happening, or why. Can anybody help me Thanks, rc hi, Is your problem solved by the above reply If yes then could you please mark it as answered Thank you, Bhanu. ...Show All

  • Visual Studio Team System WorkItem Tracking and Process Template question?

    We're about to upgrade from TFS BETA 3 refresh to TFS RTM and I'm reading the upgrade document. The document mentions "things before you start your upgrade" and I'm going to the list. We've created our own Process Template based on the MSF for Agile Software Development and we've modified the task.xml and the Bug.xml. When trying to create a new project based on our template(keep in mind we haven't upgraded yet) the project creation fails: TF30162: Task "WITs" from Group "WorkItemTracking" failed No problem I've said myself, I've download the original MSF for Agile process template and our own process templ ...Show All

  • Visual Studio Team System Excel integration questions

    Hi, How can I define which fields to show by default when I open an Xecle temaplte I have created a new query and a new excel, then I have assoicated this in wsstasks.xml but how I define the fileds to show by default ...Show All

  • Visual Studio loading language package fail!

    hello all. after installing vs2005 SDK. i get a message ,loading language package fail. the package guid is "{e444c1dd-7c8e-4126-81c8-392c63bfebe3}" anybody can help me! thanks. I have the same problem! I try do reinstall it all, but the problem is still there! What should i do ...Show All

  • Visual C# Where can I find free chart components for VS2005?

    http://www.authors.unicadpublish.com/~jack_xu/ ...Show All

  • Windows Forms Windows Forms Design strategy

    I am new to .net . When building forms to interface, say, to SQLServer tables and queries, I imagine forms splitted into components (as frames in html), like header, body, footer I suppose the way is to use UserControls as containers (for instance, the footer will contain mainly  buttons, to exit, help, record and form navigation, and the like). The thing&n ...Show All

  • Visual Studio Team System How to change the current authenticated user without disconnecting (due to bug in RC3)

    Is there a way from within VS2005 to change the user that is logged into the TFS server   I would think you could simply disconnect from the TFS server and reconnect.  But due to a bug in RC3 you can not disconnect. When I first added the server I was prompted for credentials and because I hadn't setup access in TFS I used my tfsSetup account.  Now when creating projects, etc I am always using this account.  Any help would be appreciated.  Thanks, Brian It is not possible to change the credentials of the logged in user from VS. The easiest thing would be to change the pas ...Show All

  • Visual C# Adding user settings at runtime

    Hello I got an issue regarding the settings-file and "user.config". The setting file itself is just a class, including each item in the settings-design view as a property. This means that when you want to add an item in code (to the .settings file), it should be added in the source-file (the .cs file) as a property as well, which is practically impossible as you can't get to or change the source code when you're running the code. Because of this, I can't add extra properties to the settings file, and it won't be done with the code (see underneath). What the code does is adding the new property to the user.config file. So far so good ...Show All

  • .NET Development Using ActiveDirectoryMembershipProvider to authenticate against ADAM

    Hi there, I've searched all over the internet and found more developers with the same problem, but no solutions at all. I'm using the June CTP of VS.NET 2005 on WinXP SP2 and want to use the ActiveDirectoryMembershipProvider to validate my users against ADAM. My web.config contains the following parts (where CDomain\MyUsername is a local administrator that is also member of the administrators-group in the ADAM-instance): < connectionStrings >    < add name = " ADConnectionString " connectionString = LDAP://localhost:389/o=Company,c=NL,dc=CDomain /> </ connectionStrings > < system.web &g ...Show All

  • Visual Basic Add combox in Datagrid 2003???

    Dear Team   DO you have a simple code for adding a combobox in datagid   Thank you very much I have added a text file with some extra comments... The code I have sent assumes you want a databound combobox in the datagrid Let me know what you think and see if you can follow my code... ignore the bits where I build a DataTable... it's just so that you can see data in the table and comboboxes when you run the Form... ...Show All

  • Visual Basic Access db connection with data transaction

    Hello, I’m realy new in programming and I’ m trying to syntax an easy code but i face problems!   I need to embed some databases that will be active for the code, i mean that the code will drag data from those to use them in calculations.   The pseudocode could be like this:   For C1 and C2 (! those two are given from the user) drag C3, C4, C5, C6, C7 from the data base DB1   The C1-7 are Columns of the db.   Thanks in advance!     Hi there,   I think your problem is that you want to get data from database table(s ...Show All

©2008 Software Development Network