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

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

Greg3055

Member List

checkit
AJ_Colorado
JesperWelander
dterre
Angela Zhou
ColinJLoretz
coozdrm
Zhou Yong
somalezu
Davor Cokrlic
-Anton Lapounov
el perucho
无名
AmandaJO
Che3324
mikep175
Luke81
Mr. Les
-- sam --
still_the_same
Only Title

Greg3055's Q&A profile

  • .NET Development SMTPClient Problems

    Just converted my vs.net 2003 project to 2005. Changed to system.net.mail. I get the following error when i get to the send command - {"Command not implemented. The server response was: Command not Supported"} Here's the code. Dim ErrMail As New MailMessage( New MailAddress(cVariables.UserEmail), New MailAddress(MailTo)) With ErrMail .Subject = subject .Body = Message End With Dim MailClient As New SmtpCl ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Pass int array to the pixel shader

    I want to pass an int array to the pixel shader.  I used SetIntArray(name, val)..the problem is that in the shader I do not know the exact size of the array, therefore in declaring it i am trying to use an int *.  It seems as if the compiler does not like this. Is is it possible to use pointers in the shader   If not how can I pass a variable length array to the shader can someone give me an example of the usage of this function ...Show All

  • Visual Basic ADO.NET Hell

    There was a time in my not too distant past that I could open a database with ADO, query out some data, work with it, and update it.  I have had VB.Net for a little over a week and I can insert data into a table.  I can clear out a table.  What I can't do is is iterate through the rows and update the table.  I am close but I am missing a piece. From what I have read I want to create a connection, adapter, and a dataSet.  ...Show All

  • Windows Forms how to filter out duplicate values?

    I have a DataTable with the following schema and sample data: ProductID  |  LocationID  | ProductName  |  Quantity  |  SellingPrice ---------------------------------------------------------------------      1     |       1   &nb ...Show All

  • Windows Forms AutoScaleMode enumeration?

    Hi Guys, Just wondering if anyone can tell me the underlying difference between AutoScaleMode.Font and AutoScaleMode.DPI ie what type of scaling do they enforce Cheers, Michael Hi All.. Infact i also need some help on this topic i.e AutoScaleMode.Dpi vs AutoScaleMode.Font.. I am developing an application in VS 2005 and is confused that what is to be used while designing windows form so that when the ...Show All

  • Windows Forms Make setup program create folders?

    How can I make my setup program create folders with specific name while installing application  I want to create these folders in application folder.  Thanks  Right-click on the Application Folder under "File System on Local Machine" a ...Show All

  • .NET Development Stored procedure return/result behaviour change from 2000 -> 2005

    Hello, Can someone please help explain if the way MS SQL Server 2005 returns result from stored procedures is different from MS SQL Server 2000 The problem i am having is that i have lots of code that used to connect to SQL-2000 and did this: SqlDataAdapter da = new SqlDataAdapter(sqlCmd); ds = new DataSet(); da.Fill(ds); if (ds.Tables[0].Rows.Count > 0) //process rows SqlCmd Type is a StoredProcedure btw, in SQL-2000 if the s ...Show All

  • Windows Forms Msn mesennger troughput isa server 2004

    i want to configure a isa server 2004 ruler to permit any user to use MSN messenger, how can i get this step by step check this out. . : http://forums.microsoft.com/msdn/ShowPost.aspx PostID=8343 ...Show All

  • Visual Studio Express Editions Setting non-CLR based projects as default

    Hello folks, in Visual C++ Express 2005 Express Beta 2 resp. August CTP, is there a way to create a Windows Forms application without the use of the CLR by default I'd like to build a 100% native C++ program using the Forms designer but I'm not quite sure if this is possible at all. At the moment I'd like to use the templates not only because of the convenience they offer but also to learn this IDE step by step ...Show All

  • Visual C++ bool checking problem

    I created this fucntion to guard against invalid input for a bool value. In the program I created for. When I moved it to another program, it isn't working as well. Here it is, as well as a sample calling. void f_collect_answer( bool *question); int main() { bool ex; //do stuff cout << "Will you exit, Yes(1) or No(0) " ; f_collect_answer(&v_ex); //do stuff } void f_collect_answer( bo ...Show All

  • SQL Server Replication of Great Plains Data

    Hi All, We have the requirement to replicate financial data to Aus from the UK, however I dont know if Replication is the best solution around Reason why I ask this, is that to create the publication, there are in excess of 10000 articles, which takes forever and a day to create, then when setting up the push subscription, this takes equally as long. DB's physically range between 100MB and 2GB. Link to Aus is 2MB E1. The accounts ser ...Show All

  • SQL Server Bug in SQL Server 2005 ? - DATEADD function

    Hi When I execute the following , the expected result is 03/31/2006. However the result that you get is 2006-03-28 00:00:00.000 Select DATEADD ( MONTH , 1 , '02/28/2006' ) Is this something how the dateadd is supposed to behave or is this a bug in SQL Server 2005. Regards Imtiaz Hi Imtiaz, I can't actually see anything wrong here. Why would the expected result be 31 March 2006 That is n ...Show All

  • Windows Forms Query run incomplete

    My IIS and database is running in a standalone server (server2000 + SQL2003), web page access is from any network client. My problem is, when i tries to retrieve a dataset from mutliple tables from above database (about 500 records) and store into datagrid or print in crystal report, the records can be retrive and display completely most of time but sometime not, the record cannot be completely display full (either 200 records) during the ...Show All

  • Visual Studio Express Editions Custom Cursor

    Hi, I don't believe it is but does anyone now if it is possible to import your own mouse cursors into a VB 2005 project If so, how. Regards, Andy watch for line-breaks in the above posted code. I just put the declaration in the form class, and the rest of the code in the form.load event. ...Show All

  • SQL Server SSIS Tutorial - Package configuration problem

    I've been working throught the SSIS tutorial but have a problem with the package configuration lesson.  After exporting the required object to the file the completion step shows: Name:  Configuration 1 Type:  Configuration File New configuration file will be created. File name:  C:\Documents and Settings\Andrew\My Documents\Visual Studio 2005\Projects\SSIS Tutorial\SSIS Tutorial\SSISTutorial.dtsConfig Properties:  &l ...Show All

©2008 Software Development Network

powered by phorum