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

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

BA2006

Member List

piekop
dron747
RobC2k6
Captain Baz
kleinma
daxu
Gino Matthew
HomeBunny
cmcauliffe
Lauriew
chionhhm
Robert R. Richter
Robet
Yogesh S
panikos
Misiacik7
Grant Jenkins
SOTY_Programmer
Ramazan Acar
Evan Mulawski
Only Title

BA2006's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Codeplex XNA

    I am starting to use CodePlex to host a GameComponent that I am creating. Has anyone had any experience in using Codeplex, VS C# Express I have the team explorer which works in my VS2005 Team Edition, but as far as I am aware GSE doesn't support Team System. Kind Regards, Paul Kinlan Hi, Yeah, I have Team Explorer in VS2005 Team Edition now, however the lack of support for the XNA in anything but express really means that what I am doing is a bit log winded, however it is better than nothing :) Kind Regards, Paul Kinlan ...Show All

  • Visual FoxPro The size of a formular

    Please tell me, how can I know everytime, the size (widht and height) of the formular (Sizable) Thank you. What do you mean by "Formular" IF you mean the VFP Desktop, check the SYSMETRIC() function in the Help File, but if you mean a "form" then just read it's height and width properties directly. If neither of these, then I am sorry, but you must edxplain what you want in a little more detail. ...Show All

  • Visual Studio Team System CoreCompile MSBuild-Task ignores redirected environment variable

    Hi all! Since our PostBuild-Events uses an environment variable for xcopy deployment, I tried to ovrride it: <Target Name=" BeforeCompile ">: <!-- override variable, no idea if 'process' is sufficient --> <Microsoft.Sdc.Tasks.SetEnvironmentVariable Variable="SOFTWAREDIR" Value="$(TargetRoot)" Target="Process"/> <Microsoft.Sdc.Tasks.SetEnvironmentVariable Variable="SOFTWAREDIR" Value="$(TargetRoot)" Target="User"/> <Microsoft.Sdc.Tasks.SetEnvironmentVariable Variable="SOFTWAREDIR" Value="$(TargetRoot)" Target="Machine"/> <!-- refresh local variable --> <Microsoft.Sdc.Tasks.GetEnvironmentVariable Va ...Show All

  • Windows Live Developer Forums "Ratemynuts" Worm?

    Can someone please help me out I received a message from my friend when I signed in that read: "lol, wtf! h t t p : / / ratemynuts. net/nuts.php msn=myemail@hotmail.com" With my own email address replacing "myemail" and there were no spaces (I just didn't want to make the link clickable, just in case). Has anyone heard of this worm I tried looking it up, but I couldn't find anything. Please help! -Sarah i think Norton should be fine :/ if you have the newest one then it should be updated to all viruses :/ and i clicked on the link too, but nothing happend, there was a pop up from norton saying that messenger was attempting to access my computer or something like that, and ...Show All

  • SQL Server Remote messages not working – message vanishes

    I need some assistance with getting service broker to work across servers.   I have 2 separate servers and I am trying to send a message from one server to the other.   No error is generated when sending the message and I get no records in the transmission queue of the sending server, however the message does not arrive on the receiving server.   Where is the message going     Here is the code I use to create the service broker objects that are being used…   RUN THIS ON THE SENDING SERVER:   CREATE MESSAGE TYPE [MyMessage] VALIDATION = NONE CREATE MESSAGE TYPE [MyResponse] VALIDATION = NONE GO   CREATE CONTRACT [MyContract] (   &nb ...Show All

  • Visual Studio 2008 (Pre-release) [WCF-RC1] Security problems... :-(

    Hi there, I've been struggling the last two days to get a basic security scenario running and I wonder if perhaps someone could help me out My example is based on the "SupportingTokens" example, however I wanted to change that example to take most of it's settings from configuration, rather than from code as the example stands today. Additionally, my service is hosted in IIS (and eventually the Client will be a website too) So this is what I have done: Certificate Setup: - Created a cert called "Client" and installed it into LocalMachine/TrustedPeople - Created a cert called "Service" and installed it into LocalMachine/TrustedPeople - Granted permissions to "NetworkService" to access the PrivateKey ...Show All

  • Windows Forms Setting Focus on row/column

    First of all, I am using VS 2003.  I am validating column values in a datagrid in the following fashion. If I find an error, I want to set the focus on the row/column of that value.  I am having trouble with this.  Any suggestions   foreach (DataRow currentRow in insertedTable.Rows) { foreach (DataColumn currentColumns in insertedTable.Columns) { string columnName = currentColumns.ColumnName; object columnValue = currentRow[currentColumns]; switch (columnName) {        case "CLIENT_CD":             if (currentRow[currentColumns] == DBNull.Value)       ...Show All

  • Windows Forms Animated image problem

    Hey, In a picture box I have an animated image but it only changes it's frame when I move to another tab and then come back, it does not contenuesly keep on going, it just changes one frame every time I go to the tab it is in........ Thanks :) There is no code... The image itself is animated, it if a .gif, it does not even show the animation inside of the app. but when I run the app. then it does what I explained in the first post...But I cannot do the code way to animate it by having images and coding it to change the image becuase it will be saved by the user and then it would not be animated... Thanks :) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Some questions about using constant buffers

    From the documentation and the samples, the usage of constant buffers is not very clear: 1/ In HLSL, the usage of any constant from a constant buffer seems to be implicit in any shader. Are all constant buffers in a HLSL code supposed to be loaded even if not being used 2/ In the API, we just send an array of constant buffers. How does the API make the match between a constant buffer in the array and a constant buffer in the HLSL code 3/ What happends in case of mismatches or if the shader actually needs more data than provided Thanks for your help. pm. The intent in exposing constant buffers is to allow the shader to describe a contract between the application and the shader in terms of frequency of update of constants. Sinc ...Show All

  • Software Development for Windows Vista Using wimgapi.dll with VB6 - WimApplyImage causes VB6 IDE to freeze?

    I'm writing some code to use the wim imaging api wimgapi.dll with VB6. The code works 100% on capture, with the callback function correctly getting progress information and updating my form with progress bar etc. This works fine when run from within the IDE or from the compiled .exe. The apply image code is a problem though - the WimApplyImage code locks up the IDE part way through. When run from the compiled exe, I get no progress messages to the callback - I do get all the process messages though, and it actually works in that it correctly applies the image, but it stops updating my form until it exits the WIMApplyImage function. Anyone have any ideas I've tried registering the callback both immediately before the WimApplyIma ...Show All

  • SQL Server Log Reports

    Hi, Does Anyone has any idea that how do we extract the log reports that are generated whenever we run a package onto a text file , i mean the whole report rather than just a single message. Hi , I needed to copy the results on the Execution results pane when you execute a package for further documentation. When i try to copy any information from that pane i only get the option to copy text message and not the whole results page. Kindly suggest how to save the whole page ...Show All

  • Microsoft ISV Community Center Forums Automatic Macros

    I have already been using the "Sub Auto_Open" and "_Close", some of the helpful codes that automatically runs when the sheet is opened or close. Can anyone suggest me a real time update or macro that runs when a certain sheet is selected I want my macro to update the pivot table automatically when I enter or encode a value at the source range of the pivot table... THanks for all the help... music_at_ulan wrote: I have already been using the "Sub Auto_Open" and "_Close", some of the helpful codes that automatically runs when the sheet is opened or close. Can anyone suggest me a real time update or macro that runs when a certain sheet is selected ...Show All

  • Smart Device Development Little Help

    I am using vs2005 and when I click to deploy my software to my handheld for testing I get the message "loading symbols for c:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\Debugger\BCL\mscorlib.dll" This message shows at the bottom and it never gets past this point. It never actually deploys and runs my software. Has anyone ever seen this error. Please update your .NET CF to be at least V2 SP1 - we have several fixes for the debugger starting from this version. The newer version - the better. Best regards, Tanya ...Show All

  • Windows Forms COM Error: 80010100

    Hi, I have a VC++ COM Client, which listens to notification messages from COM Server. COM Server maintains a Log and exposes methods to Write to it. Once COM Client gets notifications, it writes into COM Server's Log using interface method. CString strMessage = _T("Got Notification"); _bstr_t prefix(_T("Client 1")); _bstr_t logText(strMessage); HRESULT hr = E_FAIL; try { hr = m_ServerComApp->WriteToLOGFile( prefix, logText); } catch(_com_error &ce) { CComClient::Dump_Com_Error(ce); } Whenever there is larger number of notifications coming, though Client is able to write into Server's Log, But COM call fails and it shows folliwng reason: Error:80010100. Description: Syst ...Show All

  • .NET Development SqlConnection State property mistaken behavior

    Hello, I don’t know if this should be like this, but if so it is bringing some problems that I think could be common for everyone which works with remote database servers. I have a regular client – server system which has several windows applications on desktops communicating with a data server which supports my shared storage and database. The situation is that network is very poor and fails constantly. When I start my application I can accomplish connection but sometimes in the middle of the day the network is down. The problem is that after make the first connection this one stays pooled and later when I try to open it, everything appears to be fine, I check connection state and the result is open, ...Show All

©2008 Software Development Network