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

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

cashfan

Member List

Cyber Sinh
XpyXt
durnurd
weaasd
Greenmtnsun
leozworld
drinkwater
Blader
Rookboom
GerryArmstrong
rklein
Eric H.
Phil026
HenryM679
Prashweenet
Laxmi.
royalhale
derelict.pt
tayoga
Khurram01
Only Title

cashfan's Q&A profile

  • SQL Server Login failed for user ''. Reason: Not associated with a trusted SQL Server connection.

    Hello, I have some problem here. I have a sql server installed on one machine and I have another development machine for my asp application. How could I actually access the asp application and sql server at the same time from another machine within the network. I kept on getting the error message above. Thank you for your help :) Hi Oj, I still have some doubt over here. My development machine using the windows authentication with the same connection string and it can access successfully to sql server. But on the other hand, the third machine that tried to browse the web application on the development machine is having that error actually. So, this is caused by the windows mode/mixed mode for the sql server Thank you. :) ...Show All

  • SQL Server SQL Server Error 15404

    I am trying to learn replication and using Agent jobs while attached to my corporate domain. Trying to use my personal domain account to run jobs or replication, I keep getting: SQL Server Error 15404, Could not obtain information about Windows NT group\user 'MyName\MyDomain', error code 0x5 [SQLSTATE 42000] (ConnIsLoginSysAdmin) What might be preventing SQL Server from getting my account information from the domain Group ploicy Thanks in advance, Richard Changing the SQL Server Agent services (on both the publisher and subscriber) to run under my personal domain account has things working properly. I will have to experiment with other settings and the Local System account to see what exactly w ...Show All

  • Visual FoxPro accessing a foxpro table on my website

    I have a simple FoxPro table sitting on my website. I need to read and write data to it in an standalone application on my pc. I can get to where I can read the data but I cant change the data. Any help would be greatly appricated.   It doesnt have to be fancy I just need a simple way of doing it. Thanks If you are after a very simplistic thing, then download Visual web builder from MS site ( http://msdn.microsoft.com/vstudio/express/ ) and follow one the walkthroughs. I think you can do that in one day (considering you have never done before). ...Show All

  • Visual C# Capturing text from input

    Hi, I'm new to C# so please, bear with me! I'm trying to write a program which will respond to input from an IRC channel with a response based on that input. This is the start of my else-if statement. else if (inputLine.EndsWith( ":!test" )) What I would like is to be able to capture a word (or more than one word) typed after the "!test" and store t as a string to be used in the message sent back to the IRC channel. I've got all of the sending and recieving of message sorted - it's just this bit which I'm struggling with - is Regex the answer Thanks, Martin Hi, That worked - thanks! I needed to put an @ at the beginning of the pattern to stop an "Unrecognised ...Show All

  • Visual Studio 2008 (Pre-release) load xaml dynamically in to a parent object

    let me explain my scenario. 1) i will have an xbap with Grid as child. What i need to do is pick up xaml files from another folder and display it in the Grid. For this purpose i use xamlReader to parse the objects of the stream. Further more i can load the xaml file if the file is present in the bin\debug folder if i try the same to pickup xaml files from some other folder i get SecurityPermission Exception. 2) I am migrating an existing aspx application to xbap. i need to know whether i will be possible to access URL query strings to be passed between xaml pages. 3) Can i use atlas along with WPF. You can load the xaml file and then create the xaml objects with XamlReader.Load and th ...Show All

  • Visual Studio Express Editions embedding .swf to vb.net forms

    can someone give me the codes needed to embed an swf file ( a flash animation for the banner) in a window form.. thanks.. im using the version 8, macromedia pro... thanks. Put your swf file in My Documents. Rename it sample.swf. Open notepad. Type <html> <body> <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0"> <PARAM NAME="MOVIE" VALUE=" sample.swf "> <PARAM NAME="PLAY" VALUE=" true "> <PARAM NAME="QUALITY" VALUE=" best "> <PARAM NAME="LOOP" VALUE=" true "> <EMBED SRC=" sample.swf " WIDTH=& ...Show All

  • Visual Studio Team System Architects please help with my master degree

    Architects hi, I have the following 6 questions which I would appreciate anyone answerin between now and the 9th Feb. Your answers will be used as part of my research project for the masters degree I am studying. Could you describe what your experience has been like using Microsoft Visual Studio Team Systems 2005 Why did you choose to use VSTS What effect has using VSTS had on the team What effect has VSTS had on you as an individual What was the expected outcome of using VSTS What was the actual outcome of using VSTS Please reply to this message on the forum or on my email address simes1412@hotmail.com many thanks SImon Hi Simon, Thanks for your interest in ...Show All

  • Visual C++ cl.exe / option so that the name of the source file be not dumped ?

    Hello Is there some option of cl.exe so that the source file name be not printed out If doing : DOS> cl.exe /nologo myFile.cpp It dumps : myFile.cpp And I would like to not see this dump. Thanks Guy You can try " cl myFile.cpp > null ", but you will not see the error messages too. ...Show All

  • Internet Explorer Development IEGetWriteableFolderPath, folders guids

    are where any definitions for folder guids presented already if yes, where can i find them Than you. Yes the GUIDs are known folder IDs, they can be one of FOLDERID_InternetCache, FOLDERID_Cookies and FOLDERID_History. This function is specifically to access the cache folders used by Protected Mode IE. If you are looking for a location to write while in Protected Mode IE you should use the path returned by SHGetFolderPath with FOLDERID_LocalAppDataLow ...Show All

  • SQL Server Convert columnar data into rows

    I have a table of data that needs to be converted to rows but with a way to identify for each row the column the row value came from. Here's an example table: Employee FED MEDI SOCSEC 123 $100 $25 $70 234 $242 $54 $90 345 $75 $10 $55 Here's the format the data needs to be in after it's converted. Employee CodeType Code Amount 123 T FED $ 100 123 T MEDI $ 25 123 T SOCSEC $ 70 234 T FED $ 242 234 T MEDI $ 54 234 T SOCSEC $ 90 3 ...Show All

  • Windows Forms DataGrid expand/collapse button rectangle

    Hi, I have to write an application which expands or collapse the row of the datagrid. My application gets the datagrid object reference, row index and action(expand/collapse) as the input information. I cannot call any datagrid public members of the datagrid directly , but I have a utility which mouse clicks on the screen if point is provided.So now I need a way to find the rectangle region for the + button on the DataGrid control. I tried using the AccessibilityObject of the DataGrid object to get it as the child but it doesn't come as the child of it. Is there any way to get the expand button rectangle. I am thinking of looking for the relative location of the + symbol on the RowHeader, and use that info to calculate the + symbo ...Show All

  • Windows Forms Override the Format behavior of a column in a DataGridView?

    I'm looking for a way to format a DateTime field stored in a database so that it appears as a "duration" format in a DataGridView.   Currently, I'm storing my duration data in the database as a DateTime, binding the DataGridView to a DataTable which contains the duration column, and setting the duration column's DefaultCellStyle.Format property to "H:mm:ss".   This gets me maddeningly close to where I want to be, but just not close enough.   What this approach gives me are values like “0:04:58”, whereas I want the shortest representation possible for this duration i.e. “4:58”.   The process of trimming off any leading 0’s or colons would be easy enough, but rather then edit the underlying data, I’m thinking that ...Show All

  • Visual Studio 2008 (Pre-release) Extension properties

    I know I can declare extension methods using the attribute "Extension" Can I create an extension property What is sintax ...Show All

  • Visual Studio Express Editions problem with details view from database

    Hi all, I have a problem. I have got 3 tables in my database . When I am using 2 datagridview tables to view data from table with primary and table with foreing key, everything is fine (there is a relation beetwin tables) But when I am using textbox and binding method (or drop table from data surces window using Details view to the form) there is no update data in foreign tables. I am using Visual Studio C# Express and Sql 2005 Express Edition. Does anyone know how I can reslove this A relation already exists for my child columns. I have done it on sqlserver side and when I am checking everything is working fine. On the form, when I am using datagridview to view data - its working fine (delete, insert, update et ...Show All

  • SQL Server Summing Issue

    I was wondering if someone could help me with this issue. Kinda of a newbie here. In a table I have several detail fields. In the detail I need to sum up all fields EXCEPT a tax field that always carries the total tax for all transactions. EX: TranNumber Item Cost Tax 1 A .99 .25 1 B .76 .25 1 C 1.92 .25 How do I create a field that only shows the value .25 in the field rather than summing all three tax records, but WILL sum up the individual records in a grand total at the end. Thanks, Peter If you need to modify it in the report layout section and not at the query level, create a new column, and in ...Show All

©2008 Software Development Network