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

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

lucerias

Member List

Nick Winters
Allen Razdow
WinFXGuy
krhoover
reichard
Yeshwanth HV
Evan Mulawski
JCJCJC
SeanTom24
rw-ral
ZopoStyle
WilderLand
Alanu
Mohammad Mir mostafa
tjorvi
SnowJim
Ashley M
patiatwork
bishoycom
Bodylojohn
Only Title

lucerias's Q&A profile

  • Windows Forms Windows Activation

    Hi. I have just formatted my hard drive and when i try to re-activate windows it says my key is in use. Is there any way to re-activate not via phone Any help appreciated. Sorry if this is wrong place to post. You can ask your question in following webpage.I hope it helps http://www.microsoft.com/communities/newsgroups/default.mspx ...Show All

  • Software Development for Windows Vista what can i do to render video(from mobile built in camera CCD)to a memory

    Hi: I am a newbie,i want to capture the video into memory for example: a buffer (not a file),but i don't know what to do also,i  thick  it may works,if i write a filter named CSample(derived from CTransInPlaceFilter),and use  the CSample::Transform(IMediaSample *pSample) then implement pSample->getpointer(pbuffer); 1.does the pbuffer filled with sample from upstream . If the method is not correct please tell me. 2.Is there any document that can teach me step by step thank you! I built the filter with the windows mobile 5 smartphone SDK so I don't know if pocket PC would offer additional complications. I didn't start by building the EZRGB24 sample directly, ra ...Show All

  • Visual C++ how to use the GetText function in vc++ MFC

    Can i use GetText Function to get the text from a file in vc++ mfc.. if so please tell me how... if not , tell me anyother function instead of that to get the text from a file... you can use CFile or CStdioFile etc.so it's Better if you use any of the class which is responsible for performin g a Operation on a File and Then use it's member Function to retrive the text from your File. Thanx ...Show All

  • Visual FoxPro I need to create multiple froms or selects into one cursor with recno()

    I need to take this statement: select recno () from ProvIDs as PRecno and I need to add it to this Statement: select i.DrID,; ALLTRIM (p.PrvLName)+' '+ ALLTRIM (p.PrvSuf)+','+ ALLTRIM (p.PrvFName)+' '+ ALLTRIM (p.PrvMName) as ProviName,; i.SiteID,; ALLTRIM (s.SiteAdr1)+','+ ALLTRIM (s.SiteCity)+' '+ ALLTRIM (s.SiteSt) as SiteInfo,; i.PayorID,; i.IDType,; i.ProvID,; i.DtEnroll,; FROM ProvIDs i, Providers p, ClientSite s ; where i.FedTaxID=Organization.TaxID ; and i.FedTaxID = p.FedTaxID; and i.DrID = p.DrID; and i.FedTaxID = s.FedTaxID; and i.SiteID = s.SiteID; into cursor GridIDs readwrite I need to get one cursor that will have all the data PLUS ...Show All

  • Architecture Multiscreen/player synchronization

    Hi, I need input and suggestion on how to design the project, digital signage. Here's the main feature requirements of the project. For example, there will be 5 computers in a room. Each computer has each screen. I need those computers run the same multimedia file and to be able to synchronize them, meaning, if computer 1 is running playlistA, the rest of the computers should be playing the same thing at the same time. I thought of a solution where each computer will have the exact same playlist as each other, then we should have some kind of the mechanism of checking that each computer is running properly. Another solution is to make 1 of them as a central computer and this one will "broadcast" to the others. This way we know th ...Show All

  • Visual C++ Variable definition using parenthesis-syntax

    Hi guys! I ran into a very strange error when trying to compile the following code: char ** const freelist(p_freelists+index); //freelists is of type char**, index is of type int The code was ported from a gcc-based environment, where it compiled fine. However, under VC++ 2005 this throws an error C2061: syntax error : identifier 'p_freelists' On the other hand, when changing to the (more or less) semantically equivalent: char ** const freelist = p_freelists+index; everything works fine. My question is: Why does the code using the parenthesis-syntax not compile Regards, A. Weis Thanks for the quick replies. Since I do not seem to have the proper rights to submit a bug via the Connect site, I'd ...Show All

  • Visual Basic VB.NET UserControl used in VB6 application

    Hi. I build in VB Net 2005 an usercontrol that contains a toolstrip.On this toolstrip I add in runtime 9 toolstripbuttons.The code in which I add those buttons is: Public Sub AddButtonsOnToolbar(ByVal intNob As Integer) Dim tsButtons(8) As ToolStripButton For i = 0 To 8 tsButtons(i) = New ToolStripButton tsButtons(i).Tag = i tsButtons(i).Image = System.Drawing.Image.FromFile("D:\Work\Controale_Espot\Pictures\01.gif") tsButtons(i).AutoSize = False tsButtons(i).Size = New Size(48, 48) tsButtons(i).ImageScaling = ToolStripItemImageScaling.SizeToFit If i = 0 Then tsButtons(i).Margin = New Padding(80, 5, 0, 2) Else tsButtons(i).Margin = New Padding(10, 5, 0, 2) ...Show All

  • Internet Explorer Development VBD files not recognized in IE7

    Has anyone experienced a problem when trying to run VBD files in IE7 Prior to IE7 the file would run fine in the browser. Now, I am getting a prompt where the VBD file is not recognized in IE. I have tried lowering my security settings and this still did not solve the problem. Anyone know a solution for this Thanks! m_g_8 Hi, I can create and run a vb6 ActiveX Document dll project in IE7 on XP SP2, np. I guess there could be problems if your projects are ActiveX Document exe projects. Try running your projects from the VBIDE (in debug mode). "Does not work" is not a helpful post. Regards. ...Show All

  • Visual Basic Drawing is not a member of System?

    I have a namespace called "Jimmyware.GameLibrary" which contains a form called "Game". Apparently Drawing is not a member of System. I have ensured that System.Drawing is referenced in my app, and I added "Imports System.Drawing" at the top of my code, and it still doesn't work!!! What's going on I have checked in My Project, and System.Drawing is definitely imported. The code: Namespace GameLibrary Public Class Game Inherits Windows.Forms.Form Public Sub New ( ByVal FullScreen As Boolean ) End Sub Private Sub InitializeComponent() Me .SuspendLayout() ' 'Game ' Me .BackColor = System.drawing.color.black '<--Drawing is not a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Creating a new XNA project

    I am in Vidual C# express 2005 I go to new project and there isnt any XNA project types I installed the express edition then sp2 then xna. Did I install the wrong link for the xna framework Can anyone paste it so I can try that Thanks, Nick Are you running Windows Vista If so you need to make sure you have all the patches at outlined on our team blog here: http://blogs.msdn.com/xna/archive/2006/12/20/visual-c-express-edition-sp1-released-and-windows-vista-update-in-beta.aspx And make sure that when you run the installer you right click the installer and select "Run As Administrator" those might help but please note that Windows Vista is not supported at this time so it may ...Show All

  • Software Development for Windows Vista Selection rectangles

    Hi, I have an activity designer based on "Workflow designer rehosting sample", but I can't remove some features, wich I don't want to have. This are the followings: 1. rectangles with dots on the corner around the selected activities 2. dots on the and of the selected connector lines 3. the name of the activity class, wich follows the dragged activities inside the designer 4. "Print preview", "Zoom level" and "Pan" icons under the right toolbar Does sombody know, how to remove these things I tied to ovewrite the OnMouseDown and the OnProcessMessage of the ActivityDesigner in case of point 1., but it didn't help. Best regards : Laszlo Original point 1. I can remove ...Show All

  • Visual Basic nanoseconds per second?

    Hi, I have the following code snippet..... Dim StartTime As DateTime = Now() Dim EndTime As DateTime = Now() Dim One_Second As Long = '1 - second in nanoseconds While (EndTime.Ticks - StartTime.Ticks) / One_Second <= 2.5 'wait for 2.5 seconds Application.DoEvents() EndTime = Now() End While What should the correct value be for the number of nanoseconds per 1 second in time to properly determine the number of seconds in time that have passed I've played with various values and the closes one I've had success with is "10,000,000". I chose this routine because it can give finer values less than 500 milliseconds like 0.25 seconds Any other suggestions and code improvements are appreciated. TIA ...Show All

  • Visual C++ WEBService calling problem in VC++ application

    I have developed an application in VC++ 2005. This application calling a webservice developed in C#. This application can not execute in Windows 2000 machines. How to solve this issue I have checked this Application using depends watcher in windows 2000 machine. I have noticed one problem is there is version conflict in WS2_32.dll. Some functions not in this WS2_32 dll. How to correct this execution problem in windows 2000 machines pls help me..... Jefy I'm afraid the question is outside the scope of this forum. The C++ General forum deals with the VC++ 2005 IDE, libraries, setup, debugger, samples and documentation -- but not the use of all libraries and technologies. While ...Show All

  • Visual Studio Team System Virtual Users on a load test

    I still can't understand clearly how load test works...From what I know, when load test runs a set of virtual users are used to simulate the webtests...now my question is, what if my webtest includes a login process, does the load test still create virtual users If not, then is it correct to say that if a webtest in a load test involves a login, then I should use data binding on my web test to simulate multiple users logging in... Another followup to this would be...assuming we have a 10 user load...does this mean that 10 users are using 1 PC or 10 users are using 10 PCs I guess my problem here if 10 users are simulated using 1 PC, then how does load testing handle cookies Coz I tried manually simulating 2 users logging in and b ...Show All

  • SQL Server using variable value as calling parameter

    I want to know why this code does not work in a query. The table 'iDay_INTRAD' exists and is detected if I use a statement exec sp_tables iDay_INTRAD . This statement returns one row. The code below returns no rows. Apparently the query is looking for table '@p1' not the value of this variable. Is it possible to do what I want to do in SQL Server DECLARE @p1 varchar (10) DECLARE @p2 varchar(10) SET @p1 = 'iDay_' SET @p2 = 'INTRAD' SET @p1 = @p1 + @p2 exec sp_tables @p1 Thanks Np ;-) HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

©2008 Software Development Network