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

Software Development Network >> Steve Kibble's Q&A profile

Steve Kibble

Member List

Fokus
Gopinath M
Fositron
christian bitter
anubisascends
Kevin Hoffman
N.Z. Bear
Michael Mossman
JayatMed
Eirian
Venkateswarlu M
hrubesh
Neotech
dougzhoez
Philipp Lamp
billg51
Ron Luebke
mw_x
SaloS
Tehkaal
Only Title

Steve Kibble's Q&A profile

  • SQL Server To connect to this server you must use SQL Server Management Studio or SQL Server Management Objects (SMO)

    What could be wrong I get this error when a stored procedure is executing sp_OAMethod from SQL Server 2000 SP4. EXEC @rc = master..sp_OAMethod @Obj, 'Execute' The linked server is SQL Server 2005 x64. Already installed is SQLServer2005_BC_x64.msi version April 15, 2006. Local server is SQL Server 2000 SP4. I can execute the sproc successfully in Query Analyzer from my local dev box which has both 2000 and 2005 installed. Profiler in 2005 indicates success for the whole sproc. It fails when I execute in Query Analyzer while connected on SQL 2000 SP4. Tried this with 3 different machines SQL Server 2000 SP4. The server do not have any 2005 component installed. According to Profiler in 2005, the last event that happen is ...Show All

  • Gadgets Web Site in sidebar Gadget; Need to Refresh Every 10 Seconds

    I need to be able to display a web site in a sidebar gadget, and have it update every 10 seconds. It is used to monitor servers. The gadget needs to be about 500 x 600 pixels. I have seen some messages talking about using iframes to display a web site in a sidebar gadget, but I cannot find a way to successfully get it to refresh at a specified interval (say every 10 seconds). Any assistance and/or code samples would be greatly appreciated. Thanks! I had exactly the same problem, which I could not solve by adding a querystring to the image-source (as the Sidebar gadget would then display the annoying red X as it could not find the image when I'd add the to it. I therefor just set the image-sour ...Show All

  • .NET Development help. System.IO.IOException: The device is not ready

    Hi Folks,   I developed and web application using VB.net, in order to provide quick response to users selection for drop down. i used XML files to populate data in drop downs as per users selection. This form worked perfectly fine on my local machine.   But, when i uploaded files on server all aspx pages worked fine and even my first drop down was populated with the data from xml file, but when i selected the item from dropdown (on selectedindexchanged function) instead of populating second drop down i git this error.     Server Error in '/' Application. The device is not ready. Description: An unhandled exception occurred during the execution of the current web request ...Show All

  • Visual C++ need a help regarding dwmapi.dll and DwmExtendFrameIntoClientArea function

    Dear All, My compiled code asking dwmapi.dll, which is nowhere to find on my windows XP box. using dependency walker, it reports that the "c:\windows\system32\urlmon.dll" is looking for this dll, and the function name is DwmExtendFrameIntoClientArea. I searched internet, and some people say that the IE7 is making this problem. and I am kind of agree, and I have it on my machine. So I need this dll badly, or somebody can give me a way to un-install IE7 quickly Thanks a lot. rcen Has anyone figured this problem out yet Is un-installing IE7 the only answer to solve the dwmapi.dll problem My application, compiled under VC++ 2005 Express works fine on my clients Windows Server 2003 system ...Show All

  • Visual Basic array error

    i wrote a function to calculate the molecular weight for chemical calculation but the function work in wrong way and i test every thing and i found the error raised from certein part and if you give the function NaOH return calculation for NaO this is function Function CalculateTheMW( ByVal Formula As String ) As Double 'Variablies-------------------------------------------- Dim charstr() As Char Dim Counter, Number As Integer Dim Value, Total, DotValue, ParaValue As Double Dim Temp, Numberstr As String Dim State1, State2 As Boolean 'body of function-------------------------------------- charstr = Formula.ToCharArray State1 = False Counter = 0 '======= ...Show All

  • Visual Studio 2008 (Pre-release) installing orcas in native visual studio is acceptable?

    I give up vpc oracs finally.it waste me too many time to active that stupid win2003.so,i think i have no choice to install this .but i just not sure can i suffer the hidden trouble Marking this thread as answered because it is over 9 months old. If this is still an issue, please mark the thread as unanswered. Thanks, Karen ...Show All

  • Software Development for Windows Vista How to call & pass the parameter to a workflow inside a workflow

    Hi I have a workflow inside which i m calling two another workflow simultaneously. The problem I am facing is that I am unable to pass the parameter to the child workflow and also unable to returning the parameter from the child process back to the parent process. Also if anybody have any link from where i can get the sample which can solve my problem. Plz tell me. Thanks Kanhaiya Kanhaiya, Your scenario requires a Request-Response Message Exchange Pattern, where the request sends an information about the sender (in your case, it is the Parent's  WorkflowInstanceID) to the Reply (child) Workflow. This pattern (known such as half-duplex communication) is based on the two One-Way connectivitie ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Hiding the minimize/maximize/close buttons

    Hey everyone, I'm trying to figure out a quick and easy way to either hide the surrounding window of my XNA game entirely, or at least remove the buttons. I could do this the long way, by making an actual windows form and a graphics device and blah blah blah... But I wanted to know if there is a quicker way to do this. Thanks for any help. UNTESTED!!!!!! Add a reference to system.windows.forms and then pop this code in System.Windows.Forms. Form f = (System.Windows.Forms. Form )System.Windows.Forms. Form .FromHandle( this .Window.Handle); The you *should* be able to adjust about anything you can with a form class. I cant stress enough I havent tested this yet, nor do I know if its even recomm ...Show All

  • Visual Basic How to Disable Autosave?

    Hi all, Does anyone know how to disable VB autosave I like to open a working solution/project, mess around with it, and if I cant get it working, I like to exit without saving so that the original working version is left. But silly VB 2006 autosaves changes, therefore stuffing up, a once working solution/project. I can understand autosaving whilst working though a large solution, but I prefer to click save once I have accomplished a routine, in the solution/project. Thanks. In my "Project and Solutions" option, I only have "General" and "VB defaults", no "Build and run". I am using Visual Studio 2005. Help ...Show All

  • Visual Studio Team System Change in Team Edition / Team System Direction??

    I'm starting this thread because all of the threads regarding DB Source Control, being able to open DB Projects in other versions of VS and other questions have gotten me to thinking and researching what is actually the reasoning / usage of Team System It would seem to me that DataDude may have gotten off track compared to the other TS Editions. If we all think back to when TS was released, we were forced to make a choice as to what edition we would migrate to. Most of us probably chose Developer. More important, the original intent (as I understood it) was that ALL TS Versions would have - 1. the same development capabilities (all types of projects, all languages, all technologies (i.e. Windows Forms, ASPNET, Web Services, etc.) ...Show All

  • Visual Studio Express Editions I have a Question

    When I open a link in a new window on my web browser, It opens it up with Internet Explorer. How can I tell it to open up new windows with itself, and not internet explorer im unsure about the ClickOnce approach about launching a desktop shortcut to the application but it can be done using the IWsh runtime component: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=666414&SiteID=1 as for your first question can we see your code and can you explain the problem a bit clearer about "...it opens up with Internet Explorer, how can I tell it to open up new windows with itself" ...Show All

  • Microsoft ISV Community Center Forums automatically saving word doc versions every 5mins

    Hi - I'm new to VBA and have no idea how to go about this. I can get as far as writing a macro that creates a Version of a specific Word document on command - but I also want it to automatically do this when the document is opened and then every 5 minutes until it is closed. Thanks for any help! Try to run this function every five minutes. Sub SaveAsOther() Dim basename As String Dim filename As String basename = "NewDocument" filename = basename & "-" & Format(Now(), "yyyymmdd_hhmm") & ".doc" Application.ActiveDocument.SaveAs filename End Sub ...Show All

  • Visual Studio Team System Get Specific Version using Force Get Flag not working...

    Ok, I made the mistake of deleting my local copy of the files that are in source control instead of handling all updates via Source control.  In the treeview for the files it shows that the files have a status of "Not downloaded".  I have been unable to Get the Latest version of the files at all.    I've tried the following to resolve this to no avail: Get Latest Version:   Which shows that all files have been downloaded, use the get Specific Version and use the force flag. Get Specific Version with Force Get Flag Set:   Which gives the same error asking me to Get Specific Version with the Force Flag Set. Open the project via Open From Source Control:   Which gives the error Th ...Show All

  • Visual Studio Express Editions Help: I lose the focus of my application

    I wrote a application with VB that is been activated from an other program, the problem is that when I open or close a form in my application, I lose the focus of my application. Is there a solution to keep the focus on my application until I close it Thanks. One way, if your application suits it, would be to make your main form an MDI container and make all the other forms children of this form. Then when you close any of the child forms the focus will remain on your application. ...Show All

  • Visual Basic How do I rename a file in VBA

    Hi I have an excel sheet that contains data. as per the data form one perticular cell. i need to rename a wave and a word file. Is this possible in VBA. Thanks Riya I think this will do what your looking for Public Sub RenameFiles() Dim bTest As Boolean Dim iCtr As Integer Dim OldFile As String Dim NewFile As String bTest = True iCtr = 3 Do While bTest = True If Worksheets(1).Range("A" & iCtr).Value > 0 Then OldFile = _ "C:\TestFiles\" & Worksheets(1).Range("A" & iCtr).Value & ".wav" NewFile = _ "C:\TestFiles\" & Worksheets(1).Range("D" & iCtr).Value & ".wav" Name OldFile As NewFile Old ...Show All

©2008 Software Development Network