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

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

bankit

Member List

Airan
DrDeath
smilyan
Dharmendra Singh Baghel
JIM.H.
John Wesley Harding
jschroeder
mcdonaldn
Sai A
WolfgangEngel
De Cowboy
GlenAtMotorola
2lazydba
AntoineF
Marco Minerva
popendot
Andrew Buyan
jdn
sarashare
Poledog
Only Title

bankit's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. 3rd Party Software and 360 deployment

    Howdy, One of my friends asked me an interesting question the other day. Will 3 rd party software’s be able to deploy to Xbox 360. After reading about Torque X my auto response was yes sure they can. Although after looking and digging some more I am not so sure. Without full 360 support and being not being able to testing everything myself I am left with some hanging questions. Will support for 3 rd party software deploying to 360 ever be released or would this go against the very idea of the creators club. As well I am not really sure if this correct but I believe that 360 binaries are basically the same as windows binaries and can be created through some means in .Net Framework if that is the case would this process eve ...Show All

  • SQL Server MDX Query Help...Please

    Hi, I have a fact table containing the following columns: CustomerID RegionID CategoryID ItemID Price Relationships: A customer belongs to only one particular region and category Each customer can buy the same item at different prices The measures are LowPrice and AveragePrice Query For a particular customer, what was the customer price, average price and low price for some other combination of region and category ( this not the region and category,the customer belongs to) For ex: CutomerId RegionID CategoryID ItemID Price 1 1 2 1 2.00 2 2 3 1 6.00 3 2 3 1 4.00 Report should display for Customer 1 , ...Show All

  • Visual Basic ComboBox Frustration: Setting a default "SelectedIndex" when adding a new record refuses to work.

    Help! This is a very frustrating problem. Ok I have a typical databound Form with a bound ComboBox bound on the form Load event. I have a typical BindingSource and BindingNavigator Control with an "AddNew" button. When a new record is added to the dataentry form (i.e. not the combobox) I intend the combobox to default to the first value in the list by setting... mycombo.selectedindex = 0 I have this in the BindingNavigatorAddNewItem_Click event but it has no effect! I also tried placing mycombo.selectedindex = 0 in the BindingSource "AddingNew" event but this also has no effect. I have discovered that the "selectedindex" is somehow inexplicably changing itself back to  -1 As an experime ...Show All

  • Visual C++ a sample program which use res protocol?

    I need a sample program which use res protocol, I hope that one expert can give me one example which use res: protocol, I appreciate your help. Hello Re: a sample program which use res protocol As I have said before ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=986755&SiteID=1 , http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=986762&SiteID=1 ) such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups . OTP Thanks Damien ...Show All

  • Visual Studio Express Editions how connect to database???

    how can i connect to ACCDE database or how to cennect to Access 2007 database thnx USE ADO.NET with the appropriate provider: Learning ADO.NET http://msdn2.microsoft.com/en-us/data/aa937699.aspx Data Samples: http://msdn2.microsoft.com/en-us/vbasic/ms789075.aspx#data For connection string configuration see: www.connectionstrings.com ...Show All

  • Visual Studio Tools for Office Intermittent HRESULT: 0x800A03EC setting value in a cell

    Hi, I get this error intermittently (here's the error, stack trace and code): Exception from HRESULT: 0x800A03EC Server stack trace: Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Microsoft.Office.Interop.Excel._Worksheet.get_Range(Object Cell1, Object Cell2) at Microsoft.Office.Tools.Excel.Worksheet._RangeType.get_Item(Object Cell1, Object Cell2) at TrancheGuide.InputsSheet.printMessage(String msg) in C:\Code\C#_Apps\TrancheGuide\TrancheGuide\InputsSheet.cs:line 79 at TrancheGuide.IntexDriver.driverEngine(String cusip) in C:\Code\C#_Apps\TrancheGuide\Tran ...Show All

  • Visual C# Accessing Objects in Form1 from form2

    Hi I'm starting out with C# and am building a simple application to play around with C# code. I have a main form (form1) in which I have declared and instantiated some Objects. Form1 then declares and shows a second form (form2). I want form2 to call methods and get and set properties in my declared objects from form1. ie to change their internal state so when I go back to form1 I can access the objects new internal values (with appropiate properties etc). //example dice class public class dice { private int currentSide; public CurrentSide { get{return currentSide} set{currentSide = value} } } //Form1 class public class Form1 : Form { public Dice D1; public For ...Show All

  • Visual C# Blocking Console closure?

    I have a Windows Forms app with Console playing a part. I now run an almost debugged code from an exec that is generated after the Build command. I need to prevent Console from accidentally being closed by clicking on the tiny button located at the right upper corner. I cannot figure out if it is possible to do. The corresponding button on the form is blocked but it does not prevent the form from being closed by clicking on the button on the Console. I want to immobilize it too. I do not the app being closed accidentally in any event. Thanks. frederikm wrote: Hi is it necessary for the console to be shown you could just hide the entire window... Hope this helps, please close the thread if it does No ...Show All

  • SQL Server Assistance in connecting a SQL Server Client to SQL Server sitting in a shared environment

    Hi, I need to connect to a SQL server thats running in say abc.trident.com and also sits in a shared environment.. I have couple of questions 1) That SQL server is accessible from my network, yet when I swtich on my enterprise manager I am unable to view that in the list of running SQL servers in the populated list. Is it because its sitting in a shared environment I am unable to view that 2) What is the connection striing I should use to connect to the server..When I try to configure a SQL server registrations it normally asks for SQL Server name along with the user authentication Should I mention fill the Server: field as  abc.trident.com or // abc.trident.com/abc.trident.com to connect to the clus ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. The Unofficial "Hooray I'm Done With my DBP Game" Thread

    When you get done with you game and sumbit it, crow about it here. A little over 24 hours left until the deadline and I'm so amazed I'm done, so much better than college Thanks to ZMan for his help, good luck all. I'll post the source code for my submission once the deadline hits. Bill It's done and submitted now. It's called Joe's Fuel Harvest Service. The game consists of mining planetoids for radioactive mineral to fuel the ships of Spacewar. Link to screenshots on the project page Youtube Link I can't wait to see all the entries. ...Show All

  • Visual C++ PSDK/calc-sample, please.

    Below is error when I try to build sample project: Calculator. I have VC++ express edition and sample is for that version of C++. I also have PSDK which I wanted to integrate with VC++ express edition by following instructions; but wanted to be sure VC++ express edition is working (which it is not) by using simple sample projects. Thank you very much for any assistance to get this sample project to run/compile. I plan to use VC++ instead of fortran for my research so I and other students/scientists may have a graphical user interface and ease of entering code. Assembly language was no fun but I got thru that. I would be grateful if anyone could point me to sample code to use in VC++ express edition (with PSDK integrated ...Show All

  • Windows Forms Controlling a form externally

    I'd like my program's main routine to start a loop method that will create a new form call a method on that form let the method finish close the form and start over However, when the loop method calls Application.Run(curForm), it seems to give up control of the form, so doing item #2 (or anything else) is impossible until the form is closed. Is there any way to return control of a form to a class outside of that form Instead of Application.Run, use fooForm.Show or ShowDialog, then call your public method then call the Close method. Charles ...Show All

  • Visual Studio Team System "The permissions granted to user '' are insufficient for performing this operation." when trying to view Report Site.

    We are unable to access the reporting site for our TFS project. We are able to view individual reports from VS, but we cannot get to the reporting site to edit them. Whenever we try to go to it (By right clicking on Reports->Show Report Site in Team Explorer), we get the following error page: SQL Server Reporting Services Error The permissions granted to user '' are insufficient for performing this operation. The URL it's hitting is: http://[OurServer]/Reports/Pages/Folder.aspx ItemPath=/[OurProject ] I've checked the permissions for reporting services using the TFS Admin power toy, and all users have full permissions. Is there somewhere else that we need to grant permission Thanks. This art ...Show All

  • Visual Studio Using existing Enumerations

    We got the great 'Domain Model Enumeration Designer' in the DSL tools to design new enums and use them as value properties of classes. But I have some value properties on my DSL elements on which I want to use an already existing enum type. Like for example the 'System.DayOfWeek' enum. There is some kind of mechanism for this for the simple types: you can point to a namespace and type in the name of the type. Is there something similar for enums Sure I can look up the literals in the documentation and type in al these literals in the Enum Designer, but that's quite time consuming. Gerben [Avanade] Cool, that works fine George. Thanks! Though you guys make me wanna die for the V1 release ...Show All

  • Software Development for Windows Vista 32 bit functionality gone in x64 OS

    Ok here we go: This may end up being the third time I have to reinstall Vista x64 OS All 32 bit programs refuse to run. IE7,Outlook,Counter spy, anything that runs in a 32 bit enviorment. I can access the internet with the 64 bit version of IE 7 but not the 32 bit version. I can access the internet with the 64 bit version of Firefox. Its like I have blown out all 32 bit services in Vista x64 Can someone help me. I really don't want to reinstall everything again. I may just go back to Vista x86 If you have system restore enabled you can go back a couple of days and restore your your system. If not; the only way I know of is to reinstall your OS. Its sucks big time. I have not seen Microsoft step up and figure ou ...Show All

©2008 Software Development Network