dajrumman's Q&A profile
Visual Studio Express Editions Resource Editing
When I try to edit resource file (*.rc) I get this error: "Resource Editing in not supported on the Visual C++ Express SKU". Does that mean there is no way to get the resource editor to work in VC++ Express I've tried both links to resource editor in this post. The first one crashes as soon as I add a dialog and try to change the width property. The second wont even open, windows says it's an invalid zip file. A ...Show All
.NET Development DaraGridView sort problem
Hi, I added a DGV Control to my Windows Forms application and bound it to a DataSource. When I fill the datasource with data i cannot sort the data in the DGV for any column, why is it Lirak, Can you please provide more details: your environment, and code sample. This will help others understand the issue you have. Alex. ...Show All
Visual Studio Express Editions I need to count by ascii characters. Seems tricky!
Hey guys, I'm doing an expirement and I need to basically "count" but using a set of ascii characters. I'm having a heck of time. And using VB.NET Express. For example, in Decimal, you count 1,2,3...8,9,10. As you know, once your first character reaches 9, a new character is added, 0, to the left, and then you start over counting the 1st character such as 10,11,12...18,19,20. Each time the rightmost character reaches 9, the next ...Show All
.NET Development Data Binding with hieracherial XML file
Hello, I am having a lot of trouble doing what appears to be a basic task, hopefully someone here can help. I have an XML file that contains nested information for a quiz. Here is a sample of the file: <Quiz> <Animal> <Lesson Name="Lesson 1, All About Monkeys> <Question Text ="This is question 1"/> <Question Text ="This is question 2"/> & ...Show All
Visual Studio Express Editions Visual Basic Express 2005 says no SQL Express Server is installed
Hello- I am trying to use a SQL Express database with visual basic 2005 Express Edition. Whenver I add a database from the module menu it says that sql server files require SQL Server express to work properly. I have SQL Server Express with advanced services installed in my computer. Note: I didn't install SQL Express at time of installing Visual Basic since I wanted to use SQL Express with Advanced Services. So after installing Visual Ba ...Show All
Visual Studio Express Editions Where I can find link to download VS2005 Express?
I tried to find link to download Visual Studio 2005 Express. I coulnt find it.. Where I can find link to download VS2005 Express Thanks There is no such thing. There are only the express editions, one per language and one for web development. I'm sure your google search found those. If you want an all in one IDE, you need to buy it. ...Show All
Visual Studio Team System Unit testing C# code in a ASP.NET Web Service web site.
I created a ASP.NET Web Service Web Site. I created some C# code that is located in the App_Code folder. For example the file is called OrderService.cs and a method in this file is public OrderSummaryData getOrderSummary(OrderSummaryRequestData osrd) { ... } I want to create a unit test to test this method. VS automatically generates a TestProject and the skeleton unit test code for this method. After coding the e ...Show All
SQL Server Help needed linking into Time Dimension
Hi All, Need some help and I'm not sure how to proceed on this one. We have a table (tblState) which has the following layout: PersonID (PK), LifeID, State, StateDate, EndDate 1, 1, 'Gatewy', 2000-01-01 00:00, 2001-01-01 00:00 The PersonID will appear more than once as that person will have more than one state and or life during their time with our company e.g: PersonID (PK), LifeID, State, StateDate, EndDate 1, 96, 'GATEW ...Show All
Smart Device Development RSA Encryption
Has anyone used RSA Encryption/Decryption for cf Thanks, Paula Yes. I'm trying to get it to work using the openCFNet objects and I'm having problems. I've never had any luck getting answers on their forum, so that's why I asked if anyone here had done it. I can encrypt data without any problems, but when I try to decrypt it I get a 'bad data' error. For proof of concept purposes, both keys are hardco ...Show All
Visual C++ How do I execute my program in Visual C++ 2005??????
just followed a hello world tutorial but it doesnt say how to run the program - can somebody tell me how to run it which button do I click on If youa re doing this a lot, you may it very convenient to always run after rebuild. (My programs are always correct so I only even run once ;-)) To do this use a post build event: Alter Project properties, Build events. and copy "$(TargetDir)\$(TargetN ...Show All
Visual Basic Accessing an Access DB
Ok, ive taken a course in vb and the teacher used which is how they do it in one book. I did this in VB 2003 and it worked....very simple..uses datatable and dataadapter...i see how it works...but.... OpenDB() strSQL = "Select * from Rate Where RateID = " & CInt (carDT.Rows(lstCars.SelectedIndex)("RateID")) rateDA = New OleDbDataAdapter(strSQL, objCN) ' execute command rateDT = New DataTable ' assign to the datat ...Show All
Visual Basic ENTER key acting as TAB
I have searched the forums and I know that there are some posts about this, but I did not get a clear answer. I have a form that have three large group boxes for different data entry "zones". Each group box contains about a dozen text box controls. The data entry operators here are used to keying on an AS400 dumb terminal that uses the ENTER key to TAB to the next field. How can I duplicate that behavior on a form I have trie ...Show All
Visual Studio Team System New test project type
Is it possible to create a new test project type with Sept CTP If yes, where can I find information Thanks, Pierre Yes, this is possible. I assume your new test type does not have new file extension. It is just a wizard that generates test methods in .cs/.vb files. You just need do the following. 1. Create a .vstemplate file for your test type( http://whidbey.msdn.microsoft.com/library/en-us/dv_vssoln/html/80d14bea-4319-4f82-a51f-546140bae ...Show All
Visual FoxPro html in textbox
Hi How do I open an html file inside a textbox this doesnt work thisform.veld14.Value = c:\winvis\htmlbody.htm or can I make some kind of field inside my form to load the html page in Use the Internet Explorer ActiveX Control. See: "Create a Visual FoxPro web browser" in the FoxP ...Show All
Visual Studio Plugging in the SDC WiX tasks to Team Build
One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example: <CompileMsi SourceFiles="SourceFile1.wxs;SourceFile2.wxs" ...Show All
