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

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

Tovdb

Member List

Dmitry Pavlov
dustinto
Prashweenet
thomaskremmel
sroughley
TboneToo
gmedia
Peter Eriksson
TroubledPerson
Guardian-ND
Larry Aultman
MohsinAta
Arun C
Jakein2006
BlackManWah
Bulldog.NET
Deb Magsam
Steve Mayhugh
GertB
walsher
Only Title

Tovdb's Q&A profile

  • Visual Basic restrict the program run twice

    Hi i have a program that run in service. and this program always start many times due to the different user log in into server. How can code to check the duplicate process and the service is running and prevent it run again. thanks Dunno about 2003, use the process code loop to add one to a counter for each instance of the process name running, if it is more than one...already running, application.close. ...Show All

  • Visual Studio 2008 (Pre-release) Problem with using a WPF control in another project

    I have created a custom wpf control, an image button, and in that project I have created a resource (ImageButtonResourceDictionary.xaml) that has a few templates defined (template1, template2,...). I have used the dll (wpf control) file in another project, but once I add the imagebutton, I cannot apply a template (defined in the imagebuttonResourceDictionary) to the button... What do I need to do to be able to apply a template to the imagebutton Thanks in advance, - Marko Vuksanovic Sounds good so far. How you are referencing the styles from ImageButtonResourceDictionary.xaml in your application Is the BuildAction for the dictionary "Page" as it should be Can you post snippets of your mar ...Show All

  • Visual Studio Express Editions Backgroundworker copyfiles with progressbar

    with reference to ahmedilyas code below to copy specific file types with progressbar... how can I run this code with progressbar in a backgroundworker and trigger the progressbar progress http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=833129&SiteID=1 Dim theExtentions() As String = { "*.jpg" , "*.bmp" } For Each currentExt As String In theExtentions Me .ProgressBar1.Minimum = 1 Dim theFiles() As String = Directory.GetFiles(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), currentExt, SearchOption.AllDirectories) Me .ProgressBar1.Maximum = theFiles.Length Me .ProgressBar1.Value = 1 Me .ProgressBar1.Step = 1 For Each currentFile ...Show All

  • .NET Development Problem with com to .net interoperability

    I'm working on a project for time attendence control in which i have to use ActiveX control Starinterface.ocx. I'm using AxImp to generate wrapers AxStarnterfaceLib.dll and the standard one StarinterfaceLib.dll, then i've added reference to them using project/AddReference. The problem is that when i'm trying to give instance to metods from control for example : public void _CommPortOpen(){ StarinterfaceLib.StarInterfaceClass ax=new StarinterfaceLib.StarinterfaceClass(); ax.CommPortOpen("COM1",9600); } the exeption is throw: System.Runtime.InteropServices.COMException was unhandled Message="Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))" Source="mscorlib" ErrorCode=-2 ...Show All

  • SQL Server Problem starting MS SQL server 2005 service

    Hi, Anybody kindly help me. We have windows server 2000 and sql server 2005 on the same machine with 15 clients. There was a power failure. The sql server is automatically stopped. When we tried to start the service we are getting the error as action failed please check application event log for errors. This has happened for the 2 times, kindly tell me why this happens and what precaution we can take and is there any setting we are missing. Since I am newbie to sql server and windows server I am unable to solve this problem. Thanks OK, seems that this is your problem. THe registry entry normally points to the master database which holds additional data to start up the service. If they are not present on the server you wil ...Show All

  • SQL Server How to check whether SSIS is installed

    I'm using the import wizard to create a new table from a flat file source.  The table gets created but no data gets copied.  What's wrong   Here's the report: Operation stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Error)         Messages         * Error 0xc00470fe: Data Flow Task: The product level is insufficient for component "Source - inSsrc_txt" (1).          (SQL Server Import and Export Wizard)      ...Show All

  • SQL Server Field grouping in Report Builder

    Hi, I build all my report with the report builder. When I build a report that the first column is ID and I've several records with the same ID one after abnother the report is grouping the ID data (see 2 in the example below) How can I cancel the grouping for report or for the entire environment example: ID Date 1 1/1/1990 2 1/1/1990 1/1/2000 3 1/1/2005 Hi, I'm building the report in Report Builder not report designer. There is no data tab in the report builder. Anyone ...Show All

  • Visual C++ VC++ 2005 : ambiguous call to overloaded function

    Hi all ... Why am i getting "ambiguous call to overloaded function" for built-in functions and operators I am trying to complile the project developed using the VC++ Version 6.0 in the new version VC++ 2005. Thanx in advance. Thanx a lot .... !! I tried the following : returnee += CString((TCHAR)c3, 1); and it worked. ...Show All

  • Visual Basic jpeg image compression

    hello everybody I am using ip camera in my software. i get jpg images from that camera and i store that image in one file. but after storing many images the file size bacames very large. my one image from camera is of size 60 KB. so i want to compress that image before storing in file for reducing the file size. The project is developed in VB.Net and C#net both. so can anyone hel me in this issue Check the answer in this thread ... ...Show All

  • Software Development for Windows Vista creating desktop on vista and launch IE on it

    Hi, All I run into some issue with creating a new desktop on windows vista: If I create a 2nd desktop using CreateDesktop (with NULL for security attributes), and launch an IE using CreateProcess() on the 2nd desktop from default desktop, it will be created with medium integrity level and a pop up on the 2nd desktop mentioning that Admin rights is required w/o real IE displayed. However, launch an IE using CreateProcess() on default desktop directly is OK(and in low integriy level). Then I tried launching an IE using CreateProcess() on default desktop from 2nd desktop instead, it works fine with an IE with low integrity level appeared on default desktop. So, how can I enable same behavior on 2nd desktop as the default one - IE c ...Show All

  • Audio and Video Development HD DVD Jumpstart v0.2 now available!

    The latest release of the HD DVD Interactivity Jumpstart kit is available from the same download location, linked to from http://www.microsoft.com/windows/windowsmedia/forpros/hddvd/default.aspx . Please note that this release relies on some components installed by Media Player 11 and Internet Explorer 7 , which are both still in beta. As with all pre-release software, you should not install this on mission-critical machines. An on-line programming guide is also available at http://msdn.microsoft.com/library/default.asp url=/library/en-us/HDDVDATK/htm/hddvdprogrammingguide.asp . Hi Peter, I went through almost all of your blog hoping you had put up the sample networking code but I couldn't find it. Any idea where I could find a ...Show All

  • SQL Server Connecting Visual Studio to remote SQLExpress

    Hello all, I've been trying to find an answer to this to no avail. I'm not even sure if its possible. I like to do development at home in addition to work, like most of you do. Since it is my home computer, I like to play games, so I try to keep applications to a minimum. I would like to install sqlexpress on a virtual machine (which I have successfully done), and I can connect to it via Management Studio on my local machine (non-vm). Is there a way to set visual studio to use this connection as opposed to local host I really do not want to load sqlexpress on my local machine and have yet another thing tying up system resources. Your feedback is appreciated. Barret The answer to the VS question is Yes an ...Show All

  • Visual Basic Cross Threading in General

    Can someone answer me this question... I have programmed in VBA for years. It seems to handle directly accessing simple form objects without any worries about threads or cross-threading or whatever... It seems ( also ) to me, that this threading issue could be internally managed by the Control Class to some degree or another. Is there a good reason for this new Thread Issue that I am unaware of He he .. it's like being a real programmer .. once you grasp it, you'll never look back (maybe). What do you mean by 'freezing' What is Your whole app or something else If you post your current code, I'll have a look. Richard ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DreamBuildPlay is up!!!

    Now go register!!   Actual contest details to come the week of Feb 5th I'm not speaking for Microsoft, but if you want to enter you can always enter a US State and Zip code and phone number for now until they get that addressed. I'm assuming that you can edit your information later once that's been corrected. Again, I don't speak for Microsoft on that, that's just what I would do in your shoes. ...Show All

  • Visual Studio 2008 (Pre-release) RichTextBox Blocks

    Hi, I would like to know if it is possible to make an option that can maybe be exposed to alter the behaviour of the richtextbox. At the moment, when the richtextbox is empty, or if you are on an empty line, the default behaviour when adding InlineUIComponents is to create them as BlockUIContainers. This is very frustrating as I only want my "unique" object to stay a specific size, and to still add text after and before it (like having a small image that you can have in the same line as the text) What I would like to happen is when I create an InlinUIContainer on a blank line, is instead of making it a BlockUIContainer, create a paragraph and add it as an inline, so that I don't have to do post processing work to get it to ...Show All

©2008 Software Development Network