Software Development Network Logo
  • Microsoft ISV
  • Smart Device
  • Visual C++
  • Visual J#
  • VS Team System
  • .NET Development
  • Visual Studio
  • SQL Server
  • Visual C#
  • Windows Vista
  • Visual Basic
  • Visual FoxPro
  • Architecture
  • VS Express Editions
  • Windows Forms

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

denish1

Member List

Mike Barry
Brice FROMENTIN
cybercoaster
Madcoder
Mister_B
MHS-TEAM
Dotty
Tsachy-Gal Shemesh
Kadesh
Anonymous0011
Acky
filousnt
Hakan Soderbom
Waquas s
spgomathi
Moon-Sik Kim
jesuitx
Tom Michaels
Buffy6
Angie28
Only Title

denish1's Q&A profile

  • .NET Development Certificates accesibility

    I made a application which adds a client certificate to 3 stores named: "teststore", "My" and "Personal", using store.add functions if I retrieve the information using this application I can get the certificates data from all of these 3 stores. If I look in  the  "Personal" store using Internet Explorer->Tools->Internet Options->Content->Certificates I do not see the certificates installed; also if I try to use them f ...Show All

  • Visual C++ C++ tutorials and lessons

    saw this stuff posted on other forums, so think it could be usefull here also: http://visualcplus.blogspot.com/ the lessons look pretty detailed, but are also for begginers...maybe they get more advanced in the future... and although i know c++ this are foundations i missed in school. nice to read Interestingly, on the Code Project lounge, someone with your exact same nickname vurdlak, posted a th ...Show All

  • Visual Studio How to determine whether Intellisense-autocompletion is on display

    Hi, Is there a way to check whether the current IVsTextView has an Intellisense-autocompletion box opened up That would mean that a 'cursor down' keypress will be selecting the next option instead of moving the caret to the next line. As far as I know, the documentation doesn't describe such a method. The reason I need this is that, as part of my vi/vim emulation, I sometimes have to perform various actions in response to character input, and ot ...Show All

  • SQL Server adding a stored proc to a publication

    Hi I created a publication (merge anonymous via Web) - the subscriber already had the data, so there was no need to to initialize data and schema. The problem is when it comes to adding a new stored proc to the publication. I create the proc, add it as an article to the publication and recreate the snapshot ok, but then the synchronisation fails. I  presume this is because the stored proc does not exist at the subscriber. I bet it ...Show All

  • Visual Studio 2008 (Pre-release) Security seting problems on installing May CTP of LINQ

    Hello, I've try to install the May CTP of LINQ but here is the error I get: http://morpheus.developpez.com/temp/error.jpg Anyone knows why I get this error Thanks I've got the same problem as stated before. I created user groups named "Power Users" and "Users" but nothing changed. At home I have a localized version of OS and thus the problem appeared but at office we use an english version and the release installe ...Show All

  • Visual Studio 2008 (Pre-release) TcpTransport and SSL

    I'm looking for a solution to tunnel communication through SSL. I need streaming support and binary encoding. Is there a way of using TcpTransport or do I need to develop my own transport Thanks, Michael Hi Michael (long time no speak ;)), did you try to use a custom binding Just take a TcpTransportBindingElement and set the TransferMode property to TransferMode.Streamed - then add a SslStreamSecurityBindingElement. Should work. Chris ...Show All

  • Visual Studio 2008 (Pre-release) Is there support in WCF for Contract First?

    Hi Is there support in WCF to build services using the thecnique Contract First All the examples that I have seen are Code First. Is there a utilitie to build the WSDL Thanks Javier all we we want from wsdl is,convert that into service contract and provide config file for the endpoint When you run svcutil on a wsdl it will generate a ServiceContract as part of generating a client type. You should ...Show All

  • Visual Basic Can the standardoutput stream be forced to send latent data without closing?

    I launch a process (cmd.exe), redirect the input/output streams and can write/read to/from the process.  However, the process does not write to the output stream until a "new line" is detected. For example, if I issue the command "dir" and capture the output I will receive all the directory listing but I will not get the "C:\" prompt.  If I send a blank command (enter key) the prompt will show up.  It is in a buffer somewhere i ...Show All

  • Visual Studio Express Editions Clinet and Server Windows Application

    Hi, Is it possible for VB Express Edition 2005 (VBEE 2005) to develop a Client & Server based Windows Application I mean the database is stored in the server and the application is installed at client's PC AND the system (at client's PC) is able to retrieve the data from server for updating, adding or deleting IF YES How to manage it As VBEE 2005 and SQL 2005 both are installed inside the development PC...so how can we install the SQL d ...Show All

  • Smart Device Development Real Time audio recording

    Hi, I've made a program using w32 API to record audio using eVC++ 4.0. Actually I need audio frames to be processed in real time and those frames must be 30ms long so I calculated the size of the buffer (dwBufferSize in WAVEHDR structures) to be that long (ie., at 8Khz,16bits,1channel, buffer size should be 480 bytes). I also use double-buffering and pick the ready buffers when my callback function is called with the WIM_DONE message. ...Show All

  • Windows Forms Winforms Database Application

    I'm really new with VS (i was using delphi for a few years), now i'm developing a database application with an SQL server database. I 've allways do all kind of stuff (connection, updates, etc.) programatically, even binding fields to components. Now it seems a common use to program database app with VS, dragging components and leting VS to do the code. I wonder if that's the right approach. Creating a typed dataset, defining wich controls th ...Show All

  • SQL Server DR for Crystal Enterprise and Business Objects

    Have to build DR solution and subj is a part of it. Maybe some one has done it already… share the experience please. Dr in my case will between 2 different data centers, replication is san 2 san so on other side I have a warm standby that does not see san disks and will become active if and only if the primary data center is down, windows domain is the same, ip addresses, names of the servers are different. How a cluster will behave is ...Show All

  • Windows Forms Custom Installation Screen

    I am currently trying to implent a license model for an application. I am trying to add a  custom installation screen that allows the user to enter username and license key at installation. How do I add a custom screen to an existing  ...Show All

  • SQL Server Transactional Replicating hanging SQL Server 2005

    Hi, It appears that every 5 or so days, my transactional replication is hanging.  I see that I have a couple thousand undistributed commands and this number keeps growing.  It forces me to generate a snapshot in order to sync up.  When generating the snapshot, I will get frequent messages like "waiting for a response from server...".  So I will keep stopping and starting syncronization.  Eventually the snapshot will g ...Show All

  • Visual Basic difference between VB .NET and VB 2005

    what is the difference between VB .NET and VB 2005, or they both the same You dont have a VB 2005 as such there is VB 2005 Express which is a cut down version of full VB.net It also depends on the version of the .Net framework you are using i.e. 1.1 or 2.0 Visual Strudio 2005 is aimed at version 2.0 and Visual Studio 2003 is aimed at 1.1 ...Show All

©2008 Software Development Network

powered by phorum