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

Software Development Network >> g-spot-web's Q&A profile

g-spot-web

Member List

AlexGold
Bob Tease
Vineet Kaushik
sjh174
razored
Marek Istvanek
erodcav
Wee Bubba
Supermatthew
eldoktor007
steveQ56
nzmike
Dasa
Lugaidster
sinan.topuz
Fabio Scagliola
Josh Lindenmuth
intrepid
Paul Verdu
Joffies
Only Title

g-spot-web's Q&A profile

  • Visual Basic Process not completing

    I have a vb form that runs a command line executable that creates a diff file from two existing files. When I run the program from the command line it creates a 419Mb diff file. When I run it as a process from my VB program it gets to ~400 Mb and stops. If I kill the VB program the command line executable continues to run and finishes the diff file. So I have 2 questions. Why does the process stop before for it finishes when I run it inside vb Why does the program continue to run when I kill the VB app. Here is my code Private Sub xdelta( ByVal strFile1, ByVal strFile2, ByVal strDelta) Dim strError As String Dim p As New Process Dim info As New ProcessStartInfo info.UseShellExecute = False ...Show All

  • SQL Server Error rsAccessDenied

    When I try to deploy one of my Reports I receive the following error : Deploying to http://localhost/ReportServer Error rsAccessDenied : The permissions granted to user 'BOGDAN\IUSR_BOGDAN' are insufficient for performing this operation.   That is because I configured IIS for those 2 folders ReportServer and Reports to accept anonymous . If I turn anonymous off and let windows authentification on he lets me to deploy the project , but I can see anymore http://localhost/Reports and http://localhost/ReportServer because he asks for password and I don't have any password set for the computer , nor for SQL Server . I just use Windows Authentification for all.  I searched through this forum but nothing is significant ...Show All

  • Windows Forms Adding Tab Stops in RichTextBox

    I have a created a control which inherits from System.Windows.Forms.RichTextBox. I have a \t (tab character) in my richtextbox data. Is there a way I can have the RTB not act on it. Thanks, Madhu. If your original method doesn't work, you may try this - preview the key down and check if it's a Tab. The code is something like this: private void preview_key_down( object sender, PreviewKeyDownEventArgs e) { if (e.KeyCode == Keys.Tab) { SendKeys.Send("{BACKSPACE}TabTrapped"); } } Of course, you can replace "TabTrapped" with anything you want to show. But NOTICE: it doesn't work for the situation that you set the Text of richtextbox programmatically with '\t' in it. It wo ...Show All

  • Visual Studio Express Editions Disk Quota

    Hi, How would i go about displaying the disk quota used and disk quota remaining in two labels on a form thanks The space that a user is limited to. Also set up in XP by right clicikng on drive you want to apply the quota to then going to the quota tab. (You probably know this but it makes it easier to explain.) ...Show All

  • Visual Studio Team System Doc lacking for the Process Editor

    This is the supplied documentation for the Process editor section in the Powertool.doc : Installed Microsoft Visual Studio Team System Process Editor The TFPT application installs an editor that you can use to edit process templates. The installation media includes separate documentation for the Microsoft Visual Studio Team System Process Editor. The included documents are User Guide and Readme with Known Issues.   Where do I go to access the tool within the IDE Where do I go to view the User Guide/Readme Any guidance would be greatly appreciated.    Thanks, Will S. You can find the documentation at Start Menu >> Programs >> Microsoft Team Fo ...Show All

  • SQL Server problem in connecting two sqlserver

    Hi,..Please help me.. We have two server on pulbilc ip A , B in other country, and there replication will working fine. But i want to replicate data from one online server(A) to my local office(in my country) server(C). means from public ip to private(A->C). then some one told me that you have to put both server on public for replication. after the i put my local server(c) on public ip. but now i am facing the problem that i am able to connect C to A(means my office server to other country server) but not able to connect A to C(means other country server to my office server). when i am connecting from A to C then error shows is "defaut sqlserver server does not allow remote connection". I have change all the sql setting ...Show All

  • Smart Device Development Is there any API for Sound and Vibration?

    Hi, Can any body tell me Is there any API for Sound and Vibraion Can you plzzz give me any sample or example Thanks in advance For vibration SDF has this: http://www.peterfoot.net/VibrationAndPocketPCDevices.aspx As for the sound, you can use PlaySound API: http://samples.gotdotnet.com/quickstart/CompactFramework/doc/playsounds.aspx ...Show All

  • Windows Live Developer Forums Sending an Invitation for an Activity from a managed Add-In

    Hi, I wrote a Messenger AddIn in C# which is working fine. I also implemented the Activities SDK to collaboratively watch video. My question is how do I send and accept an invitation programmatically from the AddIn. I cannot change the AddIn to a 3rd party Bot environemt as I already implemented most of the functionality in managed code. I feel that the AddIn API and the Activity API can be used in conjunction. Any help is highly appreciated! Thanks, Janakiram Hi J-Thread, Thanks for the reply! It is working. I am able to launch activities like Hexic. But I am on a test setup that runs on the MSGRP2P.xml. What AppID should I use there for these test activities that are hosted on the l ...Show All

  • Windows Forms Registry Search

    Hi; When the user install my applicaiton program, I want to detect which version of word user installed during the installation. To do that, I use the registry settings in the Registry Search: Property : Word_Search RegKey : HKLM\Software\Microsoft\Office\11.0\Word Root: vsdrrHKLM Value: When I check the Register Editor, I didn’t find any value name or value data for that Key… According to this link: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vsintro7/html/vxgrfvalueproperty.asp If the Value property is left blank, the registry search will search for the default value of the key specified in the RegKey property. If the default value is null (appears as "Value not set" in the Wind ...Show All

  • Visual Studio Problem with IVsHierarchy.SetProperty(), please help.

    Hi All, I am writing a VSPackage for providing source control operations on Solution and Projects in Visual Studio 2005. I did implement the interface IVsSccManager2 and the function GetSccGlyph() appears to work fine for files. I really want the function GetSccGlyph() to work for folders (directories) as well. I could not figure that out, so I decided to use the function IVsHierarchy.SetProperty(). Here is an example of how I am calling it - hierarchy.SetProperty(itemId, ( int ) __VSHPROPID .VSHPROPID_StateIconIndex, VsStateIcon .STATEICON_CHECKEDOUT ); itemId is the Item Id of folder. This function does not seem to do anything. I also followed the SetProperty() call by IVsSccProject2. SccGlyphChanged () . Same result. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Xbox 360 Official Dev Kit vs. "the XNA thing"

    Here goes, The official dev kits intergrate within Visual Studio and compile on PC and send the executable to the machine and launch it via remote debugging. This also allows for breakpoints, steping thru code, etc. Will this new XNA subscription and Game Studio Express be similar to this idea I'm dreading things like relying on Windows support and burning it to a CD to play it on the 360. (For example) Well, I understood that you pay 99$ for 1 year, they make you a FTP account on the XBOX live site or another site where you upload the build. You connect with your XBOX360 there and you dload the game and play it. If I understood wrong please correct me. Egomancer ...Show All

  • .NET Development System.OutOfMemoryException when creating a new Thread

    I have got a exception: Exception of type System.OutOfMemoryException was thrown. ---------- The program was thrown the same exception at the same time when i am creating a thread process. Howevert the process is call one time only, why it will thrown the same exception so many times at the one call HI, I experienced this same problem... My steps to resolve: I created a new application pool and put the application in that pool. It didn't fix the problem, but limited the site being unavailable to only those in the same application pool. I also used the virtual file size fix suggested here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/memory/base/4gt_ram_tunin ...Show All

  • Microsoft ISV Community Center Forums "How to" Programatically hide or display pivot items of pivot field

    Code from a previous thread: ____________________________________________________________ Sub Macro2()     With ActiveSheet.PivotTables("PivotTable1").PivotFields("Time")         .PivotItems("2005-7").Visible = True     End With End Sub Sub Macro3()     With ActiveSheet.PivotTables("PivotTable1").PivotFields("Time")         .PivotItems("2005-7").Visible = False     End With End Sub _____________________________________________________________________ If I have a pivot field "Date" that has a range of monthly values from 1/31/02 to 12/31/17 using the above code what changes would I make to s ...Show All

  • SQL Server Code error

    ALTER PROCEDURE copy @row int AS GO DECLARE @firstName isim DECLARE @lastName isim DECLARE @age int DECLARE MyCursor CURSOR FOR Select Ad,SoyAd,Yas FROM Bilgi where Row < @row OPEN MyCursor FETCH NEXT FROM MyCursor INTO @firstName,@lastName,@age CREATE TABLE #tablo( ad n z nvarchar(20) NULL, soyAd n z nvarchar(20) NULL, Yas n z int NULL ) while(@@FETCH_STATUS = 0) BEGIN INSERT #tablo VALUES(@firstName,@lastName,@age) FETCH NEXT FROM MyCursor INTO @firstName,@lastName,@age END CLOSE MyCursor DEALLOCATE MyCursor SELECT * FROM #tablo GO When I run the above code snippet, I encounter an error called "Server: Msg 137, Level 15, State 2, Line 5 Must declare the variable '@row'." How can I fix it Hi, What is the real advanta ...Show All

  • Visual C# Join W2K Domain

    Hi, how can i join a Workstation to a W2K3 Domain with a C# Prog Please post a code sample. Andi My example was incorrect (I said I hadn't tested it!)  The user name parameter must include a domain otherwise it uses the local Administrator account (hence the password error). A second problem with the example is that it would not create a computer account in the domain, so if the account wasn't created manually the function failed with error 1332.  Passing a '3' rather than a '1' as the last parameter avoids that problem by creating an account if needed. I've updated the original post to reflect these changes. ...Show All

©2008 Software Development Network