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

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

Runningwolf

Member List

Redfox72
D. Choquette
Hauri
perstam
Chizum
Willem Muller
rgaino
Tigerwood2006
Orest Bolohan
tomdart
rauhanlinnake
Mikael Gosen
bayito
Giber
ddseshu
myoungbl
Jeff Drummond
Alan.Hill
hcoded
Hooper
Only Title

Runningwolf's Q&A profile

  • Visual Studio Express Editions why imagelist errors with this?

    i keep getting compile errors with this code but why pb.Image = ImageList1.Images(0) Label1.Text = "Gettin ready for the ball...pretty isn't she! " If pb.Image Is ImageList1.Images(0) Then pb.Image = ImageList1.Images(1) Label1.Text = "Bad Gyal forward!" ElseIf pb.Image Is ImageList1.Images(1) Then pb.Image = ImageList1.Images(2) Label1.Text = "Nathan's fave..." ElseIf pb.Image Is ImageList1.Images(2) Then pb.Image = ImageList1.Images(3) ElseIf pb.Image Is ImageList1.Images(3) Then MsgBox("This boi luvs u girl!.x.x.x.") Else Label1.Text = "" End If ive tried everything including with no imagelist: If pb.Image Is ...Show All

  • Visual Basic cant find Debug -> processes window ?

    Hi i am using Visual studio 2005 framework 2.0.50727 version i cant find Debug -> processes window like in visual studio 2003 version any idea sujithf Unfortunetly i cant find Debug -> Attach to process as wel in this visual studio 2005 enviornment there is no option for atach to process in my debug menu regards sujithf ...Show All

  • SQL Server Problem in using USE dbname

    Hi, I am trying to monitor log and data space usage through dbcc sqlperf(logspace) and dbcc showfilestats commands on a server. what I want to do is to log all these for all the database using a cursor all work fine except User @db go inside the cursor body. Does anyone know any alternative to use this to what I want to get Thanks Ap Well your code had a few issues.  Here's a modified version that actually works (I removed brackets where they shouldn't have been, added parens for the EXECUTE, closed and deallocated the cursor at the end (make sure to always do that), and added a PRINT statement so that the cursor actually outputs something):   --- ...Show All

  • SQL Server Potential Reporting Services Bug

    I'm receiving an error on a report that shows up only during a very peculiar circumstance. The error is an Object Reference not set... error that can be reproduced by doing the following: Create a DataSet pointing to any database with the following SQL Statment: SELECT 1 AS Field, 0 AS ShowMe UNION SELECT 2 AS Field, 1 AS ShowMe On the Report Layout place a Table using the dataset from above and place just one column in it. For the Details section place any text in the textbox within the tables one column. Set the hieght of the Details row to 6" (or any value large enough to cause it to create 2 pages using our records from our dataset). On the same textbox set the Hidden field to the following expression: =Fields!ShowMe.V ...Show All

  • Visual Basic File Attributes

    Hi. Im writing a program that is searches all the files in the Hard Drive. All files are listed in a listbox. But i DON'T want to list the system files. I tried to do : If File.Attributes = FileAttributes.System Then..... but it didn't work! And the reason is that for example the file "A" is a system file but it is also hidden! If it weren't hidden it would work! To be specific: FileAttributes.System = 4 and FileAttributes.Hidden = 2 That's make us 6. The program won't list files that it's attributes = 4. That goes for any other combination. Is there a way to NOT list the file if it is a system file but is is hidden, or compressed etc Or the only way would be something like this If File.Attributes = FileAttributes.System AND Fi ...Show All

  • Windows Search Technologies Encrypting the index with EFS

    I am looking to suggest using WDS in an enterprise environment. I can not advise this unless the index is encrypted. How can I do this. We are currently using EFS. Thank you Steve, WDS 2.6.5 works just fine with EFS (though it needs to be set up appropriately). You can find more information about this in our administrator guide here: http://www.microsoft.com/technet/prodtechnol/windows/search/dtsenterprise.mspx Thanks, Paul Nystrom - MSFT ...Show All

  • Windows Forms Windows explorer on a form?

    HI,    I would like to display the windows explorer in windows application form. I would like to support my application in 64 bit windows vista too. Can any body suggest a good control to display the explorer in windows forms using vs2005. Or is there any free custom control available in the public sources. Thanks, Venu Hi, Thanks for your reply. I just want to show the windows explorer control in my form and select any folder at the runtime by giving the path in my code. Do you have any idea which is light weight component I would like launch my application in windows vista too. Is there any control which supports both 32 bit os and 64 bit os With Regards, Venu ...Show All

  • .NET Development Synchronize with SQLExpress

    Hi, I am searching for a solution to the following problem : I need synchronize some tables from sqlserver 2005 to many sql express in a winform application. On 2005 server I create a local publication with followings parameters : - transactionnal replication - select somes tables - create a snapshot immediatly - define security - create snapshot - define a publication name No error found with wizzard. On window application (C# winform) I am using the following code to subscribe : string publicationName = Settings .Default.SyncPublicationName; string publisherName = Settings .Default.SQLREPLICATIONInstanceName; string subscriberName = string .Format( @".\{0}" , Settings .Default.SQLEXPRESSInstance ...Show All

  • Visual Basic Disable Local Policy by VB

    I want to enable/disable Group Policy Local by VB, but I don't kown how to begin using namespace , class, etc... Plese help me. Group Policy is set at the Domain level in Active Directory. I suppose with sufficient permissions you could have a VB app that uses LDAP to modify the policies, but if you don't know how to begin using namespaces, classes, etc, you're in way over your head. LDAP alone can be a nightmare to figure out. ...Show All

  • .NET Development NET Framework written in C++?

    Hello there, the thing I want know is: In which language is .NET written. I am sure .NET supports so much prog languages, but in which language the .NET Framework was written (I mean the IDEs, the libs like System.dll, the interpreter). Another question: What about C# Is this language written in Assembler or was it created trough C++ like lots of other langs I am looking forward to hearing from you! Best regards Ian most likely C++, Assembler really is not needed these days since (for language development) its low level and I doubt that .NET framework would have any code built in Assembler, you are looking at 99% of code developed in C++ ...Show All

  • SQL Server Config files get lost...

    I created a project with multiple packages. I created a global config file that all packages reference. I also created a config file for each package that contains the package specific settings. I checked it all into TFS. I went to a different machine and checked it all out. Upon loading a package into the IDE I got the following 3 warnings. Warning loading MT_LSE_PROD_StageLoad.dtsx: The configuration file "MT_LSE_PROD_StageLoad.dtsConfig" cannot be found. Check the directory and file name. e:\contentloader\sprint1a\MT_LSE_PROD_StageLoad.dtsx Warning loading MT_LSE_PROD_StageLoad.dtsx: The configuration file "Environment.dtsConfig" cannot be found. Check the directory and file name. e:\contentloader\s ...Show All

  • Visual Studio Team System Failed to create mapping

    I'm getting the following error when trying to add a new solution to Source Control. I've found a couple of other forum topics with the same issue and tried to follow, but nothing seems to work. i've removed workspaces and so on. ERROR: Failed To Create Mapping. The working folder D:\Development is already in use by another workspace on this computer. Thanks! I removed a mapping from this file from an old project that has been deleted. Now, I am trying to Get Latest Version" on the TFSBuild.proj file so I can edit the BuildType for the new solution. When I try to get latest on the TeamBuildType (this is the first time I'm doing this), I get an error that "The working folder D:\Develo ...Show All

  • SQL Server string variable size issue

    I have to send an email using a variable as message body... the variable gets its value from database varchar(8000). Due to limited size of string variable in SSIS the value gets truncated. Any workaround Thanks Mahesh, We are aware of the this issue with the Execute SQL Task. The Execute SQL Task relies on the provider to handle the output variable return value's size. Currently there is no immediate workaround using the Execute SQL Task. We are targeting some fixes for SP2, which would help in this scenario. These fixes are still being tested, so they cannot be guaranteed. In the meantime, so that you can continue making progress, you could programmatically call your stored procedure from the Script Task that is ...Show All

  • Visual Studio Extending core C# Language Service

    Hello, I’m starting a new package with VS SDK (Nov CTP). I want to create a package that defines a language extension to the C# language. I’d like to reuse the Intellisense, coloring, etc. of the standard C# Editor. So, I created a package and I implemented an EditorFactory to create instances of the core editor. But I don’t know how to associate the core C# Language Service to the editor. Can anybody help me Also, I will need to define new tokens in the Language Service to extend it with my constructions, and set coloring, Intellisense, etc for the new tokens. Is it possible Thanks in advance, Nicolas Hallo, 1) I tried assigning CSharp to my editors and it works fine. Don't expect to ge ...Show All

  • Visual Basic Drop Down Item Mouse Hover

    I am using a context menu in a text box, and have a menu item called 'Quick BOM' - when the user hovers the mouse over this, a drop down menu for 'Quick BOM' opens that is dynamically created from an SQL query that populates this according to the part number in the text box. This all works fine. The next function I want to add is for an event to be called when the user hovers the mouse over the new drop down menu that will allow me to do further analysis of this part number (such as recall a description and place in a label field). There is a DropDownItemClicked event, but what would be most useful is a 'DropDownItemMouseHover' type event. Any suggestions on how to create such an event - the menu contents will change ...Show All

©2008 Software Development Network