Software Development Network Logo
  • Audio and Video
  • Visual FoxPro
  • SharePoint Products
  • Visual C#
  • Visual C++
  • Visual Studio
  • Visual Basic
  • VS Team System
  • Windows Vista
  • Smart Devicet
  • IE Development
  • SQL Server
  • Game Technologies
  • .NET Development
  • Windows Forms

Software Development Network >> Avi_harush's Q&A profile

Avi_harush

Member List

Coleenh
gabit7
Prabagarane
nabeelfarid
gafferuk
koosha
sriramnaga
CharlieRussell
R.Tutus
KlausLeth
Jelena
Rajesh batchu
Cannan
Abhayc
Roof Top Pew Wee
Stefano Triulzi
Mike36
Michael Weed
CodeHaxor
sawer
Only Title

Avi_harush's Q&A profile

  • Windows Search Technologies Querying the SystemIndex from managed code

    Hi, I am able to query the index using the oledb and ado approach . but still there is a requirement to also query using the IQueryParser or such similar interface from my managed code (VB.NET). Can you throw some light on this. Thnx in advance! ...Show All

  • .NET Development Zip the file in C# .net 2.0 windows application

    I want's to zip the file by the help of framework libraries [no third party library,no interop.Shell] Can I do that I have already use it in some of my old project. Now In my new project it is the restriction that i can't use any third party dll. That's why i am trying to find the best solution to zip the file/also unziping with the help of framework class libraries ...Show All

  • Visual Studio 2008 (Pre-release) Data Binding involving UI specific transformations

    If my database returns data which I fetch into an object - after which I need to apply certain formats before I bind each property of that object to corresponding fields on the UI, or for that matter change radio button/checkbox values, what is a good pattern for this - should I build a wrapper "UI" object around the data object which records all the transformed values and binds two-way with the UI and then reverse-apply the changes to the base data object to dispatch for Save) or is there a better pattern. Appreciate someone's advice on this. Hi, If you need to convert value while binding, you can use 2 properties definied on Binding : Convert which is of type IValueConverter Co ...Show All

  • Visual Studio Team System Add New Stored Procedure results in endless dialog loop ???

    I had a couple of my devs install CTP4, and now they're trying to use a Database project that's part of our solution, and make changes to it. Specifically they are trying to add some stored procedures. They right-click on the Stored Procedures node, Add -> Stored Procdure, they enter the name hit OK, and it brings up the Add New Item dialog with all the file type choices (procedure, trigger, constraint, etc) with the name they typed in still there (with a "." on the end), if they hit OK it just brings back the same Add New Item dialog over and over again. It doesn't do this on my machine which is also running CTP4, but I have 2 fresh installs on other boxes here that are both exhibiting this behaviour. What could be the pro ...Show All

  • Windows Forms How to export data from GridView to plain text file?

    Hi, I need to export data from GridView to plain text file, but I have no idea about this. Does anybody know how to do this Many Thanks. DataGridView is a Windows Forms Control. It is available for Windows Forms Applications and is available in VC# Express, VB Express, VC++, VJ# express editions. if you are using Visual Web Developer, the control you are looking for is DataGrid control that is asp.net control ...Show All

  • Visual Studio Windows SDK July CTP breaks documentation - again

    Windows SDK July CTP has once again borked my documentation. This time neither my MSDN Library nor my Visual Studio Combined Help documentation works. My MSDN Library link generates the following error message: --------------------------- Microsoft Document Explorer --------------------------- Microsoft Document Explorer cannot be shown because the specified help collection 'ms- help://MS.MSDNQTR.v80.en ' is invalid. --------------------------- OK --------------------------- My Visual Studio 2005 Combined Help loads but has completely lost all the help collections from MSDN, Windows SDK, .NET, and SQL Server. The only things left are minor third-party tools help. Repairing Document Explorer get's me a little further. My SQL Server 2005 d ...Show All

  • Smart Device Development How to send objects accross network?

    Does compact framework have serialization I wish to send object accross the network. Anyone have any ideas Using desktop .net i would serialize a struct and send it via a socket. What are people using in compact framework Thanks. AndrewBadera wrote: gafferuk wrote: Does compact framework have serialization I wish to send object accross the network. Anyone have any ideas Using desktop .net i would serialize a struct and send it via a socket. What are people using in compact framework Thanks. I think what you mean by serialization is "remoting" or "web services". serialization is a broad topic, a technique used in ...Show All

  • Windows Forms DataGridView flickers in realtime app'

    Hello, im trying to use a read-only DataGridView in a realtime application where some users states are being monitored. What I'm experiencing is a bad flicker over the entire DataGridView, although I'm updating only a single DataGridViewCell (actually a DataGridViewTextBoxCell) at a time. Exactly: DataGridViewCell.Style.BackColor, DataGridViewCell.Style.ForeColor and sometimes DataGridViewCell.Style.Font. DataGridViewCell.Style.Font just in order to alter the fontstyle from  ...Show All

  • Software Development for Windows Vista Error Accessing Registry while compiling VB COM component in Vista

    I am trying to compile a VB based COM component and I got the error - Error accessing registry". Even though the DLL has been generated. When I tried to register the same through Regsvr32.exe then also I get the same error. So I believe it's giving error while registering. My login ID is a memeber of administrative group. Can we get rid of security message we receive every time while opening any exe file. Regards, Virendra I'm sure the original poster of this thread would like an answer to this question. I know I certainly would. And the poster makes a very good point.. How dod we get rid of the silly security messages everytime we open executables. ! ! ...Show All

  • Software Development for Windows Vista WWF runtime refers old workflows

    Hi, I have deployed WWF in a console application(Host). While developement, i have created some un-wanted workflow for testing purpose. In this machine WWF is working as expected. Later I had to copy the project in a DIFFERENT machine with only the relevent workflows. Also I have restored the DB s - WorkflowPersistence -WorkflowTracking from the 1st machine. But as I have mentioned, I created some un-wanted WF in the 1st machine, hence after copying the project in the 2nd machine(new), workflow runtime still trying to load the un-wanted workflows. But in the new machine I never copied the un-wanted workflow. Hence WF runtime is not able to load the un-wanted workflow & giving error. I have deleted the unwanted workflow r ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Numeric performance on 360

    A question for the framework/VM guys... I have ported one of my simpler benchmarks to the 360, and find that the numeric performance is running 5x slower than my 2.8GHz P4 desktop. Now I was expecting a drop in performance on the 360, allowing for the difference in CPU implementation (in order execution / branch prediction etc), but nothing like this magnitude! The benchmark simply transforms a source array of Vector4s to a destination array of Vector4s, using a 4x4 matrix. Have you guys done any benchmarking of pure numeric perf, and if so is this in line with what you get Andy. What's sad is that, traditionally, the PPC architecture has been better than Intel at FLOPS and lower latencies. How ...Show All

  • SQL Server The process could not connect to Distributor - Need some help

    hi friends i am creating the Merge Replication between two server(both SQLServer-2005, on XP). Server names are as 1. HB5B 2. VSNET1 i)    On server HB5B, i had created the Publication with name 'hb_pub'. (publisher & Distributer on HB5B server) ii)   On server VSNET1, i had created the Pull Subscription, for the publication name hb_pub( form the server HB5B), this starts fine. iii)   When i went to Viwe Synchroniztion status, it says       The process could not connect to Distributor 'HB5B'   iv)  i too check the Distributor properties, its seems fine for me. v)  On server VSNET1, if creats the Push Subscription, for the ...Show All

  • Visual Studio Team System Service Broker Support

    I see basic SSB support has been added. But as you will know, there are always 2 sides involved in SSB communications and large parts of the configuration depends on the other side. What's the recommended way of keeping multiple DB projects synched and what other features will you provide in the future to help aid in this The "Service Listing Manager" supplied by the SQL2005 team is quite buggy and there does not seem to be any more enhancement being done on it. Maybe it should be integrated into this project-type and create/update the elements needed to communicate with the "target" service. Even though pieces are devided up between two or more database; the main schema elements, mainly message types and co ...Show All

  • Visual Studio Send a .rdlc as a .pdf attachment in an email?

    This is what I need to do... - create an outlook message window/ have one pop-up - attach my report1.rdlc to the message - the attachment(report1.rdlc) needs to be a .pdf format (using c# vs2005 pro team ed.) thanks in advance!! Take a look at some of the samples on www.gotreportviewer.com . You can export to PDF programmatically using ReportViewer.LocalReport.Render() and use the resulting byte stream any way you want. ...Show All

  • Visual C++ VC8 complains when calling a method in a VC 7.1 assembly taking an interior pointer

    I am trying to use C++/CLI to compile some managed classes that use types from an old .NET 1.1 assembly that was compiled with VC 7.1. The old VC 7.1 assembly classes contain methods that take interior pointer arguments that were declared as follows using the old Managed Extensions for C++ syntax. [Description("Copy numCopy indices from startIndex, startIndex+1, .... to a contiguous buffer")] void GetPoints ( [Description("Destination buffer.")] [SRI::Out] DPoint3d __gc* destBuffer, [Description("Start index.")] int startIndex, [Description("Number of points to copy.")] int numPoints ); But when I try to call the GetPoints() method from my new C++/CLI code I get this compiler error: ...Show All

©2008 Software Development Network