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

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

DeborahK

Member List

eran
norpe
A.F.B
LamptonWorm
Puzzled
masternav
cheston
jmurray_mi
SKS72
lessthanl0l
srividyaramesha
Endo64
Kevin Dente
John Basedow
Jamie Thomson
mmoprg
mcass
Kamii47
Fusion1224
Ishai Sagi[MOSS MVP]
Only Title

DeborahK's Q&A profile

  • SQL Server SQLMobile

    What is merge when I update the row on SQLMobile(Subscription) is it Publication will updates too if you're talking about merge replication, if you update row on the subscriber, the change should be propagated back to the publisher when you synchronize. You can find more information in Books Online. ...Show All

  • Audio and Video Development VMR9 Renderless with YUV Mixer mode black screen issue

    Hi all, I render video (TV or DVD) on Vista with VMR9 Renderless (Basic or D3D Scene) and with YUV Mixer mode, video display black; On XP, it works well. If I disable YUV Mixer mode, it will display normal, does Vista not support YUV Mixer mode Who can tell me the reason Thanks in advance! Regards, Zhiquan The following are the platform and test result, let me know if other questions, thanks.   Platform One:   CPU: Intel 2.80GHz   Mainboard: i965   Memory:1G MB   VGA   1. ATI X1600 Pro     Result: It has no image when playback DVD and the sound playback is normal.   2. nVIDIA 7300 LE     Result: It h ...Show All

  • Visual C# How to register application in Windows registry

    Hello I have developed application of adding Menu item in Quickbooks in C# But i am getting the Error of CallBack application for the CLSID or ProgID provided in subsciption request cannot be find I think that my application is not registered due to which i m getting this error.. Any one dat know how to register Application..in windows registry Regards, Aamir Thanks for replying .. Actually wat i m doing is .. I am adding the menu item in Quickbooks for it i have two classes 1.Subsciption 2.Callbackclass in Subsciption class i m giving the refernce of Callbackclass like (namespace.Callbackclass) but wen i run application it shows me error. i have made entries in Registry through RegistryKey cla ...Show All

  • Visual Studio 2008 (Pre-release) LINQ and Atlas

    Ok so what I am trying to do is have a form with a textbox for a search dialog. On keypress I want to query top 25 records and display them in a gridview, so as you type it refines the search etc. So I have hooked up all the atlas javascript methods etc but I am not sure if I am able to do this or not. Basically my webservice code looks like (generated with BLINQ): return from dom in db.Domains select dom; So this should return all my records (fine for now in testing) and my javascript receiving function does the following: function OnComplete(result) { var d = document.getElementById( "<%# grid1.ClientID %>" ); d.DataSource = result; d.DataBind(); } This results in an error of: System.InvalidOperati ...Show All

  • .NET Development How to pass listbox from GridView's footer row to javascript

    Hi all... I am new to ASP.NET world.If someone can help me to pass CourseListFooter object to JavaScript it will be really great. In the Default.aspx file <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns= "http://www.w3.org/1999/xhtml" > < head runat= "server" > < title >Untitled Page</ title > </ head > < body > < form id= "form1" runat= "server" > < div > < asp:GridView ...Show All

  • SQL Server Variable not getting updated and passed into data flow

    My package sets a variable in an ExecSQL task. This variable is then used as a parameter in a DataFlow task that follows. Normally everything works just fine. However, sometimes if the package fails inbetween the step that sets the variable and the DataFlow, the default value of the variable is stored in the checkpoint file. (It is not failing in the step that sets the variable) When the package is restarted I can see that the variable is not set to the data value in the database, but rather it has its default (design time) value. Anyone else see this bug Chopaka wrote: My package sets a variable in an ExecSQL task. This variable is then used as a parameter in a DataFlow task that follows. No ...Show All

  • Software Development for Windows Vista Vista Beta 1 Running Slow and Choppy!

    Vista Beta 1 is running slow as hell! It runs fine in safemode. Could this be a driver issue Magical psychic powers detect that you are running a cpu with a video card and that you have a hard drive and that your computer contains memory. However at this time our psychic abilities are unable to determine video, cpu or hard drive speed, power, drivers, etc. Sorry. ...Show All

  • Visual Studio Visual Studio - VB 6.0 DHTML Designer Doesn't Work

    Please excuse me if this is an incorrect forum to be asking this question in but I cannot find any other forum which enables me to post this issue. I have both vb6.0 and VB.net. My Safety Net is VB6.0 until I come up to speed on .NET. My problem is that the DHTML Page Designer capability in VB Studio 6.0 - VB 6.0 has gone astray and I can no longer add elements to the Page Designer. Actually, on older computers which have not undergone the numerous XP fixes/updates I can add the HTML elements, but all of my XP systems that are religiously kept up-to-date cannot. It appears XP upgrades have minimized VB 6.0's capabilities! Does anyone know of a workaround or how to get this fixed Additional comment is that any page designer p ...Show All

  • Visual C++ How to access another Forms members

    Hi all, I have a form called: Form1 (Form1.h) and another form called: add_key_Value (add_key_Value.h) Now I want to show the form add_key_Value: So I include the header file add_key_Value.h in the Form1.h And perform the following code: add_Key_Value^ form2 = gcnew add_key_Value; form2->Show(); Now in the add_key_value form I want to access the members of Form1: So I include the header file Form1.h in the add_key_Value.h And perform the following code: (ERRORS) Form1^ mainform = gcnew Form1; mainform->edtTextBox->Text = "Just testing"; Errors: Error 3 error C2065: 'Form1' : undeclared identifier c:\documents and settings\qx55246\my documents\visual studio 2005\projects\cnfedtctrl\cnfedtctrl\add_key_Val ...Show All

  • Visual Studio Team System Roll back to a file version / Delete an unwanted checked in.

    Hi After checked in some files to TFS, I am lookin at one file history and would like to roll back to one of them, I was looking for 2-3 options: 1. Delete the unwanted revision and in this method rooling back to previous revision. 2. Merge from history revision to top of trunk and getting back a version from history to top of trunk (with full tracking - the best way in my opinion) 3. Rool back to a revision - move the selected revision to the top of trunk or any other solution. What are TFS options to do that Thanks, This is hillarious, rollback not a regular thing So because it is not a regular operation is that why it is not included I can name you a thousand other features in TFS which is definately not a regular feature, yet it ...Show All

  • Smart Device Development Why the toolbox is empty for smart device project in my VS 2005?

    I just installed VS 2005. I created a new smart device project. But I noticed that the toolbox is empty. Then I created a windows application, everything is OK. I am confused. Did I miss something during my installation Thanks. Toby Both vs 2003 and vs2005 are installed on my PC. It seems fine I installed 2005. 2003 works fine. However 2005 shows some problem as above. Is there any conflict between they two, especially for the smart device developement Thanks. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Oriented bounding boxes

    Tried rotating my bounding boxes, when my picking stopped working I realized they're meant to be axis aligned only. Can anyone point me towards code for non AABBs that would also support intersection with a Ray object Cheers To intersect a ray with a box that isn't axis aligned, you can just transform the ray into the space for the bounding box (which is the space of the object that uses the box). You can do this by transforming the ray position by the inverse of the object's world matrix, and the direction by the inverse transpose of the world matrix. I don't have any code for you but if you've already written some sort of intersection code then the only changes you need to make are: Don't create an AABB Perform the inverse transf ...Show All

  • Visual Studio Tools for Office Error opening an excel file with cached data

    When opening the output file of my excel project done in VS, I received this error: "Cannot deserialize cached item myProject .ThisWorkbook] cachedData." It seems that the cached data cannot be loaded with the file. couldn't get addlistobject to work, but this is a sample of the code that is generated in the designer: Me .DataTable1ListObject = New Microsoft.Office.Tools.Excel.ListObject( Me .HostItemHost, Me .RuntimeCallback, "Sheet1:" & "DataTable1ListObject" , Me , "DataTable1ListObject" ) I haven't fully tested it out but it seems to work. Private Sub Sheet1_Startup( ByVal sender As Object , ByVal e As System.EventArgs ...Show All

  • Windows Forms Steam, Runtime error

    --------------------------- Microsoft Visual C++ Runtime Library --------------------------- Runtime Error! Program: C:\Program Files\Steam\steam.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. --------------------------- OK --------------------------- Can anyone explain this to me and maybe give me a solution please Thanks Ken I don't know what else to say. Steam are the one's that should be resolving this issue for you, making you do the runaround is the most appalling service, but frankly nothing surprises me when it comes to that lot. I'm afraid to say that your only hope is to keep asking Steam to ...Show All

  • Visual Basic Can i call a UNIX script from a VB.Net application?

    Hi, trying to call a UNIX script from VB .Net application. Vb.net application is sending data to Unix and UNIX script is also sending data back to application. Is it posible Plz guide me some way to do so....... You could try something like this: Dim p As New Process Dim psi As New ProcessStartInfo psi.FileName = "c:\windows\system32\rsh.exe" psi.Arguments = "192.168.1.56 exec /usr/work/job.sh" psi.UseShellExecute = True p.StartInfo = psi p.Start() You could try a 3rd party component: http://www.activexperts.com/activsocket/ http://www.componentsource.com/products/dart-powertcp-telnet-for-activex/summary.html You could try to develop you own communicatio ...Show All

©2008 Software Development Network