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

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

Cayetano

Member List

BarnDisplay
tasleemarif
Paul Seaton-Smith
Baller4lifeII
Zoomer4321
doukig
LordGauron
Ramana G.V
steve6063
mmonte
Timothy Butterfield
Janmre
MCJ
mkuczara
Sherrill34643
riverlady
Daniel Cayouette
IvanHB
Mjohnson
Arie-Jan
Only Title

Cayetano's Q&A profile

  • Visual Studio Express Editions AxShockwaveFlashObjects not found

    hi every1. I tried adding a shockwave flash object on a form but i get an error when trying.. "Failed to import ActiveX control. Please ensure it is properly registered" SO, in the references node from the Solution Explorer i have two newly added references, one being ShockwaveFlashObjects (which look ok) and another being AxShockwaveFlashObjects which has an exclamation mark newxt to it.. In the components list (for the Add Reference function ) i tried to locate AxShockwave.. but could only find Shocwave... (without "Ax").. I added the Shockwave Flash Object to the toolbox first so i don't understand what the problem is or how to fix it. An ...Show All

  • Visual Studio Express Editions Upload to webserver

    I'm having different troubles connecting to the web server.  On a new website I can connect ok (although it took some time getting everything just right).  I have an existing website that I would like to connect to and copy the site down to vs2005express I must have put the wrong username in the first time and now it won't even ask for the username or pw it just tells me I don't have the correct permission to connect to this source. Where do I reset the username and pw for connecting to a website via FP extensions Thanks Tony ...Show All

  • Windows Forms ToolStripContainer

    After using a ToolStripContainer for my menu i'm not able to see my MdiChildForms in my Mdi app. Pls help. Thx in advance Martin See the following post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=14593 ...Show All

  • .NET Development Disable exceptions

    Is there a master define that I can toggle to disable exceptions I would rather not use asserts. I would also like to avoid the following clunky syntax: #If DEBUG Then If array.Count <> m_numDimensions Then Throw New ApplicationException("Invalid number of dimensions") End If #End If Thanks, Chirag from the menus, goto Debug>Exceptions, where you can toggle exception handling ...Show All

  • SQL Server Results To Text File: Always Unicode

    Hi I have been using the 'Results To' to write out query results to a csv file.  I have found that it always encodes the output as a Unicode. This causes problems with other import utilities that read this file and doubles the size of the file compared to a ANSI encoded file How can I change the way the file is encoded i.e ANSI   I can't see anything in the Query Options and outputting files in UNICODE isn't a workable option. For small files I can open them in notepad and change the encoding to ANSI and save AS.  This isn't an option for files that are around 500m-1GB Can anyone shed some light on thi ...Show All

  • Visual Studio Workes with Beta2, but not with RC1

    I have a Crystal Reports project that uses data from a dataset that is already filled - no database connection needed. It runs fine with Beta2, but under the exactly same conditions with RC1 it asks for a (non existant) database login before displaying the report. I have checked the dataset that is passed to CR - it is filled and fine. Any suggestion where to look Thanks - Thomas At runtime you can only pass one single dataset to the report. However at design time one can use more than one dataset. In Beta 2 it was possible to merge all the datasets on which the report is based at runtime thus passing al ...Show All

  • Visual Studio Team System Certification and Training in MSF 4

    After Rafal's OUTSTANDING talk at TechEd, I'm kind of jazzed up about MSF 4. A few questions: 1. What training in MSF 4 will be offered by MS I assume an up date to the current MSF Intro course (1846), plus possibly some training on how to import it into VSTS and customise it. Of course since 1846 is 'formal' so there may need to be two (agile and formal). What are the timescales for any such training 2. What is the certification going to be like Is it aligned to the new MCP Certs announced last week at WWPC 3. What about exams When and will they be availabile from both vue and prometric 4. What about MOF: Is there any work being done ...Show All

  • Visual C# about blocking popup Ad websites

    i am a beginner of C#.as a practice,i wrote a tabbed browser,just like Maxthon or Firefox(i am use IE core,of course). i mainly use Tabcontrol and AxWebBrowse for it. i have achieved most capabilities,but i have no idea about how to block some popup Ad websides. could you give me some advises thx and regards,:) ...Show All

  • Visual Basic Copy Local

    I noticed that one can copy referenced dlls to the output directory of one's project. If one were to do this then pack those dll files and distribute them with one's program, could one's target user use the program without having the .net framework installed No, the .NET Framework needs to be installed for .NET developed applications to run. Absolutely no way around this - period..... ...Show All

  • Windows Forms Language in ClickOnce dialogs

    Hi! Just a little question on the dialogs used by Click-Once.. What decides the lanugage in the dialogs displayed by Click-Once Is these dialogs only in english I have tried Click-Once on a Swedish OS with publish Lanugage set to swedish, but it still displays english texts in the dialogs :( --Rune Thanhs for the response, A server machine is with win xp sp2 + .net 2.0 both in english A client machine is with win 2000 sp4 + .net2.0 both in italian. But the user prompt in client machine is in english, Why Regards ...Show All

  • Visual Basic text formating

    Hi, i would like to ask whether can i format the text in textbox in such a way that whenever there is a bullet, it will display it in a newline. the textbox data is retrieve from a database in the same column. Hi, sorry I wasn't clear. It should be: Private Sub txtDisplay1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtDisplay1.TextChanged txtDisplay1.Text = txtDisplay1.Text.Replace("."c, ". " & Environment.NewLine) End Sub You also hadn't declared the characters correctly, as it would have been looking for a string "95". If you're using a full-stop now, it sho ...Show All

  • Visual Studio Remove few features from VS2005

    Hi, We need to remove few features from the VS2005 setup. following features should be removed from setup. 1. SQL server 2005 Express Edition & mobile edition 2. .Net framework 2.0 3. J# We tried creating MST, but we didn't succeed. which is the best way of removing these features.even we opened MSI and we were not able to locate these features. one more query, in previous version VS 2003, the setup has been called with few arguments through   setup.exe /NO_BSLN_CHECK /Unattendfile <path to customised ini file>. not sure the ini file is supplied by the microsoft. Any help is appreciated. Thanks Bhaskar The fe ...Show All

  • Visual Studio Team System Using VS2005 (beta 2) with custom rules

    Hi, I'm trying to integrate custom FxCop rules using the Code Analysis capabilities of VS2005 beta 2 and I'm hitting some problems :( I've written a very simple custom rule which loads and runs OK under the stand-alone version of FxCop 1.32  I've then changed the FxCop and Cci references (and imports) to hook up to the integrated version of FxCop (SDK under "Team Tools") so I can load the rule for use in the IDE but that's where it all goes a bit pear shaped! I've copied my compiled DLL into the "Rules" subdirectory and hey presto my rule assembly name appears in the rule list on the Code Analysis tab in the IDE ...Show All

  • SQL Server Create DTS Package in SQL server 2005 (Ver:9.0.1116).

    Hi, I am using SQL server 2005 (Ver:9.0.1116). I am unable to find how to create a DTS package from Sql Server Management Studio. It is showing "DTS 2000 Packages" in the "Object Explorer" of the Sql Server Management Studio. I want to know how to start a Integration services in Yukon. As,the DTS 2000 Packages in the Services tree does not Open nor can Import any package. Thanks! TechFreak You have to be sure that SQL Server Integration Services installed on your PC. To check go Help -> About Microsoft Visual Studio. I got the same error after reinstalled MS Visual Studio 2005 from default location C:/Pro ...Show All

  • Windows Forms Tops my wishlist

    A managed html control. The Microsoft web browser ActiveX control is very messy and cumbersome compared to the controls found in the beautiful Windows Forms library. I've also notices several focus bugs associated with the MS web browser AX control, in addition to several properties that have no affect, plus the idea that a you have to navigate to a we ...Show All

©2008 Software Development Network