billqu's Q&A profile
Visual Studio Express Editions Publishing A Program? And Adding Settings that can be saved?
Can i publish the program to my C drive then upload it to my website... but then make it so there is a link on the website to update the program I would also like to know how to make it possable for the user of my program to save there own personal settings like the background color of a form... if the setting something the user is to change as in your example, the setting variable should be user-scoped. The value should be the default or preset value of your choice. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Please Help: Could not find a Direct3D device compatible with the current device preferences.
I have the following card in my laptop and I'm having a similar problem. Mobil Intel 915GM/GMS,910GML Express Chipset Family I add it the lines you wrote and I'm still getting the following error "Could not find a Direct3D device compatible with the current device preferences." Is it that my video card won't work I had use Directx 9 before Thanks Francisco PS: I had to repost this, because I had it add it to old post with many other people, but I never got a response, so maybe it was a different issue, so I decided to post it by itself. I had the same problem, I own a satellite m40x laptop, my problem was related to not having the proper device drivers installed on my machine. I have a intel 915 ...Show All
SharePoint Products and Technologies Setup Error: This product requires ASP.NET v2.0
Please help, trying to install WSS 3.0 on a x64 W2K3-server that is running WSS 2.0, but i get an error at the beginning of the setup: "This product requires ASP.NET v2.0 to be set to 'Allow' in the list of IIS Web Server Extensions" I have verified that it is set to allow, so that is not the issue. " Try running aspnet_regiis -i at .NET 2.0 folder under \WINDOWS\Microsoft.NET\Framework\. ASP.NET 2.0 shows up in IIS after I run the command. " Worked! Thx. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA - Microsoft lack of vision
Its real sad that Microsoft, once again, shows this lack of vision for a games development tool: 1: Get visual: Don't force users to write such a lot of code to do just very little. It reminds the Charles Petzold's "Hello Window" hell of code days. 2: Provide visual tools: Let users choose the components, change their properties and write just the required code for the events. 3: Quick development means quick prototype and minimum learning curve. XNA has a lot of things to learn. Definetively it is NOT for students and hobbists. We will have to wait until someone encapsulates XNA framework into a group of visual components, that can be easily drag & dropped, inspected and tested very easily without having to learn lots of n ...Show All
Visual Studio Team System Looking for the best way to add an event-handler to an existing web part
Hi all, I'm looking for the best way to add an event-handler to an existing web part. I'm actually trying to assign a string to a read-only field in a SharePoint issues list without having to re-create the issues list from scratch. Any thoughts or suggestions Frank You may want to check out the Sharepoint Forums here http://www.microsoft.com/sharepoint/community.mspx a quick search on live.com produced a Windows Sharepoint Services Toolkit which *may* help. http://www.microsoft.com/downloads/details.aspx familyid=4B2C2F1B-D74A-482A-903A-45BB44C5DEC4&displaylang=en ...Show All
Visual Studio Steps for developing application supporting macro
Hi, We looked at samples that come with VSTA and all these samples are much for Addin development. We are not planning to support Addin for now but we are interested in macro functionality. Is there a tutorial of how to support macro (editing, recording..) in our application Do we need to make all the contract/proxy definition for supporting macro Thanks The addin-model's proxy layer provides version independence, process isolation, and security that is not possible with macros/scripts. The Advanced shapeApp samples show how to implement a macro recorder (see macrorecorder.cs) See our FAQs including this one: Q: Is it possible to stor ...Show All
Visual Studio Team System Can only connect VS to Team Foundation Server from server machine
Fresh install, 2 tier server config, one App and one Data. Service pack 1 beta. We have a strange problem regarding VS TFS: When we connect from the local machine using VS/Team Explorer everything works correctly. All functionality is functioning as expected. When we try to connect from another machine, in the same domain, from the same domain account (domain admin) we get the following error when we try to add the server to Visual Studio: TF31002: Unable to connect to this Team Foundation Server: ........ This is with the exact same installation media for the team explorer software, on the local network with the TFS server. When we try to open the web service manually we are presented with it's methods, so that lead us to beli ...Show All
Visual Studio Express Editions Print the contents of a richtextbox with formatting
I would like to know how to print the contents of a richtextbox with formatting. If there is more than one font or color, etc in an rtb i would like it to print them correctly rather that the font and color of the whole thing. I have an editor that uses Ken's pointer's technique. The zipped solution is at http://users.adelphia.net/~gcumbia/printrtfnow.zip ...Show All
.NET Development Read Attributes from a Config file
How do i read the attributes from a config file . The file is < BCDTravel.Renaissance.Provider.Inventory.Ground.GT3 > < Authentication BookingServiceID = " RENAIS.T1z " LicenseKey = " dxm38i11n3idk32k33de " AuthenticationToken = " 3928732935757383 " /> < CorporateClient CompanyCode = " Comp1 " CompanyName = " Comp USA " PhoneNumber = " 404-911-9090 " /> </ BCDTravel.Renaissance.Provider.Inventory.Ground.GT3 > I want to read BookingServiceID,LicenseKey etc.Not the values just the attribute names My code is Configuration Config = ConfigurationManager .OpenMappedExeConfiguration(configFile, ConfigurationUserLevel ...Show All
Visual Basic Array of Buttons
I want to create rows and columns of buttons in my code using an array. If anyone know how to do this please respond. I am not sure how to put a breakpoint on the ButtonClick. The button does not have a name, remember it is automatically created from an array. ...Show All
Windows Forms Cannot restore from taskbar
I've recently taken over development of a previous programmer's project. I'm in the process of debugging and have most of the issues ironed out except for this pesky little bugger. The program is an SDI app. There is one panel located on the main form. If I minimize the program with no forms loaded onto the panel then the program will "restore to normal" from the taskbar. If a form is loaded onto the panel, the app will minimize to the task bar but will not restore by clicking on the tray icon. I have to right-click and select "restore" from the pop up menu. App is written in VB.NET 2003. Thanks!! I don't understand why this guy wrote is this way either. The program works but t ...Show All
Architecture architecture for of an organization front office
Hello, I have to conceive an architecture for of an organization front office : Portal +Independent Business Modules : -Portal -> Share Point 2007 -Seperated Modules wich should communicate between them and between an ERP (legacy system)-> For this, I will shoose, ASP.NET 2.0 (GUI), WWF(Business Process), WCF(interoperability with enhanced web services) and Biztalk server(deployed as ESB) =>Is my choice of technology relevant to the system needs thanks in advance Thanks shahid_reza for this response, I think that CSF is not the best solution because in my case I need to implement Business process which include heterogenous existing systems(ERP ...) I don't think that CSF can a ...Show All
Visual Studio Passing parameters to Crystal not working. Help.
Hi All I am simply trying to pass the company name string to my crystal reports. It looks really simple but I must be missing something because it does not work on any report I have tried it on. Below is the code I have tried. The commented out parts are trying to get it to work various ways I have seen on the forum. None of them work. The parameter seems to be setup corrently because if I try to use "CompanyBlah" instead of "CompanyName" I get a runtime error. I don't get any errors with the code below but the parameter is not passed as the box asking me to provide input pops up. Any and all help is greatly appreciated. Private Function btnDriverStatements_Print() DriverStatementsReport = New Dr ...Show All
Visual Studio The NTVDM CPU has encountered an illegal instruction
Hi, I receive this error when i want to start my MS Visual Studio 2005 Trial installation, after mount image, i try to copy to hard disk but nothing change...., i have a Xp w/ SP2, i uninstall all beta and express versions!!!. Can somebody help me Thanks ...Show All
Visual Basic Convert Int64 Value to a Date?
Is there any routine (or function I haven't found) available to convert a integer (64 bit) to a date I'm processing a disk which has the dates stored in 8 bytes representing the number of 100 nanoseconds "ticks" since 1 jan 0001 at 00:00:00. The conversion functions, e.g., Convert.ToDateTime(), CVDate, etc. do not appear to support this type of conversion in VB 2005 Express. You should post this in the VB forum as they would probably be better suited to help you out. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=159&SiteID=1 Moderator : Moved from Installing and Registering Visual Studio Express Editions forum to Visual Basic Language forum, thank you. ...Show All
