Frikkie1's Q&A profile
Visual Studio Express Editions how to import data?
hello .... I'm doing my assignment and facing some problem. The problem is I don't know how to read data from text file or excel file and store it into database. Can anyone help please......... Reading Data from a text file suppose ur text file in this location:c:\\hello.txt; streamreader s=new streamreader(@"C:\\hello.txt"); textbox1.text=s.ReadToEnd(); ...Show All
Visual Studio Multilingual tutorial
Hi, I'm trying to use the multilingual tutorial that comes with Visual Studio 2005 ( http://support.businessobjects.com/documentation/product_guides/cr_net/vs_2005/html/crtsktutorialsothermultilingual.htm ) but I cannot find the "CrystalReportViewer_resource_files" folder they talk about (I have installed the tutorial sample code files). Does anybody know where I can find it Thanks. -Philippe. ...Show All
Visual C# New C# Features in Beta 2?
Is there any new feature or functionality added to C# on VS 2005 Beta 2 If yes what are they Refer the following URL for C# 2.0 new features, http://msdn2.microsoft.com/library/7cz8t42e.aspx ...Show All
.NET Development ASP.NET 2.0 Advocacy
I am looking for some resources and/or compelling arguments I may use to help "sell" ASP.NET 2.0 over PHP 5 internally. We have a PHP based user-facing control panel application, written in PHP 4.3. Given the rich interaction model we are designing, I simply don’t think PHP 4.3 or even 5.0 is up to the challenge. Unfortunately, I work in a Microsoft-hostile environment, and I’ll need strong ammunition to prove myself right, especially if I’m goi ...Show All
.NET Development How to find control?
Hi There is a textbox control on the form.Name of the text box is txtIn. How can we find the perticular control is existing or not on the form Pls help me. Thanks in advance sanjay if(document.formName.elementName){ alert("It is here"); } ...Show All
Visual C# Allow Null In Combo Box
I have a combo box, that has its datasouce, valuemember, and display members set. I need to allow the user to leave the null. I need the combo box to be null when the form loads, and allow nulls if the user does not wish to select anything. It is for a search criteria form. Does anyone have any suggestions Thanks All your answers are great, but I have tried that. The fact is that you can not add items to a combo box once its datasource ...Show All
Visual FoxPro huella digital
como le puedo hacer para integrar un lector de huella digital a mi aplicacion, el lector es digitalpersona(marca), requiero hacer una base de datos de las mismas y poder consultarlas si trae manual, pero solo es la instalacion personal o sea en la misma computadora y requiero de hacer una base de datos con las huellas digitales de todos los empleados. ...Show All
Visual Studio 2008 (Pre-release) Error in DLinq when using Entity associations
When trying to execute the following block: ServiceReceived sr = new ServiceReceived(); sr.ServiceEntity = this.serv; sr.StayEntity = this.stay; sr.ColServiceDate = ctrlServiceDate.Value; sr.ColServiceCount = Convert.ToInt32(cmbServiceCount.SelectedItem); DLINQ makes a mistake by inserting a new Service record and a new Stay record in the database and then associates those newly inserted records with the ServiceReceived record, instead o ...Show All
Visual Studio 2008 (Pre-release) Scroll performance (Avalon and Office 12)
I'm trying to create a custom grid in an Avalon (a custom control, not a custom panel) able to handle at least 10000 fields. I'm hosting some panels (with some TextBlocks inside) in an ItemsControl (each panel represents a row) using databinding to take advantage of UI virtualization. This is my best approach, but still I can't reach the Excel 12 scroll performance. I suspect that Office 12 don't uses WPF. Why doesn't it have a refere ...Show All
Visual C++ Problem inserting BMP file into CRichEditView, please help
Hello everyone, my name is Jeff Sholl, and I'm new here. I am a Psychology graduate student at the University of Miami in Oxford Ohio and I have problem with a program I am writing for school. I have a B.S. in computer science, so I know a little of what I'm talking about when it comes to code, although not as much as I would like at the given moment. Hence why I am here seeking help. ** First let me say that I don't know all ...Show All
Visual Basic show NumLock/CapsLock state in Statusbar
Hi guys, How can I show the status of the Caps Lock or Num Lock (as well as Scroll Lock) in vb.net 2003. I can't seem to find how it is implemented in the standard vs.net 2003 Statusbar control. Many thanks The status bar won't do it for you. You can do it yourself if you invoke the win32 apis however. You'll need to create your own statusbar panels to show the info in, and then do some check ...Show All
Visual Studio Team System Can not unsuscribe with BisSubcribe.exe
I have some wrong subscriptions. I need to delete it. but when I execute following: BisSubscribe.exe /unsubscribe /id 16 /server emserver Result of execution: TF50309 You dont have sufficient permissions to perfom this operation. But I have permissions of Project Administrator. (When I delete subscription which are created today - I have no problemm) What is wrong Thank you for help! Since you say that you are able to ...Show All
Visual C++ Live Source Browsing does not work in comments
Hi, I am writing this comment in response to the article "Live Source Browsing in Visual C++" by Boris Jabes and Ameya Limaye, which explains the advantages of the new browser mechanism in VC++ 2005. In my experience, however, the browser feature was practically broken in VC++ 2005. Now F12 button (as well as other browser related commands) do not work neither in comments nor in blocks disabled by #ifdef nor in Build Output window. I n ...Show All
Visual Studio Tools for Office The deployment doesn't work always...
As I finally succeeded to install the RC VSTO version on my machine, I decided to deploy and to make it available to all my users... However, I just received 3 messages: 2 have been finally able to install it...one not again :(... As I can read here , there are some cases where even VSTO may fail... Any news about it Any possible solution Thank you LastHope Yes, I did (however, somehow I'm not sure it works correctly, even if I followed th ...Show All
Game Technologies: DirectX, XNA, XACT, etc. .x Model and duplicated vertices issue
I can see that in a .x template template VertexDuplicationIndices { <b8d65549-d7c9-4995-89cf-53a9a8b031e3> DWORD nIndices; DWORD nOriginalVertices; array DWORD indices[nIndices]; } There is a duplication of vertices. I believe this was done during the export when faces sharing a vertex duplicates that vertex. Am I right to say that My main problem is how can I get pointers or references back to the origina ...Show All
