Software Development Network Logo
  • Visual FoxPro
  • Windows Vista
  • Game Technologies
  • VS Team System
  • Microsoft ISV
  • Smart Device
  • Visual C++
  • Visual J#
  • Visual Basic
  • Windows Live
  • Visual Studio
  • SQL Server
  • Architecture
  • VS Express Editions
  • Visual C#

Software Development Network >> K-DUB C's Q&A profile

K-DUB C

Member List

Digitalcandy
Anonymous1673443
stu5601
Perry Ismangil
Faisal Abid
trufaux
ndasu
kashiro
shindesam
cneilson
brickerman
Jacquesw
RLHegde
Leslie2222
psn
Prakash_210
kj96
cheeso
shah_hs
ozForever
Only Title

K-DUB C's Q&A profile

  • Visual Basic Sockets in Visual Basic 2005

    Hi everybody, I was wondering if someone could please point me to a good resource that will show me how to use sockets in visual basic 2005 (express). I understand the basics, but I need a book or help file or something just on sockets. Thanks, --Ken. You might find these sites useful: Creating a TCP Component in Visual Basic MSDN Windows socket Yun ...Show All

  • SQL Server Schedule last day of the month?

    Is there any way to schedule a report to run only on the last day of the month The ability to schedule based on an expression would be high on my wishlist.  The inability to schedule something on the last day of the month is a rather significant design flaw. ...Show All

  • SQL Server Process cube from website?

    Is there any managed class that allows me to process the cube from my site. +Tks ...Show All

  • Windows Forms ListBox and Resource Files

    I am trying to figure out a way to use resource files to populate a ListBox or ComboBox. The problem that I am having is that only 1 of the items in the resource file populate the ListBox. Here is what I am doing:        ' Create a ResXResourceReader for the file items.resx.         Dim rsxr As ResXResourceReader ...Show All

  • SQL Server Mobile Replication

    Dear All, I need to make Sql Server Mobile replication with Sql Server 2005, could any body tell where can I find step by step procedure to make this Thanks and Regards This article will get you started with using replication with SQL Server Mobile http://msdn2.microsoft.com/en-us/library/ms171801.aspx Using Merge Replication with SQL Mobile http://msdn2.microsoft.com/en-us/library/ms172407.aspx   ...Show All

  • .NET Development When should I include MCAD?

    I think you probably mean MDAC. MDAC = Microsoft Data Access Components MCAD = Microsoft Certified Application Developer -- Brendan Reynolds (MVP) wrote in message news:6127c2c3-7408-4d86-9c9f-4843b57ca535@discussions.microsoft.com... > Under what conditions should I include MCAD as prerequisite > My app is 100% .Net and use ADO.NET to access SQL Server over LAN and > web services. Do I need MCAD > Thanks > Hi, .NET Framework 1.1 requires MDAC 2.6 as a minimum. Go through the following URL for a detailed table of data: http://msdn.microsoft.com/library/default.asp url=/library/en-us ...Show All

  • SQL Server Stored Procedure run

    I have a question about runnning SP's in Query analyzer. Where does the SP actually run 1 - I open up a query analyzer window. Create a temp table #test. 2 - create a test sp which also creates a temp table called #test and selects the results from the #test table. 3 - Why does the original temp table created in the Query analyzer window still exist Where is the SP actually Run 4 - I know the SP cleans up after itself. But why would the SP fail if there is already a table named #test in the query analyzer session CREATE TABLE #Authors ( au_id varchar(20) , au_lname VarChar(40) , au_fname VarChar(20) , phone Char(12) ...Show All

  • Visual Basic Can you do algibra in Visual Basic?

    I'm writing a program that trianglulates the loction of a point based on the distance from 3 other points.  The program's code is fine except I get a stupid "end of statement expected" error message.  Could you please help me fix the error   Here's the code: Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim out_put As Double Dim x As Double Dim y As Double Dim A As Double = TextBox1.Text Dim B As Double = TextBox5.Text Dim C As Double = TextBox2.Text Dim D As Double = TextBox6.Tex ...Show All

  • SQL Server Distribution Agent - Replication Monitor warning

    Hi, I am replicating a large table with a number of indexes. During the initialisation phase (creating the indexes at the subscriber), I am seing the following error/warning in Replication monitor. When the initialisation is complete the error warnings dissapear. The replication agent has not logged a progress message in 10 minutes. This might indicate an unresponsive agent or high system activity. Verify that records are being replicated to the destination and that connections to the Subscriber, Publisher, and Distributor are still active. Is there a way to increase the 10 minute time-limit Thanks, Priyanga ...Show All

  • SQL Server SQL Server 2005 with 2000

    Hi I have SQL Server 2000 installed on one of my servers, I installed SQL Server 2005 as a named instance on the same server .... its giving me problems now , whenever I start going to the any component of SQL Server I get the following error :- sqlmangr.exe - Application Error The instruction at "0x780104ac" referenced memory at "0x1083e7b7" .The memory could not be read Click Ok to terminate the program Click on Cancel to debug the program Please help...... and when you press Cancel to debug , you get this :- 780102B6 ret 780102B7 mov al,byte ptr [esi+3] 780102BA mov b ...Show All

  • Visual Studio Team System Team Test Load Agent vs ACT

    What is the difference between Team Test Load Agent and the Application Test Centre (ACT) It seems both products simulate a large number of users to stress test Web Servers and Applications, but when should I use ACT and when should I use Team Test Load Agent Can they interoperate ALSO - is a Team Test Load Agent licence provided with the Visual Studio Team Edition for Developers or just with Studio Team Edition for Testers Do I need to buy a licence for ACT as a MSDN Universal Subscriber Will The only download listed is for the VS2005 Test Edition. This does not include the Load Test Agent software. Do you kn ...Show All

  • Visual Studio Team System ASP.net passing QueryString for Unit Testing

    Hi, Is there any way to pass Query String Parameters to the URL (ASPX Page) thats being Unit Tested The Query String cannot be part of the UrlToTest attribute as typically these Parameters would be determined at runtime on a previous page before being redirected to the aspx page that would need to be Unit Tested. Any pointers or workaround would be helpful. Thanks, Krishna Hi Krishnaswin, I'm so glad someone else has run into this problem. It seems such an obvious problem to me but hardly anyone seems to talk about it. Maybe I'm missing something. Did you ever find a solution I think I' ...Show All

  • Visual Studio Team System Unlocking a checked out file in Source Control

    Greetings, I'm trying to unlock a file which is checked out by another user ( who happens to be out of the office), if i try to do an 'unlock' from the source control explorer i get the message: The item $/Myproj/MyFile.cs is locked for checkout by THEDOMAIN\theuser in workspace WORKSPACENAME;THEDOMAIN\theuser I'm a member of the domain admins so i've got unlockother permissions... Any insight would be much appreciated! Actually, when you specify commands via the Source Control Explorer window, the system tries to run them on the current workspace selected in the workspace dropdown.  The file is not ...Show All

  • Visual Studio Tools for Office deploy VSTO 2003 for excel 2003 in network folder

    Dear All I have a VSTO 2003 solution for Excel 2003 in C#. i need to deploy it in the secured network folder. and create shortcuts for end users to use the same file. i searched net i managed to get 2005 related help. i couldnt find 2003 Pls help me thanks Youtham Hi, 1. After building your VSTO 2003 sln, and xcopy the dlls into the network folder; 2.open the Excel document, go File ->Properties dialog, and under Customer tab, edit _AssemblyLocation0 property's Value field to let it point to the above network folder. And save the document; 3.Run caspol on the end user's box to ...Show All

  • Software Development for Windows Vista Looping (repeating) a video file

    Please bear with me in my description, because I am using DSPack in Delphi.... I am working on an application that overlays text onto a video file, and I'm having a difficult time looping (repeating) the video file seamlessly. I've tried everything I know to try when responding to the EC_COMPLETE event, but I can't get it to loop back to the beginning unless I first call IGraphBuilder.RenderFile again, which produces an unacceptable gap in the video. The other method I have tried is to use a timer to set IMediaSeeking.SetPositions to 0 during the last 1/2 second of the video. This works but is certainly not the ideal solution. ...Show All

©2008 Software Development Network