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

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

Tarp

Member List

steve callahan
cuy
chadbengen
salimk786
alex222
kansas
Swati Kumar
stacyb
jollyguy
Nigel-uoh
Vladislav Pereiaslavets
ColinLondon
Ed Noepel
Muthu Krishnan. R
?eljko Marki?
rufuskes
Sinisa Catic
jfstephe
shaht
Roman H
Only Title

Tarp's Q&A profile

  • Visual Basic VB Dummy

    I have inherited a vacation request form.  In the start and stop dates there is a macro.  Right now when somebody tabs onto the start or stop date a calendar comes up for the year 2000.  You can change it and select any other date you wish but I would like the calendar to pop up with the current date.  I am enclosing the macro below.  Is there any entry I can insert or deltete to make this happen   Thank you for any assistance with this.  Option Explicit Public sDate As String  'used to write value from calendar form to form field Public fFlag As Boolean     'did they c ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XFiles & Transforms

    Does anyone know how are the transformations stored inside an XFile frame hierarcy, is each transform relative to it's parent, or are they in world space Nested transformation frames are relative to each other. That is: Frame0 { Frame1 { } Frame2 { } } Frame1 and Frame2 are children of Frame0, and all meshes contained within these two children frames should be transformed using the world matrix built from the concatenated Frame0 and Frame1/2 matrices... ...Show All

  • Windows Forms Design Help - Panel and more

    Hi guys :) In Visual Studio 2005, I wanted to write a Windows Application which has the dialog soemthing like this:  ___________________ |           |                     | | Option|          List       | |______|____________| |            Detail             | |___________________| lol, nice ASCII art :D Anyway, I ...Show All

  • SQL Server Foreach Loop Enumerator Question

    Any help appreciated here... I'm inserting a CSV file into my SQL Server 2005 Sept CTP which has approx 1700 rows.  It contains Companies and Contacts which I split in a data flow and determine if with Fuzzy Lookups whether dupes exist and perform either insert or update (That works great).  Here is my issue: The database does not use Sequence for the Pkeys and to make matters worse they are prefixed with letters.  I have to generate them on my own with a custom function I have written.  I need to step through each record of the CSV and assign the Pkey value and upon successfull insert update the counters table. I cannot ...Show All

  • Visual C# passing a string (varchar) to a stored procedure

    Hello, I am using VS 2003 and SQL 2005. I can successfully pass an integer to a stored procedure and have it execute correctly, however when I try to pass a parameter with a string, it bombs out when trying to load my dataset. If I run the stored procedure directly on the server, it works great and returns the two rows, its just passing it in C# where it fails. It is a simple query looking for any row with the last name of "Brown". Here is my SP. ALTER PROCEDURE [dbo] . [sp_arj_query_patients] ( @Lname varchar ( 50 ) --I have confirmed this is the correct datatype and length in the table. ) AS SELECT ...Show All

  • Visual Studio Team System License contact - where are they?

    Hi probably this is a FAQ but I can't find the FAQ anywhere (sorry). After a brief evaluation of the trial version downloaded from: Visual Studio 2005 Team Suite 180-Day Trial we are quite happy and we would like to understand its price and conditions. Is this the right forum for these kind of questions I am quite confused about the difference (and therefore the prices) between: - Visual Studio 2005 Team Suite (the above trial): how can I know whether the funcionalities I have been testing in the Team Suite will be available in the Team edition for Software testers - the VS2005 Team ...Show All

  • Visual Studio Problem installing .NET Framework 2.0 Beta 2

    Hello: I hope that I'm posting to the correct area... I'm trying to install Visual C++ 2005 Express Beta 2 and the installation process fails.  The failure occurs after the download is complete and the installation of the .NET framework has commenced.  No error information is displayed, other than the notificaton that the error has occurred.  I've turned off Spybot, for what that's worth.  Any ideas on how to proceed Thanks! Hi Dave Im hoping you can assist me too....except I'm not as PC savvy as the previous posters & you may have to direct me through to the logs. I hav ...Show All

  • Visual Studio Express Editions Massive iostream errors

    Hey, i'm kinda new to Visual C++ Express and i'm having a problem when I include iostream. I've installed Platform SDK and this is what I compile: #include <iostream> using namespace std; int main(){ cout << "Hello" ; return 0; } I get tons of errors from this: ------ Build started: Project: empty_project, Configuration: Debug Win32 ------ Compiling... 2.cpp C:\Program Files\Microsoft Platform SDK\Include\stdio.h(103) : warning C4229: anachronism used : modifiers on data are ignored C:\Program Files\Microsoft Platform SDK\Include\stdio.h(104) : warning C4229: a ...Show All

  • Visual Basic change the Username/owner of a printjob in the spoolfile

    I want to change the Username/owner of a printjob in the spoolfile. I know I have to use the SetJob function in the winspool.drv and that I have to declare this by adding the following to my class: Declare Function SetJob Lib "winspool.drv" (ByVal hPrinter As IntPtr, ByVal JobId As Integer, ByVal Level As Integer, ByRef pJob As Byte, ByVal Command_Renamed As Integer) But how do I use this to change the owner/username of a print job ...Show All

  • Windows Forms Update DataGrid

    hi, i hope i am in the right place to ask question. i using VB.net n SQL and my question is: i able to fill my datagrid with my table.. but it seems i got trouble updating a new entry, or when i want to delete a entry; because when i insert/delete an entry.. and i refresh it.. it wld prompt me of a error. i think the update&nbs ...Show All

  • Visual C++ Using COM Interfaces THIS pointer Question

    Sorry about the incredibly stupid title, anyway, here's my question. I have been exploring Direct3D for a while now, and I noticed when debugging that the THIS pointer is pushed onto the stack instead of passed through the ECX register. g_pd3dDevice->EndScene(); mov         eax,dword ptr [g_pd3dDevice (4095E4h)] // get THIS pointer mov         ecx,dword ptr [eax] // get vTable push        eax // push THIS pointer call        dword ptr [ecx+0A8h] // IDirect3D9::EndScene(void) *please note tha ...Show All

  • SQL Server Decode funktion

    Hi! I have a question about the "Decode" funktion. is it only avaiable in Oracle The reason for my question is that I need to SELECT a colum in a table based on a int value. So if the uservalue is lower then that take that colum, lower then that take colum...etc. Can I use decode or/and is there better funktion (I'm using MS SQL 2005) Thanks in advance Mark I should have seen that myself, but I didn't so thanks :) No, its a online cargo price calculater. There are many values and options involved in cargo, so it makes some bad bad statements. I have to see about the performance... ...Show All

  • Visual Studio Team System Ignoring certain DependentRequests return codes..

    Hi all, I am having an issue parsing dependent links that I think has been mostly covered by a few other posts but a solution was not suggested at that point. In post 62544: How to Ignore Web Test Errors there was a suggestion to turn off ParseLinks. This seems a little extreme in my case as I have a request that pulls in about 30 links. One of these links is to an ad server which is called with a URL and no page at the end.. Because there is no html or the like it tries to parse the directory and receives a "403 Forbidden". I would like to just ignore this link in the list of dependent links. I have generated code for the tests but am un ...Show All

  • SQL Server How to create variable shared within the SQL Report

    I am testing out the SQL Reporting. I tried to create a variable that will work like a global variable which can store and maintain value in any grouping. I have a report that has a table running a stored procedure. Then I create 4 groups inside the table. I need to extract information from each group and store into a custom code variable and use it later. However, I found that scooping applies to each group. Under the custom code section, I define Public temp As String Say I add a string "R" into temp for each group (there are 4 groups), suppose I should get 4 Rs at the end, but I only get the value which is before it enters into eac ...Show All

  • SQL Server Using SqlDependency in Web Servive Context

    Hi: Can SqlDependency be used in a stateless model such as web services Thanks, Duy Your question is related to ASP.NET Web services and SQL Server Query Notifications. I would recommend posting your question on ASP.NET Web services forum and/or the SQL Server Data Access forum. This forum is focused on SQL Server Notification Services (SQL-NS). I agree the names can be confusing. SQL-NS (in a nutshell) is a platform based on the pub-sub model of gathering "external" events and deliver customized notifications through various different delivery channels like email, SMS, etc. This is ...Show All

©2008 Software Development Network