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

Software Development Network >> Derek Comingore's Q&A profile

Derek Comingore

Member List

jackli_0112
Satish33
Rohit Tela
GrandpaB
JFoushee
PublicError
Paolo Losi
Dan Rough
Shanea
stellag
Nicolas Del Grosso
srichand
Matt A
Dominik Mauchle
MCP_SS
danmbuen2
BillGo
Andrus
Leaf.
programmingisfun
Only Title

Derek Comingore's Q&A profile

  • Visual C++ How do you use breakpoints in Visual C debugger when running a C++ DLL with a VB executable file as the calling program?

    I meant to ask, how do you use breakpoints when you are running the debugger in Visual C to run a dll in conjuction with an executable file as the calling program   The breakpoints aren't retained after I start the debugger.  I haven't as of yet found anything in the Help information about it.  I have been copying an executable file of the VB calling program into the directory that the dll cpp file is in, then going into the open window and double clicking on the executable file of the vb calling program, then selecting "start debug" from the pulldown menu in VC.  The breakpoints were set before all this.  It gives me a message saying that the breakpoints were not retained. How do you set them to comtinue t ...Show All

  • SharePoint Products and Technologies Checking for dead links

    Is checking for dead links out of the box in Moss 2007 or I should do it programmatically. Best regards, Lana ...Show All

  • SQL Server Programmaing with SSIS Object model

    Hi there, Can anyone point me to some sample source codes or any articles that describes how I can programmatically create a package which will import data from a flatfile (csv) to Sql server database. I know there is some example that describes exporting data from sql server to flatfiles. Anyway I have failed to accomplish my goal by following those examples. If anyone have a code snippet to do that please help me with that. Thanks in advance Moim Hossain If you want, post the code you have already to build the SSIS package (or a link to it). This response is not the code snippet you're looking for, but it sounds like the package builder code you already have (from the other post), is not far from working. ...Show All

  • Smart Device Development How to Create file in WM 5.0 smartphone Application

    hi, i am new the field of smartphone development, i am using VS2005 VC++ for smartphone development. but i am unable to create file through smartphone coding, i am using emulator. if any body have a knowledge in this concern help us, tell us where file created as a default path. vaibhav > Devices (including emulator – simulated device) don’t see desktop drives, don’t have drive letters and don’t support relative paths. They have there own isolated file system. This is not completely true. You can map "Storage Card" folder of a emulator to a folder at your desktop hard drive. This is what I do often, when I need to create a log file that I want to read right after a deb ...Show All

  • Visual C++ delegate and function pointer over head

    I was just wondering if any one could tell me the cpu overhead of calling a delegate in CLI, and calling a function pointer in native, I would appreciate any help Hello Unfortunately, the short answer would be “no”; far too many variations to give you a definitive answer on such a general question. This is a case where you need to implement and measure to get specific details for a certain scenario, sorry. Thanks Damien ...Show All

  • Gadgets Error using System.Network.Wireless

    Hello, I'm trying to develop a Winows Vista SideBar Gadget using the System.Network.Wireless Object. When I try to get the Wireless-connection-information the first time, everything works well, but when I try to read the data again, an error occurs. MyCode: function getwlan( ) { try { wlanip.innerHTML =System.Network.Wireless.address; wlandns.innerHTML = System.Network.Wireless.primaryDNSAddress; wlansec.innerHTML = System.Network.Wireless.secureConnection; wlansignal.innerHTML = System.Network.Wireless.signalStrength; wlanssid.innerHTML = System.Network.Wireless.ssid; } catch (e) { wlanssid.innerHTML = "Fehler"; } } As I said, when I call the getwlan-function again, wlanssid.innerHTML gets "Fehler" from ...Show All

  • Internet Explorer Development C# IE toolbar: how to develop a toolbar object

    Hi, As I'm programming in C#, I'm using the DeskBand object http://www.codeproject.com/csharp/dotnetbandobjects.asp , rather than the MSDN .net kbbar sample which is written in managed C++. I would like to make the toolbar visible after its installation. Do you know a way to do this I tried to use code like this: Object oShow = true; Object dummy = false; Object vGuid = t.GUID.ToString("B"); // or this.GetType().GUID... Explorer.ShowBrowserBar( ref vGuid, ref oShow, ref dummy); but the problem is: where do I put this code ! If I put it in the SetSite method, it is called when the toolbar is displayed, so too late! Ideally, I would have liked to make it visible in the Register method, but unfortunately, the Explorer is not ...Show All

  • .NET Development networking issue

    ok i now know how to share my hdd with the other computer on my network and visa versa. But i am having another problem when i click on workgroup computers and double click on the other computer it saids "\\Ron is not accessible. You might not hae permission to use this network resource. Contact the administrator of the server to find out if you have access permissions. the network path was not found." The other computer also tells me that when i try and double click on this computer. Help This forum is dedicated to questions about network enabled software development using the System.Net namespace in the .Net Framework. Please repost this question to a forum dedicated to Windows co ...Show All

  • Windows Forms Ideas for simple kids games...

    hit me... all the ideas you can think of for kids aged about 7-10 oldies, goodies any old favourites .... This forum contains questions and discussions about Microsoft's .NET Windows Forms controls and features. These posts should contain programming questions only. If you have questions or problems regarding a specific piece of software or Windows itself, please use the Microsoft Newsgroups . Any posts that are off-topic, will be removed. OTP ...Show All

  • SQL Server toDatetime.

    Hi everyone! I'am working with DATE fields inside SQL Server. When I try to save values from my web form, look what's happen: First tried, I did not use the ' '... 1. 1/1/1901 Error = [1] - Incorrect syntax near '/'. Second, I use the ' '... 2. '1/1/1901' Error = Server Error in '/WebAppCAE' Application. -------------------------------------------------------------------------------- String was not recognized as a valid DateTime. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.FormatException: String was not recognized as a valid DateT ...Show All

  • Visual C# Printing ASCII character set from 127 to 255

    Hi i want to print ascii character set from 128 to 255. For that i used the following method Strings .ChrW(int CharCode) or Strings . Chr(int CharCode) but the output i am getting with this method is not similar to the Ascii character. Any help would be thankful. Which font are you using Different fonts have different characters after 128. Lucida Console will return a 'L' (small L in the top right hand corner ) for character 192. ...Show All

  • SQL Server Alternate the background color of rows

    Hi! I 'm working whit a matrix. I want alternate the background color of rows. I did with table, but I don't Know how do I do with matrix. I desire something like this: column1 column2 row1 data1,1 data1,2 row2 data2,1 data2,2 row3 data3,1 data3,2 Please, if somebody can help me Thanks Specifically you want to read this blog article: http://blogs.msdn.com/chrishays/archive/2004/08/30/GreenBarMatrix.aspx -- Robert ...Show All

  • Silverlight (formerly WPF/E) how to implement a functionality built in WPF/E on the wpf platform

    hi friends I created a WPF/E based application which is executing a function written in javascript but I want to call that function through my wpf application, Can someone guide me how to integrate a wpf and wpf/e based application and implement functionality of wpf/e in wpf. is there a way to call javascript functions from xaml code in wpf based application No, not from a WPF ("Avalon") application. You might follow up on the WPF/Avalon discussion board: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=119&SiteID=1 -mark Program Manager Microsoft This post is provided "as-is" ...Show All

  • Smart Device Development Missing WYSIWYG editing

    I opened my project today (after a week vacation) and attempted to do development for my .Net compact framework project. When viewing the design of a form/user control, all I see are icons of the controls currently being used. It used to show the form factor of the control/form. How do I get that back Not sure what has happened while I was gone. ...Show All

  • Visual Studio Team System TFS Fails - Report Services Cannot be confirmed

    Just a note to MS - TFS installation is a joke. A travesty. An embarassment. And as it's taken 10+ hours just to get to this point and we've decided to abandon this endeavour I wanted to let you in on some error the Reporting Services Configuration tool spewed out. Good bloody luck with this unfortunate product. ReportServicesConfigUI.WMIProvider.WMIProviderException: An unknown error has occurred in the WMI Provider. Error Code 80070003 at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.SetWebServiceIdentity(String applicationPool) Just if anybody still getting this error: This happens if you do this on Windows Server 2003 R2, but it doesn't happen on Windows Server 2003 SP1 box! ...Show All

©2008 Software Development Network