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

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

thukralz

Member List

gabo_uy
NickNRuth
Cavin
AlxJ
Mnova79
vsvinodvinodkumar
yanyee
DazlerD
PDav
Greatestevil
Pure Krome
GregRoberts
vb_n00b
Don Cameron
ideal24293
KONJIRO
yahu_Hugh
Curt Broyles
Sakil
JIM.H.
Only Title

thukralz's Q&A profile

  • .NET Development Shutting down network computers?

    I suspect that I once again have someone leeching of my Wireless router again and I can't connect and lock it for some reason. So I thought perhaps I could shutdown the computer who is leeching off my network As a lesson :P There are probably a lot of software out there that could do this but it would be nice to learn how I could create such software. New problem: It works perfectly fine when I shutdown my own computer, but doesn't work whenever I try to shut other computers down, it starts a cmd window titled Shutdown.exe and then nothing happens. Firewall blocking In that case how can I bypass it ...Show All

  • Visual C# Unhandled exception only when running in release without debugger attached.

    I am beyond baffled by this. My application throws a System.AccessViolationException only when it is run in Release mode without the debugger attached (as in, I run the exe directly, outside of Visual Studio or I do "Start Without Debugging" in the Debug menu). Debug mode - everything works great; Release mode with debugger attached - everything works great. The very nature of how this error is thrown makes it impossible to debug, so I have no idea where to look into correcting it. Has anyone else ever come across such an error Does anyone have an idea how to hunt down such an error The application is not just a few hundred lines, it is easily on the upper end of tens of thousands of lines. I cannot seek it out with a debugger be ...Show All

  • Commerce Server Product catalogs restore

    I had to do a complete reinstall of Commerce server and now i am trying to get the product catalogs back to the new install. All i have is the original commerce server database and when i try to sync the database between the old and the new commerce server wont register that new catalogs are in the database. I sync all the databases includeing MSCS_Admin and MSCS_CatalogScratch. (not users tho as the new install is on a domain, where the old was a stand alone) Anyone have any suggestions how to make CS "see" the old catalogs Best Regards Philip Haugaard It is not just a restore, I am useing SQL Delta , a program that can syncronize the content of databases, roles, functions and so on ...Show All

  • Visual Studio Team System Setting up Project Alerts by Project Administrators

    It looks to me that project alerts are set by individual users in such a way that if a developer wants to be alerted for any new work items assigned to him/her, he/she will have to set it up on the client he/she is using. Is there a way for project administrators to set up project alerts For example, when a work item is assinged to a user, the user will receive an email alert even if the user has not set up project alert himself. Yes, a project administrator can setup alerts for other users when their items change. Use bissubscribe.exe or UI tool at http://blogs.msdn.com/narend/archive/2006/07/26/679440.aspx to create a subscription with AssignedTo = <username> and email id = <user's em ...Show All

  • Visual Studio Express Editions Docking a Web Browser

    I want my WebBrowser1 to be Dock:FILL, but when I do that, it goes under the ToolStrip1. When I run the application, the WebBrowser1 is under the ToolStrip1 so I am missing part of the web page. I want it to be under Below the ToolStrip1 so I may see the full web page and still have it docked on FILL. Can some one please help me Oh, I am using Visual Basic 2005 Express Edition. ...Show All

  • Windows Live Developer Forums VEPushpin version 3 popup

    Is there any way to control the speed of the popup balloon that is built in to the Virtual Earth version 3 I'm talking about when you hover over the pushpin, and the popup displays with a slight delay. It's a neat effect, but I'd rather it display quicker like most other popups. Thanks, Steve Hey Steve, probably your best bet will be to override the current callback provided by the API, and write your own callout implementation: VEPushpin.ShowDetailOnMouseOver = false; VEPushpin.OnMouseOverCallback = ShowPopupInstantly(); These are public methods available within the API. There are other threads on this forum that detail how to override what are intended to be private methods (read you could ...Show All

  • Visual Studio Tools for Office Data Binding to Content Control

    hi , I am using Word 2007 B2TR. I want to know if DropdownListEntries of combo box content control be bound to a CustomXmlPart. Noopur Hi Cindy , I have posted it in the link mentioned by you just now but please let me know how you did it as contentControl.DropdownListEntries is not giving me any API taking Xpath of my Combo. Noopur ...Show All

  • Windows Forms Communicating with Printer drivers?

    I need to write a C# program to print data through printer driver. I am not sure if this is possible but these are the things I need to do: 1) List all the printer drivers installed on the PC 2) Send a print job to a particular printer driver for printing 3) Check the print status through the printer driver 4) Send a "Cancel print job" request through the printer driver Really not sure what API to use. Any URL or sample source code will be greatly appreciated. Please kindly help and enlighten me. Thank you very much Thanks for the reply. Not very sure if that is the answer because I didn't see how a list of installed printer drivers can be retrieved. Nevertheless, I will give i ...Show All

  • SQL Server Insert Local Variable Value

    Is there an expression syntax for putting a local variable value into a text box like there is for putting a parameter value I'm using the report builder via VS When you say a "local variable", what are you referring to If you mean a variable declared in the Code tab block on the Report Properties, then write a function to return the value of the variable and call the function from your textbox. ...Show All

  • Visual Studio Express Editions Where to find starter kits

    Does anyone have any web sites to get starter kits from. Ok sorry for the exteme delay. But what I am looking for at the moment are starter kits for the following: #1. kit to creat an application with similar fuctions as note pad or word pad. #2. kit to create a basic calculator app. #3. kit to create a calendar/planner #4. kit to create an address book note: I am wanting to be able to place these aspects into one app. or possibly just call these apps from the base app... ...Show All

  • Visual Studio Express Editions Controlling external application from a VC++/MFC program

    Hi, I have a program(in VC++) which will run another external application. I should be able to control the ext. application using my program, including positioning of the app inside the GUI provided by my program, data exchange etc. That means, the external application should fit inside the GUI framework(for eg. a panel) provided by my VC++/MFC program. The external application may be an MFC app or a non-NFC app.I am trying to run the external application using CreateProcess method. I have tried to do the same using ShellExecute command. But of them are executing the ext. app, but not inside the GUI provided by the calling process, somewhere in an arbitrary location. Also I need to know how to commu ...Show All

  • Visual Studio Team System Team Build status shows failed at end but no errors

    Ive got a build that ultimately shows a failed status even though there are no errors reported in the build log. When I turn unit tests off, the build corerctly reports success, but with unit tests on I get the failed status even though all unit tests pass. I've tried posting the build log but its too big so I'm including my build script in the hope that someone may spot something. Any ideas appreciated < xml version = " 1.0 " encoding = " utf-8 " > < Project DefaultTargets = " DesktopBuild " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " > <!-- TO EDIT BUILD TYPE DEFINITION To edit the build type, you will need to edit this file which was gener ...Show All

  • Visual FoxPro Deleted -SQL HELP

    I am having trouble with a form i created. It is a form with a grid of an email address book - table. I want to the user an option of deleting names from the grid/table and it works fine when i "Set Delete On" and test it. But when I implement it into the program and call the form from a main program it gives me an error that says "Deleted variable not found". any suggestions this is the code for the command button that deleted the record: select emailaddressbook DELETE FROM emailaddressbook where idemail = temp thisform.grd_Email.Refresh like i said, it works stand-alone Try commenting out the delete command and see if you still get the error. It might be coming from somewhere else ...Show All

  • SQL Server Error: 'The DbpropMsmdMDXCompatibility property is not overwritable'

    I am getting the error: "XML for Analysis parser: The DbpropMsmdMDXCompatibility property is not overwritable and cannot be assigned a new value." when I try to connect to an AS2005 cube through http using Office 2007. I can connect to the same cube fine with other clients. Any ideas how to approach this issue MDX Compatibility Mode is a session property and cannot be changed from command to command. What you describe here sounds like a bug inside connection pooling in msmdpump.dll - perhaps somebody connected with non-default value for MDX Compatibility Mode, and his connection is being reused for your session. ...Show All

  • Visual Basic Transferring a variable from one sub to print event

    Is this posible in vb2005 I would like to use some variables in the print event. The array variables is being filled ind another sub first and then used in the print event. I would rather not use global variables for this.. The design of the PrintDocument class and its PrintPage event requires you to maintain state if the document contains more than one page. You don't need global variables, just private class members. If that pollutes your class too much, just use another class that you create in the BeginPrint event... ...Show All

©2008 Software Development Network