Software Development Network Logo
  • Visual C++
  • Visual C#
  • SQL Server
  • VS Express Editions
  • Visual Studio
  • Windows Vista
  • Smart Device
  • Visual J#
  • Visual Basic
  • .NET Development
  • Architecture
  • Visual FoxPro
  • Windows Live
  • Game Technologies
  • Windows Forms

Software Development Network >> Ishai Sagi's Q&A profile

Ishai Sagi

Member List

hr9611439
SteveW
outsidelife
fahadmoon
bopritchard
Kevin Collins
Omar Khorshid
gon
Jim Kelly
GaryD9
TirthankarDutta
Rod Fraga
jfrich
tsensenbach
Tony Wang198
amreg
Jake42
Craig Richardson
Kari
twang
Only Title

Ishai Sagi's Q&A profile

  • Windows Forms How to display "&&" characters in Menu Items using .Net

    I am using .net version 1.1. I want to add the menu items dynamically. If the menu item having the text "char &&&&&& &&&&&&", it is displayed as char &&& &&&. How to display the character as normal text. I knew Mnemonic function avoiding the underscore to display. Please help me. Since the & identifies a mnemonic you have to double & to get it to generate 1 & character. Therefore you'll need to double your string to: char &&&&&&&&&&&& &&&&&&&&&&& ...Show All

  • Visual Studio TextObject backcolor

    hello for all can any one tell me plz, how i can set the backcolor property of the textobject at runtime. thanks for all. ...Show All

  • Visual Basic Debugging error - Operation Could not be completed

    Hello, I am running on the VB8 and expirienced an error during debugging after some changes in "My project" area. I have noticed (on two different machine) that after change for example Startup Form or Security Area, I am not able to debug program any longer. An error appears, telling me that: The Operation Could not be completed. After clicking OK (nothing else is available) and next try of debugging, another error message appear: Visual Studio could not copy a support file to this location: "path". Please verify the path exists and is writeable. After that, I have to close Visual Basic and restart it. Tha ...Show All

  • Visual C# Inmediate window functionality for C#

    hi, i was just using vs2005 and discovered the inmediate window, wich allows us to put a sample of code and test/debug it without much problem (and wich is perfect for testing something in your algorithm, or a very simple concept without modifying your code), i was wondering if a command line tool or anything alike already exists, if not wouldn't it be cool to make one, i know it would prove an invaluable tool aside, that sometimes you just want to prove a concept very quickly and the loading of the entire vs is unnecesary [:-)] Hi, Try this tool. Its a Snippet compiler. Its a mini VS compiler. a very usef ...Show All

  • Visual Studio Express Editions Problems with Downloading Registration Benefits

    There have been several reports of problems with accessing and downloading registration benefits.  We have investigated the issue and have news to report.  This sticky thread will be updated with additional information as it becomes available over the next few days. Background In order to negotiate deals with partners and authors to provide the highest value benefits, we must must be able to guarantee a secure download center that limits benefits distribution to those who have registered.  We use the Microsoft Connect site to provide our secure download infrastructure, which is why you are redirected to the Connect site from ...Show All

  • .NET Development peer-to-peer connection

    hi i want a example that shows peer-to-peer connection As Durga notes, please detail the functionality you are looking for. We are currently considering adding further P2P support to System.Net - I am interested to hear about your scenario. ...Show All

  • Visual Studio Crystal Reports with DataSets :(

    Hi all, well i have a small problem but spent tooooo much time and can't figure out what to do i have a .net application and using MSSQL 2000. i added crystal reports and linked it using the Report Expert to my Table. I made the layouts and added the database fields to the new crystalreport.rpt file. when loading the report.vb form: Private Sub Report_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Dim a As CrystalReport = New CrystalReport() CrystalReportViewer.ReportSource = a End Sub thank god. i can print the whole table. now my question is that .... in my code i create ...Show All

  • .NET Development Byte array -> String encoding

    Greetings and sorry for the likely newbie question. I also hope this is in the right forum! What's the most "pure" way to encode a Byte array into a String I've performed several searches but none have yielded much insight into my particular problem. I'm using C++, COM Interop into a VB6 application that uses a String return for socket class, but the actual issue is in the .NET native code. Using: Encoding::ASCII->GetString(byteArray, 0, iNumBytes) .. converts values >7 bits to a replacement value... and Encoding::UTF8->GetString(byteArray, 0, iNumBytes) .. truncates the higher value chars from the conversion totally.. ...Show All

  • .NET Development Is there a way of specifying the SoapActorAttribute through config?

    I'm trying to trace requests going in and out of my web service by redirecting them trough a tracing utility (MSSoapT.exe). The problem i that in order to make the WS-Addressing policies happy, I had to add a SoapActor attribute to my asmx but that fixes the issue only at compile time. Is there a way of setting this value through config Thanks Gabo ...Show All

  • .NET Development Calling an Oracle Package using DBProviderFactory

    I am trying to create a generic DAL and I am almost there. I can query the Oracle Database without any problem using straight sql, but when I try to call returning a cursor I get the following error: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'GET_PROGRAMS' I have attached the code that executes to return the datatable. As you can see I check the type of the parameter and if it is an OracleParameter and direction output, I am assuming an oracle cursor type and translate it. But when I do an autos watch on my debugging I can see the parameter is an oracleparameter and the direction is output, but it ...Show All

  • Windows Forms Can DataGridViewComboBoxCell be able to edit by user (like a normal Combobox)?

    Can DataGridViewComboBoxCell be able to edit by user, like a normal ComboBox If can't, how to customize a cell/column to get this feature Thanks a lot! hi all, http://www.windowsforms.net/Samples/Go%20To%20Market/DataGridView/DataGridView%20FAQ.doc this link was very usefull, i have a combo box, its a databound now i want the combo box to be editable, and i have to check whether the new entry is not available in the databound, if not available should store into the database, how to validate this requirements, helps please. Regards, Prasenna. K ...Show All

  • Visual Basic A Modest Proposal for Microsoft

    I've been a Basic programmer for over 30 years and that whole time I've endured the constant reminder that I'm not a "real" programmer. I know better and you know better but still there's that stigma associated with being a Visual Basic programmer vs. being a C++ or a C# programmer. Now that I use VB.Net it really couldn't be further from the truth since VB.Net does everything any contemporary OOP language does. So here's my suggestion, since Visual Basic.Net is about as much like Visual Basic as C# is like C, why not change the name of Visual Basic.net to B# Now instead of being a VB programmer, I'm a B# programmer. Sound ...Show All

  • Visual Studio Change components on VS 2005 standard setup?

    I can't change the sub-components for vs 2005 standard. All I can choose is VB, VC, VCS, etc... and setup auto-select every sub-components for it. I can't choose the sub-components like on Vs 2005 beta. Is there a way to select the sub-components you want and save space (it takes about 1GB for every language if you instal ecerything (See screenshot) Sorry, for VS Standard, there aren't any sub options. You will need to upgrade to Pro to see the feature tree. Standard is a more streamlined install for VS. ...Show All

  • .NET Development Finding identity value for TableAdapter.Insert record

    The system generated CommandText property for the Insert command for the TableAdapter shows that it inserts the record then turns around and selects the new record when your cursor passes over it. If you click to modify the CommandText property, only the insert portion of the command appears. The ACTIVITYID column (identity) in the ACTIVITY table that is used to link other records to the newly inserted record prior to exiting the screen. I have created a textbox which is bound to this value in the ACTIVITYBindingSource . The records are being inserted correctly with the new identity value in the ACTIVITYID column. Immediately following the T ...Show All

  • Visual C++ VS2005 unnecessary build for project

    In a solution, a particular project appears to Build for no reason which I can discover when I choose Build. Is there any way to determine why the IDE Builds a project, in other words why it is deciding that it needs to actually do anything when one chooses to Build Can a makefile be generated from within the IDE for a project or is there any way to get the IDE to show something which will lead me to discover why it is Building In this project the IDE will actually compile the source files, not just do the link, when it appears to be totally unnecessary. This does not happen all the time but intermittently. If I can understand what it is fin ...Show All

©2008 Software Development Network