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

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

MitchV

Member List

has2nk
cssrk
Perry G.
Dinh Quang Son
jorn
spireite
bzoli
Steven Beasley
SpeBeeTo
Beltira
GShaw
Angelsb
timiil
Edwin Castro
bloo
Buccaneer
Ehud Shabtai
NickHostetler
Mark Opti
WesleyNM
Only Title

MitchV's Q&A profile

  • Visual C# How I Can Disable Ending Program By End Proccess?

    Hi all, How i can disable ending my program from Windows Task Manager Proccess..when i click on End Proccess i want to show Message That Program Access Denied..what is the cases so the message appear..Can any one help, Thanks with my best regards.. Bassam Basamad use the Com component to do that, but im worried it can harm ur operating system file ...Show All

  • SQL Server Can't connect to data source

    I've got a report (2005) that is sourcing from an AS2000 cube. Everything works fine in the BI Dev Studio, it builds and deploys without a hitch. The report has a shared data source and is using a generic login (i.e. it's not set to my NT login). However, when I navigate to the Report Server and try to run the report, I get the following error message... Cannot create a connection to data source On the Report Server, I'm using the sa ...Show All

  • Visual Studio Express Editions Couple Of Easy Questions

    Alright First Question: I Made a list box with user names in it, and i was wondering how when the user double-clicks their name how to make it ask for a password and it loads their information, like they double clik and it says password and they type their password then their ex. datagrid with their information pop-up! How do i make this happen Ill ask second question after first is answered! Thanks   * edit- shucks i did it aga ...Show All

  • Microsoft ISV Community Center Forums Outlook experienced a serious error: 'microsoft vba for outlook addin'

    Hi, I wonder if anyone can help me with this problem I have been getting. I wrote a macro in Outlook that strips unwanted text from the Subject line, here it is: Sub CleanDC() Dim OutlookApp As Outlook.Application Dim myNamespace As Outlook.NameSpace Dim myItems As Outlook.Items Dim myItem As Outlook.MailItem Dim dcFolder As Outlook.MAPIFolder Dim s As String Set OutlookApp = CreateObject("Outlook.Application") ...Show All

  • Visual Basic Easy Forms 2005 (Fill out VAT Forms Easily with this Application)

    hey friends i am new to visual basic programming language please support me by trying this application and report me bug on this email ( dhiraj_cool_4u@hotmail.com ) or ( cool_boy_2005a@yahoo.com ) this application is on beta testing and i am sure u enjoy using it. this application uses Microsoft .NET Framework 2.0 beta2 please install it before using this application. you can download this application from the following links: From Megaupl ...Show All

  • SQL Server PTS 9 redistributable location in RTM release?

    Hi, For some reason, I am unable to find the PTS installer for Analysis Services 9.0 OLE DB Provider in the RTM release. Where can I find this I need to provide this driver to my Excel users. When I try to use the pts9 driver I have got from Sept CTP, I get this error when trying to refresh the Excel cube: Errors n Network layers. Error Code 0xc10D00008 External Code 0x0000000 Thanks, Philippe ...Show All

  • .NET Development SqlDataSourceEnumerator.GetDataSources can't return the Instance name and Version information on firewalled computers

    Using SqlDataSourceEnumerator.GetDataSources Method, I can search the available SQL Server instances on my intranet. On the MSDN help, it says that this method will return a DataTable object that has information about visible/available SQL Server instances, and this includes the SQL Server's Version information. If the instances of SQL Server is on a firewalled computers that have Windows XP SP2 firewall or Windows Server 2003 SP1 ...Show All

  • SQL Server Modifying the Initial Size of a database

    Hello everyone, I'm having a problem shrinking one of my tempdb data files.  When I initially installed SQL 2005, the data file for tempdb was 6GB.  I'm not sure why it created such a large file, I don't remember seeing a setting in the setup to change it either.  Can anyone give an explanation for the file being so large Anyway, after noticing this, I created several other data files and shrunk the main data file.  T ...Show All

  • Windows Forms Bug in C# only in Windows 2003 .NET framework 2.0

    Hello, I am encountering a bug, and I can't figure out what it is causing. I am catching all what I can, but still it exists. The funny is that it is only available on Windows 2003. Here is the output. Can someone help me finding/killing this bug Thanks. ESTAN See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentO ...Show All

  • Smart Device Development how to create a WM5 Pocket PC app and how to run in emulator?

    I installed vs 2005 v 8.0.50727.26 (RTM.050727-2600) - I think it said it was an RC. Then installed Window Mobile 5.0 Pocket PC SDK. I have these problems/observations: 1. My pocket pc project c# that I had previously developed in vs.net 2003 which I converted to vs2005 does not offer to debug in a Windows Mobile 5.0 emulator.. The emulator manager shows a folder Windows CE 5.0 but has no images under it. 2. I tried creating a new project, I ...Show All

  • Visual Studio Express Editions RSS Screensaver Starter Kit

    This thread is the place to ask questions and provide feedback for the RSS Screensaver Starter Kit.    BigJoe wrote: How does the RSS Screensaver Starter Kit generate the *.scr file   I cannot find any settings or custom steps for this file. Other than the instructions below on how to compile and install the application, I do not or have not seen adaquate instructions on how to ...Show All

  • Visual C# Configuration of block collapsing

    Is there a way to configure what Visual Studio 2005's outlining rules I want to collapse my comment blocks, but it won't outline them - sometimes. In one case, I have just a block of lines like this /*// lines... //*/ and it makes the /*// and the //*/ collapsible. But in another case - where there're #region and #endregion lines inside of the comment block delimiters (I don't know if that's relevant or not), it doesn't outline the b ...Show All

  • Windows Forms DataGrid problem!

    Hi everyone, I am having some difficulties using datagrid control in  windows forms and I hope some of you guys can help me out  with this. I have been working on asp.net projects for quite a while  and I am quite happy with the asp.net Da ...Show All

  • Smart Device Development Application not running properly on with pocket pc 5.0 device

    Hi guys! I have an issue its like i developed a pocket pc application in visual studio 2003 .net compact framework 1.1 than converted it to visual studio 2005 .net compact framework 2.0, the application was running all well on pocket pc 2003 devices but as i tried to run it on pocket pc 5.0 device it started behaving awkwardly, the whole application just shows up on 1/4 th of the screen, i than installed pocket pc 5.0 sdk and target ...Show All

  • Visual Studio Express Editions How do you convert the first part of a Char array to string?

    Problem: You have received a number of bytes from a serial port, done some processing on these and then saved them in a Char array by means of Dim ArrayName(1023) As Char Dim ProcessedByte As Byte Dim I As Integer ArrayName(I) = Chr(ProcessedByte) Then you want the "active" part of the Char array, that is, up to element I to be converted to a string, so that it e.g. may be appended to other strings, send to a TextBox or ...Show All

©2008 Software Development Network

powered by phorum