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

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

errpop

Member List

Toddpi314
kdn
Skip Floyd
Whitespace
Scrypto
Mohammad najdawi
mymsdndoc
Trevor Hancock MSFT
papapet_2000
CalvinH
ozibryan
James Knowles
SwingLifeAway
Mark Goldstein
nassir _dub
Danielk62
Adrian Baras - MSFT
Douglas Chor
wdmtaj
Fordy
Only Title

errpop's Q&A profile

  • Visual C++ Question about properties

    Hi, I have some trouble with "property". I currently have a managed object with a set of properties, which acts as a layer on top of another one, in order to display some informations in a property grid. When I create a simple property, like "property float Depth;" it works fine. Then, if I write : property float Depth { float get(void) { m_Depth = 1.0f; return(m_Depth); } } It also works fine. But the following doesn't wor ...Show All

  • Visual Studio Express Editions Open a dialogbox with vb.net

    Environement:I'm using visual basic studio express edition and sql server express edition. Problem: I write a code to delete some datas in the sql server. But i want that before deleting, a message box opens with two options in it. One option as yes if user is sure to delete the data and no if the user changes his idea. I tired to add a new dialogbox to the project with ok, cancel. I was thinking to use DialogResult.Yes but ...Show All

  • Smart Device Development sqlmoblie insert not working

    Ok this is starting to drive me nuts: I keep getting an error saying: "There was an error parsing the query. [ Token line number = 1, Token line offset = 43,token in error = Insert]" I assume that there is something wrong with my syntax but I cant seem to find anything, here is my code: StringBuilder cmd = new StringBuilder(); foreach (DataRowView drv in dv) { cmd.Append("Insert into ...Show All

  • Visual Basic DataGridView Component

    Hi all, I have create a UserControl. There is a DataGridView in this UserControl. I successfully drag this UserControl into my Windows Form Application. If user double click on selected cell in datagridview, I want to show it on my textbox in my windows form. But, how do I Catch DataGridView Double Click event in this user control There should be a CellDoubleClick event. There are many other events with the DataGridView, maybe on ...Show All

  • .NET Development Additional information: The process cannot access the file because it is being used by another process

    I am trying to read all the addresses contained in my network and write them in a text file..I am using the undersaid code string MyAddress=Dns.GetHostByName(Dns.GetHostName()).AddressList[0].ToString(); System.Diagnostics.ProcessStartInfo psi= new System.Diagnostics.ProcessStartInfo(); psi.FileName=@"C:\WINNT\System32\cmd.exe"; psi.Arguments="/c net view > add.txt"; psi.WindowStyle=System.Diagnostics.ProcessWindowStyle.Hidden; //app ...Show All

  • Windows Forms About the forms

    Hi, Just in the forms, I've not found out a way, by which we can insert some different items, like check box, text prompt field or the buttons. I think there should be a way for doing this. Any advices to this Thks & Rgds, HuaMin You'll have to be more specific about what you are trying to do. You are trying to insert controls onto forms What is the problem you are having ...Show All

  • Smart Device Development VS2005 supports PPC2002??

    Hi, I was previously using VS2003 and was able to deploy my applcations to my Pocket PC running on Windows CE3.0, by setting the Target Device to 'Pocket PC Device'. However, when I've migrated to VS2005, this option is no longer available. When I tried using 'Pocket PC 2003 Device', it prompted a 'Connection failed' error. Since VS2005 allows upgrade of CF1.0 applications to CF2.0, I suppose I should also be allowed to deploy my applications to ...Show All

  • Windows Forms .NET Application Updater Component ??

    In http://windowsforms.net/articles/appupdater.aspx the source version of the .NET Application Updater Component and other tools are available for VS.Net 2003 (c#), and build on  Framework 1.1. I use VB.Net standard (Framework 1.0) and need AppUpdater.dll and AppStart.exe&n ...Show All

  • Visual C# count number of objects crated in runtime

    hi in my application there r many classes and runtime so many objects r created of diff. classes. and i want to know how many objects r created at runtime.is there any utility in c#.net to know number of objects created at runtime. plz help me thanks and regards kavita You could read the articles on these pages: http://msdn.microsoft.com/msdnmag/issues/03/01/NETProfilerAPI/ http://msdn.microsoft.com/msdnmag/ ...Show All

  • SQL Server Large log backups

    I noticed that my log backups are very very large after doing a full backup of my databases and was confused why that was. I created 2 maintenance plans - one for full backups and DB maintenance that runs nightly - one for log backups that run at 4hr intervals For whatever reason, the first transaction log backup that is performed after the full backup of the database is as large if not larger than my full backup, while subsequant log ba ...Show All

  • SQL Server File System Task Problem

    I'm trying to realize a file system task that rename files from a foreach loop container. So that means the task have a variable in the source connection. This variable got the value (as an expression) of "c:\\.....\\" +@[User::ForeachloopVar ]. But an error message appears when i run it.The message is File System Task: An error occurred with the following error message:  "The given path's format is not supported." When i don’t use th ...Show All

  • SQL Server The transaction log for database 'mydatabase' is full. To find out why space in the log cannot be reused, see the log_reuse_wait

    Every time I get this error, at different points of testing inserts and deletions on my table: The transaction log for database 'mydatabase' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases Why do I keep getting this All I'm doing is deleting several hundred thousand records and inserting them into a couple of tables. i shouldn't have to truncate my log every time or my application ...Show All

  • SQL Server Is this possible?

    Hey guys, I wrote a T-SQL query to retrieve all errors name and count the error for each error name based on some conditions. Assume that errors_name is a column name in Error table and the error_count is a calculated field. Here is my question; when I run the query, obviously, it displays the list of errors name and the corresponding errors count which only meets the where condition . However, what I need is to list all the errors name (eve ...Show All

  • Software Development for Windows Vista WWF-SqlWorkflowPersistenceService

    I have added the service to the WorkflowRuntime and used the UnLoad() of Workflow Instance. But still I could not see the data getting persisted. Can anyone please help When are you doing an unload If your workflow has a delay or an event and if you have set UnloadOnIdle flag in SqlworkflowpersistenceService to true, your workflow will be persisted in the database while executing delay or event. One t ...Show All

  • SQL Server Database file and log

    Hi, I am just about to get familiar with SQL-Server 2005. Since I created a database and played a little with it I recognized that the database file has grown up to 150 MB as well as the log file. I used the shrink task to resize the database file. After doing so the .ldf remained as it was (150 MB). Since I would not need log information stored there, is it possible to shrink the ldf-file as well Thanks for your help! ...Show All

©2008 Software Development Network

powered by phorum