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

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

Romantic_touch

Member List

Kevin Rodgers
Robert F Bouillon
thukralz
Propellorhead
PeterZ
LiamD
NathanCaaaaaaaan
X4U
Jassim Rahma
simmons
mri
RyanB88
Al33327
Ruprect8696
Adam.Kahtava
itsdzs
MaggieChan
Boulderdude
jameyer
u_r_twisted
Only Title

Romantic_touch's Q&A profile

  • Visual Studio Team System Sharepoint Email Messages

    Hi All, Can anyone tell me how/if I can change the default email message content when alerts etc are sent I’m assuming this is a sharepoint configuration but can’t find where the email message is defined. Thanks for any advice Paul Hi Paul, Yes, it is possible to modify the text of the alerts. Take a look at: http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsf13.mspx for information on how to do this. Good luck! -Dennis ...Show All

  • SQL Server Does the index exist after restore? (ie Does RESTORE destroy the indexes?)

    We performed re-indexing at beginning of month We had to restore from last night's backup and are seeing performance issues, so I am wondering if the clustered indexes are lost after the restore operation Do we need to re-index again in short, does BACKUP backups the indexes does RESTORE restore the indexes Hi Jerry, The BACKUP DATASE command will backup all database objects, including indexes, users, diagrams etc. that exist at the time the backup command is executed. So, in short BACKUP does backup indexes and RESTORE does restore indexes Cheers, Rob ...Show All

  • Visual Basic Change F4 key function in DateTimePickers and Comboboxes

    When the DateTimePicker is the active control on a form, pressing the F4 key opens the calendar. Is there possibility to change this keys to F12 Well suppressing the F4 is easy, however having the DateTimePicker or Combobox open is still a mistery to me. A saw there are public events informing on the state, but I see no methods I can use to make it happen. ...Show All

  • Windows Forms how to create start up page for application

    i am creating database application, i want to show starp-up page when application starts, just like when C# IDE starts...where i wanna show information about database size, used space etc. i need some help about this issue... thanks for ur reply....i wanted help for this too but here i am really interested in start-up page....html page that is visible inside the application...showing informatinon about the data...stored in database... like owner of DB, size of DB, last edited..etc links u gave were very nice.... ...Show All

  • Visual Studio Express Editions Using print preview control

    Dear friends, I have asked here a function to control the scrollbars of PRINT PREVIEW CONTROL. You answered me to use a function that uses OS call "Sendmessage". I put the code in my program, it works, but I would to know if I could use a function similar to one that I use to change Zoomlevel , maybe prtPreview.Movescrollbars(...). I have not found any info in MSDN documentation, please answer me, here is the code I wrote (it works): In the Form declaration section: 'Declare print preview control constants Private Const WM_VSCROLL As Integer = &H115 Private Const SB_PAGEUP As Integer = 2 Private Const SB_PAGEDOWN As Integer = 3 Private Const SB_ENDSC ...Show All

  • Windows Live Developer Forums The Driving Directions script does not work.

    Hi, I am working on the script that displayes the "RouteItenary" Class and whenever I implement it the map does not display. I searched for Javascript errors but there was none. How do I fix this Thank you so much. The script works now! I just have one more question. How can I manipulate the alert(routeinfo); script so that it does not appear in an alert, but something like the Mapquest layout ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA sprite behavior -- weird side effect

    Hello, I'm new to XNA as well as DirectX and am experiencing some weird side effects when drawing a sprite that I can't account for. I have a 3D ship that I can fly around using the Xbox360 controller (completed the XNA tutorials 1-3) and decided to see if I could implement pausing. Well, i got everything working how I want it and even made a 2d sprite that loads a texture asset and draws it to the screen when the player pauses (just a blue rectangle with the word "Paused..." written on it). That works great too, except by drawing the sprite to the screen my 3d model suddenly becomes semi-transparent! Even when the sprite is no longer being drawn the model remains semi-transparent until I restart the game. I am developing i ...Show All

  • SQL Server front end for cubes

    currently i use MSInsight as my cubes front end. its an asp page that users can build reports from cubes. its pretty old, and since ive started upgrading to AS2005, it doesnt work properly, leading me to think that it is not compatiable with AS2005 cubes. so im wondering, whats a good front end that can be used by many users this rules excel out, as i need a front end that can be used my many users. I can't speak to whether it's good, as I haven't used it, but here's one: http://www.radarcube.com/products/radaraspnet_msas.aspx their WinForms OLAP viewer control looked decent when I evaluated it a couple months ago. ...Show All

  • Visual Studio how to build windows workflow

    Hi, In my build file, i compiled the workflow with csc compiler and it compiled well without errors. But when i use the output DLL in an application, i am receiving an exception " Workflow validation failed". Later, i come to know that workflow has its own compiler called wfc. But i'm not sure how to compile it using this wfc and i'm getting lots of errors. could anyone help on this regard. Thanks & Regards, Nalin ...Show All

  • SQL Server SQL Server Setup Fails

    I just upgraded ACT database and it needs SQL Server. I just keep getting "SQL Server Setup Failed". I downloaded SQL from Microsoft, went to install and get the same error. It then refers to a summary txt log which I have had a look at but to be quite honest means nothing to me. I only want to be able to use ACT!! Anyone help PLEASE!! What version of SQL are you trying to install SQL Server 2000 or 2005 And what edition MSDE, Express, Evaluation, etc What error are you getting Can you search your install logs for the text string "value 3" and post the 10 or so lines above it Thanks, Sam Lester (MSFT) ...Show All

  • SQL Server Writing to Flat File (CSV) - Duplicate Headers

    I'm writing to a flat file destination (CSV file) which contains 2 header rows, lets call it Col1 and Col2. For some reason, the header rows seem to get duplicated in the output - i.e. Col1,Col2 A,B Col1,Col2 C,D Is there any way to resolve this I don't want the file to be overwritten everytime since its used for record-keeping purposes. Thanks this seems to be the result of your design; if you choose to write the header and to append to the file every time; you get what your seeing. A quick fix may be not to write the headers at all. A more elaborate one it may require to use expressions to change the properties of the destination file connection manager on such way the headers get ...Show All

  • Visual Basic Front-end Framework

    Hi, I'm looking for a Front-end framework for .NET 2.0. Can you, guys, reccomend me something I want it: - fast - simple to use - good looking - feature-rich - The front-end will be loaded in run-time from some storage (XML file or so). It should work with the database through some kind of DataDictionary. - Also I need some scripting ability (like VB scripts to describe custom codes to update controls) If somebody has something in mind - let me know. And if your asking in this forum. I'd be creating the windows forms applications using Visual Basic.NET and if you want to do it for free - then I'd download a copy of VB Express from the microsoft web site. ...Show All

  • Visual Studio 2008 (Pre-release) How do I set ReceiveTimeout for a callback channel?

    The title pretty much says it all. I've noticed that even though I can set the timeout on my duplex named pipe service (which prevents my session from ending), the callback channel doesn't use the same value and times out after the default of 2 minutes. Is this something I have to set on the client, and if so, how Thanks, Aaron If I manually create a ServiceHost in my client for the callback channel and then pass this ServiceHost along to the InstanceContext, then I can configure the ReceiveTimeout since I have control over the ServiceHost. Is this the only way If so, that sure makes everything more complex since I'll have to do this for everything -- none of my callbacks are guaranteed to survive under ...Show All

  • Windows Forms DataGridView automatically selects first row after 60 seconds of inactivity

    I posted this problem earlier, but did not get a response, so thought I'd re-word it... my DataGridView automatically selects first row after 60 seconds of inactivity. That is, if it is bound to a given datasource, and user selects row 3, and then does nothing for 60 seconds, the selected row automatically shifts back to row 1. I need to find out what is causing this- it is wreaking havoc on an otherwise functional app! Sincerely stumped, -Yarin ...Show All

  • Software Development for Windows Vista SQLTracking and Persistence

    Hi, At the moment, I can't make SQLTracking and SQLPersistenceService work together. Here are my situation: Situation 1 - SDK (v6.0) Sample : Technologies\Hosting\PersistenceServices When I run the Sample, it works ok, so I tried to add the TrackingService to it with the following VB.NET Code: Dim TrackingService As New SqlTrackingService(TrackingStoreConnectionString) currentWorkflowRuntime.AddService(TrackingService) I didn't write any code to add Tracking Profile yet. But this time when I run the application, it stopped at the line: Workflow is idle And then keep on wating. No persistence occur. Why Situation 2 - ASP.NET (State Machin Workflow) I have an ASP.NET page which start the workflow l ...Show All

©2008 Software Development Network