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

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

RabbitQ

Member List

wilsonLOP
Scott W.
MladenP
Phillipe
John Mathiasen
ifoko
Maizatul Akmal
Orion McMillan
Sabrecat
Mendelt
Srikanth Remani
Michael Mortensen
Belfast
rperreta
AAL_GSI
Brian Layden
Leoyoo
Intech Techie
Paul Chapman MSFT
AmandaJO
Only Title

RabbitQ's Q&A profile

  • Windows Forms Deploy .NET Framework with application?

    Sorry if this question is really basic, but my team has just decided to do a .net windows forms application (we have been asp.net for about 1 year).  I was wondering if it is possible to distribute the .net framework along with our application when we go to install it in our enterprise.  Thanks. I've been distributing software fo ...Show All

  • Windows Forms Drawing to Visio

    Using VB.Net and Visual Studio 2003 or 2005...What OLE can be used to create/edit an object in a MS Visio drawing My first step to to create a static drawing and then dynamically "label" the drawing at the same time writing that information to an SQL database. ...Show All

  • Visual Basic WriteAllText Method

    Hi guys, I'm a new VB6 user. I'm trying to write text to a file using the reference provided on MSDN ( http://winfx.msdn.microsoft.com/library/en-us/dv_vbalr/html/f507460c-87d9-4504-b74f-3ff825c7d5c4.asp frame=true ) I'm using this code: Private Sub Command1_Click() ' Declaration Public Sub WriteAllText(ByVal file As String, ByVal text As String, ByVal append As Boolean) End Sub My.Computer.FileSystem.WriteAllText("C:\TestFolder1\test.txt", "This is new text to be added.", True) End Sub When I run it, I'm getting the message "Expected End Sub", I tried adding another End Sub down at the end but nothing changed. There seems to be a problem wi ...Show All

  • Windows Live Developer Forums COM interface for Live Messenger

    We had a full COM interface for Messenger 5.0 - able to control many aspects of the client as well as receive events etc. Does WML have such an API/COM interface It does not seem like it does. I looked through the installed files I got and none exposes any functionality except msncall.exe, but that is for placing calls. I can also not find any documentation that hints it would support it. ...Show All

  • Visual Studio Package load failure AND can't import settings (on another machine)

    Visual Studio 2005 RC1 installed on a machine where August CTP was previously installed. --------------------------- Microsoft Visual Studio --------------------------- Package Load Failure Package 'Visual Studio Explorers and Designers Package' has failed to load properly ( GUID = {8D8529D3-625D-4496-8354-3DAD630ECC1B} ). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future You may use 'devenv /resetskippkgs' to re-enable package loading. --------------------------- Yes   No   --------------- ...Show All

  • Visual Studio Express Editions How to move to next cell in DataGridView by Pressing Enter

    Hello Developers... Can anyone help me about moving focus to next cell instead of next row by pressing enter or any other specific key. I want to move focus to next cell when user get done with editing with current cell and he presses enter I want focus on next cell. How can I do this I tried most codes like this DataGridView1.currentCell = DataGridView1.Item(e.ColumnIndex+1, e.RowIndex) but, Not working actually. Please help me. Its a bit urgent. Thanks. 'UPDATE!! Public Class Form1 #Region "DatagridView'de Enter" '</DGV @DatagridView> Private SonrakiSutun As Boolean = False Private CSutun As Bool ...Show All

  • Visual Studio DateTime picker and the ReportViewer

    Hi, I am running SQL Server 05 (SP 1 CTP) and Visual Studio 05. Is the reportViewer used for the Asp.net webforms supposed to have a working date time picker control I know that this was an issue on the beta 2 but I am still expericiencing the same problem.  The date report parameters work fine on the preview but when displayed on the ReportViewer in a webform  they don't work. I am running version 8.0.0.0 of the  Microsoft.ReportViewer.WebForms Thanks, Mauricio visual studio was the problem for me. when I ran my report outside of visual studio, it worked great. So I can just ignore that error bec ...Show All

  • Smart Device Development Automatic conversion of Pocket Word files?

    Hi, I'm trying to send using the email client a attached pocket word file containing a drawing. On receipt I'm getting a .doc file, without the signature, is this normal Can I disable this kind of behaviour This is on the 2k3 edition using the sdk emulator. Any idea how can I draw on the Word in Windows Mobile 5.0 Are there any plans to reintroduce the drawing capability in a future version of the software ...Show All

  • SQL Server Data Reader Source cannot be configured

    Hi, I am using a Ado Connection Manager to connect to a M S Access source. But when I use this connection Manager in Data Reader Source, I am Not able to Configure Data reader Source. It gives exception "Cannot Acquire Managed Connection From Run Time Connection Manager". Can anyone help on this. Thanks Dharmbir I have new Integration Services Project in Microsoft Visual Studio version 8.0.50727.42, under .NET framework version 2.0.50727. I'm trying to set up a simple replication from an ODBC data source to a new MSSQL 2005 database. I created two entries in the Connectio ...Show All

  • SQL Server Express Manager / Management Studio Express

    When will the express manager be available for the msdn version that is scheduled to ship later this month. If express manager isn't going to ship then what tool will allow me to create users in my express 2005 database. Thanks Steve. Is there any target date yet for the RTM version of Management Studio Express I need something very soon for a production system. ...Show All

  • Windows Forms WYSIWYG HTML Editor Control

    There are tons of browserbased WYSIWYG HTML Editor controls. But, i'm building a windows based Content Managment System, and need a HTML Editor for Windows.  Anyone know of a control i could use, or a way to export to HTML  Is there classess to convert RitchText to HTML   hi, thanks to jonas, i've been able to do a full english& ...Show All

  • Visual Studio Express Editions why can't I exist the application?

    hi, I have a listbox and a few textboxes that have databinding with an ACCESS db, when an item is selected in the listbox, the texboxes will show the details of the corresponding record (certain texbox shows data for a certain column). when I run the application, click on "close" at the begining, it works, i.e. the application exits. However, if i try to exit the application after a few clicks inside the listbox, it stops working, the application won't close/exit, and basically everything on the form will stop working except the listbox itself.... tried this in some other projects, same problem happens, plz help hi, i guess there ...Show All

  • Windows Forms WebBrowser background colour / border

    The WebBrowser control does not have a border property, so to look pretty I'm putting it inside (on top of) another control which does, but because I'm using rounded corners on this control (a button) the web browser does not fill it completely - there is a small border . Problem is, the background colour of the web browser is dependent upon  ...Show All

  • SQL Server Connection to Analysis services from VB - very slow

    Dear All, I noticed a strange problem with one of my client's computers where in establishing a connection with Analysis services from VB takes 6 seconds, when the computer is not connected to network, but it takes only a fraction of a second when the computer is in networ. We use ADOMD to connect to Analysis server. Analysis services is installed in the local machine. I ran dependency walker and found that the dll WS2_32.dll (winsock dll) is taking most of the time when establishing connection. This issue is very important for us and it would be great, if someone could help me in this. Thanks in advance, Niyas ...Show All

  • Software Development for Windows Vista Speech recognition in other languages than US English

    I tried speech recognition. It didn't work, but resulted in an error message "Run a DLL as an App stopped working" ( ). Then I realized that in Regional Settings I selected "Dutch (Nederlands)". When I changed that back to "English (United States)", the default, speech recognition worked! Obviously Dutch is not supported in the February Beta of Vista, build 5308. But will it be supported in the final release version Nico Good Question. Why always English for the Betas Beta testers are located all over the world and we not all only interrested in testing US English App ...Show All

©2008 Software Development Network