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

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

LutherW

Member List

GrayMatter Software
PedroCGD
AnkurPJain
JIM_LANGDON
Manoj Kumar Goud
Daticus
.net sukbir
Konstantin L.
newguyintown
Lee Gillie
KentaroM
dkoco
Apolodor
nrkhakre
coolcoder
Cam Bruce352168
Kent Waldrop Fe08
Palvinder Singh
Berry Juice
Aaron Oneal
Only Title

LutherW's Q&A profile

  • Commerce Server Puget Sound area recovering from severe wind and rain storm. Responses are delayed.

    Hi all, Redmond and surrounding areas were hit bad by the recent storm. This is the 2nd day after the storm and there are still wide spread power outages that impacted a large number of the population. The storm impacted: Power (still out in many areas) Cable service (TV, Internet, and Phone dependent on cable service are consequently out) Streets (trees downed in many areas blocked streets preventing travel) As of this time, Redmond city power was just starting to be restored. Some outlying areas may take as long as 5-6 days to have power restored. Please excuse us, while we recover from the storm responses will be delayed. Thanks, Caesar. ...Show All

  • Visual C# Fast searching of a byte array

    Can anyone provide guidance on what would be the fastest method of searching a large byte array for some particular sequence of bytes I know I could convert it to a string and do an IndexOf but I would like to avoid that. Any ideas if you were looking for the bytes 03 02 01 in the following array: 01 01 02 02 03 03 03 02 01 01 01 02 02 02 03 03, if you sorted that array looking for (also sorted) 01 02 03 you'd now not find any matches in: 01 01 01 01 01 02 02 02 02 02 02 03 03 03 03 03 ...Show All

  • Visual Basic how do I Refresh "My Computer" network drives for vb express 2005 data access

    Since windows 2000 came out there has been annoying red "X" on My Computer's network drives. If you click on them, they go away and the files are displayed. In VB 2005, the mycomputer.filesystem.drives.item(n) does not refesh them and directory.getfiles("P:\") returns an error "could not find part of the path P:\" When I double click on P: in my computer, the error goes away and I can read the files again. This is annoying becuase I write a lot of network applications. How can I implement code in my program to refresh drive "P:" I just tried : Using sw As StreamWriter = New StreamWriter( "P:\temp.log" ) That does not work also... ...Show All

  • SQL Server Does "SQL Server 2005 Mobile Edition" exist?

    "SQL Server 2005 Mobile Edition" is a standalone software or it equals "SQL Server 2005" + "SQL Server 2005 Mobile Edition Device SDK" Hi Raphael, SQL Server 2005 mobile edition IS a standalone software which runs by itself on the device. The data is stored with a small footprint on the device. It's like having a server and its data on the device which u carry around. As an enterprise requirement, you can connect to a SQL Server 2005 running in your enterprise and sync your device data with the server data. I believe you can also connect to a SQL Server from your device to view and work with the server data. Regards, Amol. ...Show All

  • Visual Basic i asking for devloping in vb,net

    i look for mor infroation to know much for devloping database aplication in vb.net depends what you want to know :-) In general there are many many examples here on the forums in developing with databases in VB.NET. Some examples: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=753872&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=843020&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=728535&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=768506&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=809200&SiteID=1   really, you need to be more specific in what exactly you want to know as to cover such a topic is huge. I would ...Show All

  • Software Development for Windows Vista Using MXDW

    I would like to use MXDW to create XPS documents from any application. But I would like to automate the creation by automating the printing process. But when I try to do this it always comes up with the "save as" dialog box. I had the same problem using the MODI driver as well. Does anyone know how to get rid of that Any samples will be helpful. Hej Charlee, _______ > Why not writing your own XPSDrv filter driver connected to NULL port, and in your filter(Stream-In and Stream-out) you take over the job and write it into where ever you want to be. _______ do you have written such a filter on your own already and have tried out if that will work though I guess myself ...Show All

  • Visual Studio Error Deploying to Vista

    I have a VS2005/VB desktop application that uses the built-in version of CR. When I run the package (msi file) on a WinXP system all goes well but when I try it on a Vista (Business) system I get a series of errors indicating that various CR related dlls could not be registered. The error returned is always something like..."c:\Program Files\Common Files\Business Objects\2.7\bin\ExportModeller.dll failed to register. HRESULT -2147010895" Do I need to do something different in VS to support Vista Failing to register usually means lack of permissions to the registry. Make sure you are logged in as administrator to the machine. I have not used Vista personally, but I have heard that the permissions, especially to the reg ...Show All

  • Software Development for Windows Vista Using the WF rules engine editor

    Hello there, I am working on a project where I am using the WF rules engine frequently. I have a set of rules that need to be implemented into the WF rules engine. But when I was implementing the rules into the rules editor (the dialog that came along with the WF) I found a problem. I need to write a rule like.. if ( ifCondition ) DoSomeWorks(); else if (elseIfCondition) DoSomeOtherWorks(); else DoDefaultWorks(); But I am facing trouble inserting this rule. the dialog does not allow me to insert the else if part. If I break down the else if part to another if-else group then the it will be too complicated when I have a long if-else if-else if- else if -....else chain. one more thing I found that the rule ...Show All

  • Visual Studio Express Editions Another Question

    Currently I'm making a media player which is using Windows Media player DLL. And I would like to get the length of the sound which is currently playing in Progress bar, How would I do that Please Help . Yes, I got it,Problem solved Thanks alot. But I have a another problem ,And I don't want to make a new Thread . So,let me ask here, If I want to play multiple tracks ,I have to put it in PlayList ,like this pl = axWindowsMediaPlayer1.playlistCollection.newPlaylist("tempPlayList"); So,Everytime I play the songs It makes PlayList again and again, So,How would I play multiple tracks without creating PlayList ...Show All

  • Visual FoxPro how can i get local ip from vfp?

    how can i get local ip from vfp I know "ipconfig" way, is there another way thanks If you can use the MSWinsoc ActiveX control: oSock = CREATEOBJECT ( "MSWinsock.Winsock.1" ) oSock.LocalIP   ...Show All

  • Visual Studio 2008 (Pre-release) Extending DataContext?

    Is it or will it be possible to override the internals of the DataContext I want to alter the object creation implementation in the datacontext to create subclass proxies instead of just instancing the entity types directly. However DataContext seems very black boxish. Im well aware of the claims that non virtuals execute faster than virtual methods etc.. but in this kind of scenario where big chunks of data is fetched from some sort of datasource , those few nano seconds will be impossible to notice.. so that will hardly be a valid argument. Ive seen that there is a "services" collection inside the datacontext , but that also seems impossible to access from the outside. it would be really really lovely if such things were expo ...Show All

  • Windows Forms DataGridView Binding to a complex Type

    Hi, I am trying to create a DataGridView which binds to a Generic Collection of my Business Object 'Application'. The business object 'Application' contains simple properties like 'Application Date' (DateTime), 'ApplicationID' (Integer), 'ApplicationType' (String) etc., but also has a property called 'Advisor' (of Type 'Employee' - which is an object within my Business Logic Layer) Now, the 'Employee' object contains properties like FullName (string), DOB etc. The problem i have is that i am binding the DataGridView To a collection of Type 'Application' like so - dgvApplications.DataSource = col_Applications (a collection of Type 'Application'). This works fine for the simple properties like 'ApplicationDate', 'ApplicationType' ...Show All

  • Visual C++ Uniquely identify a printer

    I succeeded getting the settings for a printer. (a copy of the devmode). I want to store these settings to a file for later use. Since, as I know, I can use only the name of the printer as a unique identifier for a printer, I store in the file the name of the printer along with its settings. But if someone changes the name of the printer(in Printer and Faxes for exmple), the new name of the printer and the old name stored in the file along with its settings, will differ. So, I will not be able to get from the file the saved settings for the printer because its name has changed. I would need another unique identifier for the printer, a unique identifier that cannot be changed. I would save this unique identifier to the file instea ...Show All

  • .NET Development System.net.Webexception

    Hi All, I am in serious trouble. We have a desktop Application that was originally developed in C#.NET 2003 and then upgraded to VS 2005 an year ago. This desktop application accesses its Oracle Database through some webservices also written in .Net 2003 and upgraded to VS 2005 later. Real Problem:- End users of this application takes out excel reports (apart from a loads of other things). They have 14 reports which they can take out from this. Out of these 14 reports one of them gives error in production and when I run the same code in development then it runs fine. This is the error that I get in Production:- The following exception has occured: System.Reflection.TargetInvocation. Exception has been thrown by t ...Show All

  • .NET Development Validating very (huge) large Xml files against Xsd Schema

    Hello all, I have a very large xml file (about 500.000 lines) that I would like to validate against a xsd. As I expected I'm having performance problems in the validation phase. Even with tools like XmlSpy validation takes a lot of time. What are the best practices for this situation Do you have an equal scenario How do you manage to validate your huge xml instances I'm not looking for code samples (although very welcome!). I'm just trying the gather other's experiences in this matter. Thanks jay Thanks airwalker2000 , I tried some code similar to yours and in fact it is really fast. I validated a xml file of about 800000 lines with about 1700000 nodes and took about 10 sec ...Show All

©2008 Software Development Network