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

Software Development Network >> flash.tato's Q&A profile

flash.tato

Member List

jcb1269
seco
robinjam
CHEN YU-TIEN
AndyL
Holm76
JamesC2000
Chris Du
Severin123
arch_angel81
Iram
Rohit Parasharami
Ir_Vin
byronfromwesleyan
Anton Rapoport
Bhatia Gaurav
Kamii47
Mike36
Sarwanan
GSReddy
Only Title

flash.tato's Q&A profile

  • Windows Live Developer Forums vista and live messenger

    hi, i dont know if im posting this in the right place but ive recently bought a new laptop ACER Aspire 9300 with Vista. It will not let me run Live Messenger and says something about a DEP (Data Execution Prevention) Can anyone tell me how i can get Messenger to work because as soon as it opens it get shut down again. Thanks. the solution is to go to the windows live messenger icon right-click and select administrator it worked for me on my acer 5630 ps this works for 8.1 i havent tried any of the rest ...Show All

  • Visual Studio Express Editions ERROR??? WHAT DO I DO???

    Hi Im new to C++ and i have Express I make this small project that has worked on other comps before, but when i do it on mine i get this error... Native' has exited with code 0 (0x0) Help Me Please Guessing: you've made a console mode program and you don't wait for user input. The program runs through main() and immediately closes the console window when it ends. Try starting your program with Debug + Step Into... ...Show All

  • Visual C++ windows.h not found...

    WOW, I can't believe this information isn't easier to find.  I downloaded and installed Visual C++ 2005 Express, and then downloaded and installed the Platform SDK SP2.  NOTHING WORKS!  The Directories are not found and there is no apparent way to set them.  Apparently users have found a hack to make it work, but this is crazy.  It seems like the first Microsoft person to install this would notice that it doesn't work and would raise the flag to the appropriate people so they can take the steps to fix it for their users.  Or at least document it on the very first page where it is downloaded, or the very first page of the documentation.  A user shouldn't have to hit forums to find out how to make a product ...Show All

  • SQL Server Script length limitation?

    Hi, The answer to my question may depend on both the sql server engine and the data provider; I do not know enough about the internal goings on to judge this. Thus, I should mention that we are connecting to SQL Server 2000, from an ASP.NET 1.1 application using the SqlClient provider. First a short introduction to my scenario: We have an application that needs to support exporting and importing data between different instances of the database (in a disconnected manner). This has been implemented in such a way that the export generates sql, which is then simply executed on the importing side. (It wasn't me! I'm fully aware of a number of reasons why this solution isn't any good, but this is what I have to work with.)  This is do ...Show All

  • SQL Server Parameters defined in .rdl and how they are applied in Report Manager

    One of my reports is defined as follows in .rdl: <ReportParameter Name="ExplicitProject"> <DataType>String</DataType> <DefaultValue> <Values> <Value>Agile_1029c</Value> </Values> </DefaultValue> <AllowBlank>true</AllowBlank> <Prompt>ExplicitProject</Prompt> </ReportParameter> In Report Manager, I have overriden this value by specifying that the default value be an empty string. The report uses the value I specified in Report Manager. How does this work Where does Report Server store the overriden definition There seem to be two places where the rendering is getting its specification. Is there a hierarchy i. ...Show All

  • Visual Studio Express Editions Adjusting audio levels

    Im wanting to adjust audio levels. Any hep please. (I have 3 slider controls; Master, Left and Right) Thanks. take a look at the DirectX SDK. perhaps something is in there to do this otherwise you may need to some how P/Invoke the Windows sound mixer, which is tricky take a look at this VB.NET code and see if you can translate it. This will increase/decrease volume http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=951447&SiteID=1 ...Show All

  • Visual Basic plugin made from VBA script

    Hello! I created a macro for Outlook 2003 which loads data from a txt file and create a new contact from that data. I can add a button to that macro to the outlook toolbar manually, but my question is how can i make a plugin for Outlook with setup or sth like that. I mean sth like SalesForce. It adds an icon to the outlook toolbar, you dont have to to it manually, it has to be a way to do it without installing VS .net and stuff like that. I wasnt sure where exactly i should put my post so sorry for any inconveniences. thanks in advance! Jack Using the Visual Studio Tools for Office (VSTO) is by far the easiest way to create an Outlook addin. Short of that, you should be able to do it manually with som ...Show All

  • Visual FoxPro Visual Studio 2k5 Database tools problem with Fox pro 9.0 sp1 ole db provider

    I have MicrosoftR Visual FoxProR OLE DB Provider 9.0.0.3504 installed. In the visual database tool, when I run "SELECT DATE() FROM MYTABLE", visual studio will give me the follow error: Error in SELECT clause: expression near ')'. Error in SELECT clause: expression near 'FROM'. Missing FROM clause. Unable to parse query text. However in visual studio 2003 on another machine, everything works fine. I tried to reinstall visual studio 2005 and the fox pro ole db provider many times. I still get the errors. Also, I remember it works on my friend's visual studio 2005. Can someone give me some help to fix this Thanks. Also, "Verify SQL Syntax" returns "This command is not supported by this provider&quo ...Show All

  • .NET Development select data from database (MySQL) but it show as ??????

    i have develop webservice app with MySQL (tis-620 encode) but when i select data that contain thai language it display as but for number and english data it display correctly i want to know how i can get correct data (display thailanguage correctly) thank! i have reslove this problem the reason is i use ODBS to connect mysql then it can't get result in thai language. After that i have download MySQL.NET (download from MySQL.com) install > add reference (in vs.net) then i can get resault in thai !! thank ek ...Show All

  • Software Development for Windows Vista How do you declare eventhandlers outside of compiled code?

    Dear WF Gurus, I am working with xoml only state workflows. I have to declare the events outside the OrderLocalServices (i.e., from the Microsoft example) so that I can add new xoml with new event names without having to recompile the workflows assembly. Does anyone know how to do that BTW: Can anyone provide an example of declaring Microsoft's events (i.e., in OrderLocalServices in the example), in xoml CDATA http://community.bartdesmet.net/blogs/bart/archive/2006/12/07/WF-_2D00_-Hello-World-via-the-Command-Line.aspx The above link says that you can place code in xoml. If that is correct, how can I add the code in OrderLocalServices to the xoml Can anyone provide an example please Thanks in advance, JP Decla ...Show All

  • Software Development for Windows Vista how to change the text shown when dragging activities from the toolbox

    Can someone please explain, how I can programmatically change the text, that is shown, when I drag activities onto the designer surface By default, the class name is shown (for example in the designer rehosting example). hi . in fact , i had not rehost the designer . but the sample demo above is run well in VS2005 , i suggest the display representtation of designer has only relate the Activity Designer. but not to Toolbox Service. is there any difference betweent rehosting Application Host and VS host ...Show All

  • .NET Development Error while sending the mail through C# application

    Hi everybody, While trying to send a mail through a C# application I am getting an error "Could not access 'CDO.Message' object.". Please let me know the reason for this error. Hi, First of all try using IP instead of mail server url as SMTPServer name. If that is not solving your problem then check that you are giving Correct email ID (some times if you add email address dynamically in TO, its possible to miss something in it) then check your SMTP server settings if it requires AUTHENTICATION... if so you will need to pass the SMTP mail acc credentials along with the mail so do that way... IF it still not solving your problem then do the following and inform me the ...Show All

  • SharePoint Products and Technologies Unable to connect ...

    Hi, I have a SingleServer instalation for MOSS. I get this "Unable to connect..." error in BDC Item list web part. I think is something with the credentials the goes to SQL Server. <LobSystemInstance Name="Charisma TS"> <Properties> <Property Name="DatabaseAccessProvider" Type="System.String">SqlServer</Property> <Property Name="AuthenticationMode" Type="System.String">RevertToSelf</Property> <Property Name="RdbConnection Data Source" Type="System.String">MyServer</Property> <Property Name="RdbConnection Initial Catalog" Type="System.String">DBName</Property> &l ...Show All

  • Visual Basic Datagridview bound custom collection, how to refresh

    I am binding a custom collection to my Datagridview. That works fine dgvUsers.DataSource = users Now, if I add a user to the user's collection, it is not reflected back into the datagridview. How can I get the Datagridview to update or reflect my changes made within the collection. thanks, Dean You could use the BindingSource component, which will provide the functionality to notify DataGridView when underlying data source changes. Set your users collection to BindingSource's DataSource property and DataGridView's DataSource to the BindingSource instance, something like in the following code example: bindingSource1.DataSource = users dgvUsers.DataSource = bindingSource1 Andrej ...Show All

  • Smart Device Development Title Bar Appears on Splash Screen

    I have followed David Kline's example of a "Non-Modal Splash Screen" in a PocketPC 2003 application under .NET CF 2.0 SP1. All works well except that during the initialisation of the main form, before it is shown, the top Title bar containing the "Start" menu overwrites the top of the Splash Form bitmap. The Splash Form has the following properties set: ControlBox = False WindowState = Maximised Menu = None How do I prevent the title bar showing up on the Splash Screen The work around we found was to use the WindowState property on the Form and to set it from Mazimized to Normal. Are you using the WindowState property, and if so, is it set to Maximized for you Splash Screen ...Show All

©2008 Software Development Network