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

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

speedy_gonzalez

Member List

MGP01
schveiguy
Bwilhite
Keith Newton
glasgow1
aoky
Jon Braganza
DavidThi808
nicromi
WXS123
Chris.Stewart
Izzy545
marco.ragogna
JohnGBunch
cplusplus1
so0ly
antxxxx
mmoprg
odv
Dr.Gigabit
Only Title

speedy_gonzalez's Q&A profile

  • SQL Server How to recover from mdf file (SQL Server 2000)

    Hi, My database corrupted because when I was running an update query, there is a power failure. After the computer booted, I cannot open the database anymore, it just not responding. Then I stop the sql server service, and tried to rename the .mdf and .ldf. After that it worked normally, but I need the data from the corrupted mdf file, I tried to attach the database but it just hanged. I even tried to attach without the .ldf file but it didn't work either, so I concluded that the problem is with the mdf file. Is there any way to recover my data Thanks in advance Regards, Edwin Try this undocumented stuff provided by Kevin [MS]. --- ========== 1. Back up the .mdf/.ndf files at first!!! 2. ...Show All

  • .NET Development Best Practice - Implementing Dispose / Exposing the Disposable Resources

    I apologize if this thread is in the wrong forum. Our general rule of thumb is if our class owns a class level unmanaged resource or a managed resource that contains a Dispose method then we implement IDisposable on our class. So, for instance, we have a class level DataTable that we instantiate from within the class, since it has a Dispose on it, we implement dispose. No problem there. My question is, if we expose that class level DataTable that our class owns via a property, or return it via a function or even return it via a reference parameter....should we still clean it up via dispose We are divided here at our shop. I say no, my boss says yes. We are currently cleaning it up in the dispose. 8) My thought is we are sending t ...Show All

  • Software Development for Windows Vista WOW64 redirection seems broken for HelpPaneProxy.dll

    Hi All, My app launches the Vista help pane by accessing the HelpPaneProxy COM object using the hxhelppaneproxy.tlb from the Vista SDK. If I compile my app in 32 bit, my app successfully launches the help pane on Vista32, but not on Vista64. If I compile my app in 64 bit, my app successfully launches the help pane on Vista64, but obviously does not run in Vista32. I looked at the registry, and the WOW64 key associated with the HelpPaneProxy COM object is pointing to \windows\system32\HelpPaneProxy.dll, shouldnt this key point to \windows\SysWow64\HelpPaneProxy.dll is this a vista bug, or am I doing something wrong ...Show All

  • .NET Development What is remoting

    Hai I want to know what is remoting in .Net.., How can it be implemented. What is its usage thanks Ratheesh Ratheesh, Please see http://msdn.microsoft.com/webservices/remoting/default.aspx pull=/library/en-us/dndotnet/html/hawkremoting.asp for a complete description of remoting. Please let me know if you have further questions, Michael Green - MSFT ...Show All

  • Visual Basic Voice Recognition

    I've been reading a lot of web pages that tell you how to do voice recogntion things, and all of them say to select the Microsoft Speech Recogntion component thing, but I can't find it! Where is it, and can someone point me in the direction of a good article on how to do voice recogntion things in Visual Basic (Unless someone wants to list the code here, but I doubt that. ) Thanks! The .Net Framework 3.0 adds the system.speech namespace . It has text to speech and speech recognition. The other option is to use the speech sdk 5.1 ...Show All

  • Visual Studio Express Editions how do i hex edit a file.....?

    hi, what i want my program to do is open a file, find a group of letters e.g. "hello" and replace then with somthing else e.g. "food". i then want it to save the file. how would i do this i am new to visualbasic and dont know what i am doing. Adam13579, Your question can be divided into two parts: 1. Open file and fine the letters. However, you never mention what format of the file is. Suppose you create a text file and append the letters in the file, then open it. Try the following code; ' Overwrite the file. Private Sub btnCreateFile_Click( ByVal sender As _ System.Object, ByVal e As System.EventArgs) Handles _ btnCreateFile.Click Dim stream_writer A ...Show All

  • Software Development for Windows Vista Wave Audio API not working in Windows Vista

    Dear all, My program hangs when I tried to run it on Windows Vista Ultimate Beta 2. After some debugging, I realised that the functions that I used from the Wave Audio API in Windows SDK do not seem to return, thus causing the program to hang. One example is the function "waveInGetNumDevs()". Could anyone please kindly advise ...Show All

  • Windows Forms Tab Control

    Dear friend I had tab control in which 6 tap page,in each tab page number of control which is bind to the dataset. When i retreive data from database, merge logic is used to get data to the dataset which is binding to all the control in the tab control. The value get update properly to the dataset, and values comes proper to the first tab page control, But the value in the 2 and 3 tab pages not getting updated. It only get updated when i active that tab control page. Problem is when i retreive data and click on save button.In save Procedure i had written code for validation in which i m checking text value it show me Blank/empty. To save the value i have to click on all the tab page control and then click on save button. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Surface.GetGraphics removed from XNA?

    In MDX2, Surface has a method GetGraphics. I could not find this method in XNA any more. Has this method been removed from XNA Anybody knows why and what's the alternative If you are worried about performance then using GDI to draw onto a surface is really not the right way to be doing this. What are you drawing that makes GDI the best way to do this Interesting about the MDX 2.0 beta... ...Show All

  • Software Development for Windows Vista Can't install VS6 SP6 or VB6 SP6 on Vista RTM (6.0.6000)

    Hi, I can't install SP 6 for Visual Studio 6, either the VB6 cutdown version, or the complete VS6 version. I have Vista Ultimate version 6.0.6000. This problem exists even if I "Run as administrator". I already have UAC off, and the problem exists whether I use Compatibility options or not. The process to follow to reproduce this problem is: Double-click Setupsp6.exe Click 'Continue' Click 'I agree' [ Very short time-period follows] Message box: "Visual Studio 6.0 Service Pack 6 Setup was not completed successfully." Click 'OK' Setup then finishes. SP6 is not installed. I have about 100 applications I must maintain and recompile periodically. I now cannot do that. Does it mean I have ...Show All

  • SQL Server publish report

    Hello, I have create a web base project that will programmatically publish report into report server 2005. But when i run the code, i need to create a shared data source and set the DataSourceReference. Is there any ways else so that i no need to create a shared data source but still can publish the report in report server 2005 using custom data source Thanks. You don't have to use shared datasource. You can just define a report specific datasource, in which case, all the datasource properties are embedded in the rdl. http://msdn2.microsoft.com/en-us/library/ms159165.aspx ...Show All

  • Visual Studio Express Editions Cant display forms 2..3..4..

    I Got a problem.. i got a program that needs 3 or even 4 forms ..but the problem is i cannot display higher then form2 enve if i try in form1 Form3 NewForm3 = New Form3(); NewForm3.Show(); or any other ..even the aboutbox...nothing..but if i try do that in the 2nd form..i can display form3 from from there..but not from form1...how come and how i fix this.. ShadowRayz ok, I see - its a compiler error - most likely it means that you did not specify the exact name of the class - the compiler is case sensitive so: form2 is a different meaning to Form2 give it a try....see what happens :-) Make sure that the class names you are going to be instantiating are in the exac ...Show All

  • Visual Studio 2008 (Pre-release) WPF Splash Screen?

    Anyone have a good example of the right way to do a splash screen in XAML/C# I guess my main question is not how to make the splash screen itself, but the correct way to do the startup and threading stuff that's done before the main application is shown... ...Show All

  • .NET Development writing an event with .net 2.0 failed.

    Hi, I have a windows service and it needs to write events on a log. public static void Initialize() { try { if (! EventLog .SourceExists(eventSource)) { EventLog .CreateEventSource( new EventSourceCreationData (eventSource, logName)); } eventLogger.EntryWritten += new EntryWrittenEventHandler (eventLogger_EntryWritten); if (eventLogger == null ) { eventLogger = new EventLog (); } //eventLogger.Log = logName; eventLogger.Source = eventSource; initiated = true ; } catch ( Exception ex) { Debug .WriteLine(ex.Message); throw new Exception ( "EventLog haz rlanamad !\nKay tlar tutulamayacak." , ex); } } public static vo ...Show All

  • Windows Forms Reg Paging concept

    Hi all, Can anyone explain paging concept in asp.net. venkat. Assuming you are talking about this type of paging, have a look here. http://aspnet.4guysfromrolla.com/articles/091003-1.aspx ...Show All

©2008 Software Development Network