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

Software Development Network >> Will Merydith's Q&A profile

Will Merydith

Member List

Vagabond
Gnanadurai
Brian Kinder
Joeschoe
vbjunkie
Richard Stallmann
Marcin Książek
oaix
Alvin tiow
Idanle
Roach
roy_b
Roman S.
Kymagic
gafferuk
Sivarama
Derek Nedelman
Can-Ann
i386
cpurick
Only Title

Will Merydith's Q&A profile

  • Smart Device Development Pocket PC Phone WM 5.0 Device emulator Internet Setting "Automatically detects setting"

    I am working on a Pocket PC WM 5.0 application.Application is working fine in the Pocket PC Phone WM 5.0 Device emulator. No In My application I have to connect to internet. My system is on LAN.On my Internet connection setting Automatically detects setting check box is check. In the device emulator I don't know how to configure setting so I can able to browse in the deve emulator. Please Could Any body help Has anyone gotten this to work yet PSS used the emulator with WM5 recently with me while troubleshooting an ISA problem, so I know it has to work. No matter what I try (including the cradle option from Device Manager) gives me the same... "Your internet connection is not configured properly. Please ve ...Show All

  • SQL Server Standby reporting server

    We have a process wherein the production DB is replicated to a server.subscriberA nightly and then a job processes the database for reporting services. Whenever the job fails we have to redo the process all over again. By the time we are finished it is already late in the day and our customers dont like it. Our solution for a standby server is as follows: 1. create another server.subscriberB and start same process from server.subscriberA. So, both servers are replicated from the Production server but SubscriberB is set to run half an hour delayed than subscriberA. The purpose is that should subscriberA process fails, we still have subscriberB. Then we could just change the datasource of the reports to subscriberB 2. replicate subscriberA.R ...Show All

  • Visual C# Method(new Object), when is the object released/disposed?

    Since there are quite a few .NET Framework methods that have a 'Method(new Object)' syntax, when is the Object get released/disposed How is the previous Object instance handled when you do this; Loop:   Method(new Object); EndLoop. Same question for 'Property = new Value' syntax. Loop:   Property = new Value; EndLoop. The object will go out of scope after the last reference to it in the called method. At this point it will be eligible for garbage collection, however there are no guarantees about when this will occur as it is not a deterministic process. The object will not be disposed even if it implements IDisposable as the Dispose() method is never called on it, however if it does ...Show All

  • .NET Development This is an unexpected token. The expected token is 'SEMICOLON' while Loading xml file which is read from share point

    Hi Everybody, I am reading xml file from share point which is uploaded already. For reading I used SPFile.Openbinary()..... the problem is after reading the xml file from share point, i tried to load the xml file in to XMLDocument object xmlDoc.LoadXml(gxmlContent); But ist is throwing an exception "This is an unexpected token. The expected token is 'SEMICOLON'". exception thrown because that xml file contains Special character &.... I uploaded the following part of xml to share point... <PartDescription title="SKIL: And Then There Was One…A Great Consolidation Play in a Growing Market at 12x Pro-Forma EPS. Initiating Coverage With a Buy Rating and $10 Price Target." ...Show All

  • SQL Server sum of a column in matrix

    hi reporters! i m using matrix in my project and i want to calculate the (cell_value/sum_of_column). for data cell values we have to use sum or another aggregate function for subtotaling, so for the cell value i m wirting sum(column) / A. how to write A that points to sum of all cells on the column. x_column y_column z_column sum(y_column)/A A thanks a lot mohd sufian and Yicong Shen sufian's solution solved my problem, s um(Fields!OrderQty.Value)/Sum(Fields!OrderQty.Value, "MatrixSource") this is what i wanted, appreciate ur big help, mohd sufian ...Show All

  • Visual Basic DeviceIOControl and SCSI_PASS_THROUGH_DIRECT

    Hi, I'm trying to get data from a SCSI Inquiry command in VB. I'm using DeviceIOControl with SCSI_PASS_THROUGH_DIRECT - the call goes through OK and DeviceIOControl returns 0, but I can't seem to get the expected data back - retBytes just contains 7 bytes of seemingly (but probably not) random data: (40, 4, 20, 0 , 40, 4, 20). Changing scsi.dataIn to 0 gets me 255 bytes of data, but not the data I should be getting. Any help would be greatly appreciated. Here's what I'm doing. offset as Byte is ignored for now, and fileHandle is a valid handle to \\.\F:. Private Function getVPDPage(ByVal offset As Byte, ByVal fileHandle As Long) As Byte() Dim status As Long Dim dIn As IntPtr = Marshal.AllocHGlobal(255) Dim dOut As IntPtr = Ma ...Show All

  • Visual FoxPro report tool bar

    After a report is generated and appears in a preview you get a small toolbar that floats undecked in full view of the info that you try to read. It was an annoyance until I had only 1 page in the report and once I moved the bar down the report page and believe it or not it DISAPPEARED behind the frame's lower edge. It was not a big alarm for me then since I had only one page but now I have many and the only way to flip pages as I can see is to get the toolbar back. I cannot possibly retreive it no matter what I try. When I moved the toolbar down I hoped that it would deck somewhere and become available as part of the frame but it is not what actually happened. The toolbar disappeared at design stage but the same form's report appe ...Show All

  • .NET Development web service content not visible after invoking

    Hi, I can see the web service and view the wsdl but after I invoke it, I get a blank ie page. Probably it is some sort of settings, but I am not sure what it is. I am using ie7 on vista. Thanks. Hi, Does the WS return something You can also use Fiddler tool to see exactly what is traveling on the wire... this may help you. Rgds, Rodrigo ...Show All

  • Visual C# USB Device

    Hello How could I get notifications when an USB device is plugged in or out from USB port (for me have meaning only storage devices, not printers or scanners, or...) I tried to use WMI with 'Win32_LogicalDisk', but in this case all volumes are scanned, even floppy disk, and this isn't so nice (because of noises...;-) ) I also tried with 'CIM_USBDevice'. But in this case how could I get the drive letter asigned by Windows to this device (of course if it is a storage device). Another problem with 'CIM_USBDevice', was that I got no notifications about card inserted or removed from a card reader ( I need these notifications too). I'm using VS2005. Any ideea Thank you. ...Show All

  • Windows Forms Custom DataBinding

    Hello, I need of a help with Custom DataBinding I'd created 3 Persistent objects - CVObject (Business Object Base) - CVObjectCollection (Collection of CVObject) Implements ICollectionBase, IBindingList - CVDataSource (DataSource to my Business Object) Implements IListSource GetList returns a CVObjectCollection In CVDataSource, I have a method called Append() these method create my CVObject instance and set a flag(isAddNew) to true, calling BeginEdit(), and adding my object in CVObjectCollection. private CVObjectCollection objectsList; public void Append() { object obj = Activator.CreateInstance(ObjectType, new object[] {true}); _currentIndex = (objectsList as IList).Add(obj); (obj as IEditableObject).BeginEdit(); } I have ...Show All

  • Visual Studio Express Editions platform SDK

    Hi    I have AMD Turion 64 bit processor and I am runing 32 bit Windows XP on that. I have installed Visual Studio Express edition but I am not able to install Platform SDK. I tried to download : PSDK-amd64.exe   but when i try to execute this file, I recieve a message that this is not a correct 32 bit application. Can someone tell me the link from where I can download a platform SDK for my configuration   best wishes Should be this one http://www.microsoft.com/downloads/details.aspx FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en ...Show All

  • Windows Forms Two color progress bar or somesuch

    I'm looking for a component or control or something that I can use to visually display the times when something can or cannot occur. For example, a process will only run from 8 p.m. to 4 a.m. The user can adjust the exact times. I want to graphically show this. It would look something like: **** **************** **** Except that it would be a solid line instead of asterisks. Any ideas It's kind of like a progress bar but with two colors and some extra properties. Thanks, Nah, use the Paint event of a Panel control and draw the lines with the e.Graphics.DrawLine() method. If you need code, tell us what language you use. ...Show All

  • Windows Forms BindingSource.AddNew from a DataGridView

    I have a DataGridView bound to a BindingSource whose DataSource has been filled from a SQL table. A dgv popup menu offers an 'insert a copy' option, ie it allows the user to insert a new row initialised to values in the row under the mouseclick. I cannot insert rows at dgv level because direct dgv inserts are not permitted when a dgv is bound; evidently .NET 2 evidently wants me to use BindingSource.AddNew. Very well, I add a handler to be called by BindingSource.AddNew ... bindSrcMaster.AddingNew += new AddingNewEventHandler(bindSrcMaster_AddingNew); The popup menu item event handler for CopyRow can figure out which dgv row to copy ... private void CopyRow(object sender, EventArgs e) { ToolStripItem menuItem = sender as ToolStripItem ...Show All

  • SQL Server Make date from several strings

    Hello all Someone gave me this: Month Day Year Hour Min Sec 9 9 2006 15 9 36 And I need to make a descent date format out of it which looks like this: Sun Sept 09 15:09:36 CEST 2006 I can concatenate the whole thing but I'm stuck with the "sunday" part. I'm sure there are some experst out there who know how to do this is in 1 minute;) Regards Worf How about this CREATE FUNCTION [dbo].[MakeDate] (@Month int, @Day int, @Year int, @Hour int, @Min int, @Sec int) RETURNS nvarchar(50) AS BEGIN DECLARE @C_Date nvarchar(50) DECLARE @TempMonth varchar(3) DECLARE @TempWeekDay varchar(3) DECLARE @MonthNames VARCHAR(100) DECLARE @ ...Show All

  • Windows Forms Limit rows in datagridview

    VS 2005 I want to limit the number of lines added in a gridview, can anyone show me the code and which event to place it. Thanks In advance I have the same issue, where in the datagrid is unbound. When I tried a check against row count, it starts beeping when I am in the third row. and throws an exception. Any help would be appreciated. ...Show All

©2008 Software Development Network