Elkana's Q&A profile
Visual Studio Help with Scatter chart
I need to plot a point on a graph and I am using XY Scatter chart. I have the following questions regarding this. 1. I can set the data range for the y-axis, but how do I set this for the x-axis My range is static (30 - 110) and there is no need for me to change this dynamically during run time. 2. Is there a way for me to set the background of my chart to an image Hello, 1. If you right click on the chart to ge ...Show All
Windows Forms Click Once and Late Binding
Hi I am getting an error when running an application that Late binds to an assembly. Can late binding be achieved with Click Once Thanks for replies Noel, What is the error you are getting You *can* get late binding with ClickOnce, but, as far as I can tell, you have to deploy the late bound assemblies manually. Then to use the assemblies at run-time use: System.Reflection.Assembly.LoadFrom(url) Anyone, What is the & ...Show All
Visual Studio Team System Error install single server TFS workgroup
I get an error that the SQL 2005 KB has not been installed and the url reference ( http://go.microsoft.com/fwlink/ LinkId=62015 ) is forwarded to a general download page.I have SQL 2005 SP1 installed. What can I do with SQL to continue with the install Thanks. Here you have it, but I think it wasn't required if you have SP1, but check it http://msdn.microsoft.com/vstudio/teamsystem/downloads/installation/def ...Show All
SQL Server Report Builder not working with Forms Authentication
We have successfully implemented forms authentication. The ReportServer and Report Manager both are working fine. However, when we launch the ReportBuilder using the url http://<server-name>/ReportServer/ReportBuilder/ReportBuilder.application or from the Report Manager, it prompts for user name and password. On entering the valid user-name and password, it gives the following error. The attempt to connect to the report server fail ...Show All
Windows Forms Datagrid bindings
I need some help: I've datagrid on form & I want to populate it from data retrived from MSSQL database. I've tried with .DataSource property & .SetDataBindings method, but both didn't work :( Any tips, sample code or something ...Show All
SQL Server How to select a case sensitive value in SQL with C#
Hello, I have an application that at the begining a user will login with a user name and password which is stored in the database. The SQL statement is as follows: "SELECT id_employee FROM employee WHERE employee_number='" + txtUserName.Text + "' AND passWord='" + txtPassword.Text + "'"; For testing purposes I have set the password to the word test . The problem is, if the user enters in TEST or TeSt or T ...Show All
Visual C# Bitmap from Byte[]
Dear All, I have a bitmap image stored in a byte[] in GBR format. I want to point a bitmap to it so that i can easily display in a picture box. This is the code I am using and it’s definitely too slow (even reading from a file is much faster than this). I have looked at the “ class EffectBuffer” but it does not seem to relate directly to my problem now. Can anyone be of help DBack = new Bitmap (Img_Width, Img_Height); byt ...Show All
Windows Forms strange problem import from excel
I wonder if anyone has encounter this problem. When opening a excel sheet. all columns are regognized but some cells remain empty. No error nothing but no data. Dim cnn As New OleDb.OleDbConnection Dim ...Show All
Microsoft ISV Community Center Forums How to handle CLOB Data in VBA for Excel?
Please, somebody, I need ASAP a solution to handle CLOB Data in VBA. I need to pick a String variable and insert and update it in a CLOB field. I need also, to store whatever is in the CLOB field in a string Variable. Does anyone know how to do it Thanks! per our support engineer: Would you please ask our ISV to check whether the document (below) can resolve the issue How To Use ADO GetChunk/App ...Show All
Windows Forms DataGrid and collections
Hi all, Is it possible to Get data from 2 collections into one datagrid. Is there some sample available. Thanks, Jkj. What he means is create a new collection that returns all of the results of the 2 or 3 that you currently have. & ...Show All
Windows Forms Overlaping
Hi everyone, I am working on Vb.net and I want to make a simple Msgbox to pop up when two images over lap each other can u please tell me if you know thanx, Simon No I want it so that when one picture overlaps another a message box or somin will pop up Dean ...Show All
Windows Forms Validating / Refresh Problems
Hi! I think it's a question several times asked but i couldn't find an appropriate answer on the web. I have a Picture Box in which i draw some stuff (Lines, Points etc.). But when my PictureBox is hidden by some other form or is minimized ...Show All
Visual FoxPro passing parameters to vfp com servers using createobject
Is it possible to pass a parameter to a vfp com server using CreateObject("COMServer.Class", eParameter) It seems to me that whatever I pass in eParameter it is always .F. within the INIT method and PCOUNT() always gives 0. Regards Darren Woodford Woodford Computer Systems Ltd http://www.woodfordcomputers.co.uk Hi Darren >> Is it possible to pass a parameter to a vfp com serv ...Show All
Visual Basic Unexpected Airthmatic Overflow Occur.?
If lst_ma.SelectedIndex = 0 Then Dim Wgt As Integer 'Calculating Ma1 For c1 = PD.Get_Index To 0 Step -1 &nb ...Show All
Visual Studio Why is it failed to show the name of referenced project?
Hi, As VSIP, I have implemented a language service. But it is failed to show the project name under reference node when the project is my own language service and the project is referenced. I have attempted on referencing my project with "FigPkg", but it is not shown either. I have found out that the files and folders in the directory of my project are different form the files and folders in the directory of ...Show All
