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

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

Jaissy

Member List

raluca
L.A
Mr_Mojoman
Robert Isaacs
wang ya zheng
Yones
ry383
Baskaran9324
cmhaas19
quodlibet
freeze
Per J
JFlan
Movescope
Sachin Phadke
Robert Horvick MSFT
CSharpner
Ronald Cagape
BigBoy
giovanni asp.net
Only Title

Jaissy's Q&A profile

  • Visual Basic "button" as a link to email

    hi,  Ok, I want a button to be functioned to send information from a program that I have created to an email address. I am wanting to push "submit" and have the information I have put it, be sent to my email. How can I do that I am working with Beta 2 version of Microsoft Visual Studio 2005 "Express Edition", can anyone help I hope you are success in this matter. I have been using SMTP recently and had some expeperience too. You need ...Show All

  • Visual Studio Team System Team Foundation Installation Error 32000: Createds.exe returned non-zero value: 6

    I tried to install the Team Foundation Server Beta3 on a Windows 2003 Server (single server) and received this error. Can anybody tell me what this means,or even better, tell me how I can get the Foundation Server installed Tanx in advance, Hans. The error shows that your report service is not working properly. Since you are installling on a single server, the SQL report service should be configur ...Show All

  • Visual C# Database connection Dilema

    Hi I am working on an application with two main parts. The first part is the database I am connecting to and the second is an activeX control. I am also using SQL 2005 Express as my database server. The way I have incorperated the database into the app is by using a auto-generated dataset and table-adapter and then doing the rest of the coding myself. My app has to do a few simple queries and occationally write some information to the database. ...Show All

  • Visual Studio Express Editions Passing values to a function and returning value

    Still learning passing values. Could someone check my code so far and see if I am heading in the right direction I am getting value not declared errors and I see it, but not quite sure on where to declare them. Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim A, B, D As Integer A = 1 B = 2 D = 5 AddThem() MsgBox( "Sum is " & ...Show All

  • Visual C# concurrency violation

    Why public void MoveUp( int ID) { OpenConnection(); DataAdapter da = connection.GetDataAdapter(); string SQL = string .Empty; SQL += "Select..." DataTable tbl = connection.GetDataTable(da, SQL); //my lib, no problem executes SQL and return result in datatable // 2 righe di risultato if (tbl.Rows.Count == 2) { // swapping int temp = Convert .ToInt32(tbl.Rows[0][ "Ordine&q ...Show All

  • Visual Studio Express Editions Cannot create a new project that opens startup form

    Have been using vb 2005 express final now for a week or too.  Have had no problems using and modifying example code and connecting to a MySQL database.  However i am now trying to create a new project and no matter what form is selected under startup form nothing displays when code f5 is pressed.  Message that build is ok in status bar screen refreshes and back to IDE.  However existing projects work ok.  Even creating a ...Show All

  • Visual C++ error C2664: 'CreateProcessW' : cannot convert parameter 2 from 'char *' to 'LPWSTR'

    I'm new to VC++ 2005 Express but this code compiled fine with the gcc compiler. any help would be greatly appriciated. now i'm getting the following error from the following code... error C2664: 'CreateProcessW' : cannot convert parameter 2 from 'char *' to 'LPWSTR' here's the code: void resolver_init_WIN32( char * mainpath) { char *resolver_filename= "resolver.exe" ; if (!file_exists(resolver_filename)){ cha ...Show All

  • SQL Server Trigger for Update

    I need help with a trigger(this is sql2000), So I have a certain table with a bunch of columns(ex table A [col1, col2, and col3] i need to validate that only values of col2 can be updated, if the user tries to change the values of the other columns... then rollback.. raiserror. So this is part of the code: CREATE TRIGGER TRU_ServiceDetails ON ServiceDetails FOR UPDATE AS BEGIN DECLARE @ErrNr int, @ErrMesg varchar(255) --Updates only can ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. disposing of video when using "RenderToTexture"

    hi, i am using C#, feb2006 sdk and managed directx 1. i am exploring the Video class, especially the render to texture feature. setting the whole thing up was not much of a problem, except for the total lack of documentation of this class. anyways, after some trial and error i got it work quite nicely. the class seems well designed and - once you know how - is easy to use. my problem is, i haven't found a way of safely disposing of the video obj ...Show All

  • Visual Studio Team System Webtest "hangs" while Submitting

    Actually, it appears to be hung before the request is sent, because the Request Detail window says "Request not yet submitted". I've got a webtest where, on a specific page, it always "hangs" while executing...  The main Test Progress window shows "Submitting" under the HTTPStatus column, and it stays this way for at least 4 or 5 minutes.  Test Results pane shows the test as "In Progress".  If I try to start the test again, I c ...Show All

  • SQL Server SQL Server 2005 Express - UI Questions

    I apparently overwrote the content of this question when I edited it, so I'm reentering it. Question: What UI is provided with SQL Server 2005 Express, in terms of building tables and relationships, and other basic DB construction functions _______________________________________________ My own answer: MS's page on SQL 2005 Express http://msdn.microsoft.com/vstudio/express/sql/ describes a "download free management tool"  and has a brief ...Show All

  • Visual C# How to change Application pool Identity Programmatically by C#

    Hi all, I need to change the Application pool identity on Windows Server2003 at run time. How can I do this by C# I found an example of J# in following link, however I know nothing about J#: http://msdn.microsoft.com/library/default.asp url=/library/en-us/iissdk/html/3f84ca0f-5033-4e79-b7e7-3fd48b105657.asp Could anyone get me a hint, I guess it should be only few lines of code like in J#, right Xuan Que ...Show All

  • Visual C# datasets -- hiding passwords from user's view

    I have a dataset that has 6 columns. Two of these columns contain passwords. I need to use these passwords for FTP purposes, but I would like the user to see only "****" when they run the program. How can I do this ~Lauren I quite don't understant the context. Is the dataset bound to a DataGridView ...Show All

  • Visual C++ Setting a Program Icon

    I am trying to set a program's icon though the use of the this->icon statement. However, this only sets the program's icon in the title bar of the program, and doesn't set the icon for the executable itself. Is there a way to set the icon for the executable as well as the title bar Thanks. ps, I am using c++ 2005 express, and I am programming a managed app, but not using a windows forms application project. ...Show All

  • Visual Studio 2008 (Pre-release) Suggestion: xaml compiler error reporting on assembly reference missing

    I've been tripped up a couple of times by this problem: I reference an assembly in the Xaml (xmlns:myWhatever="clr-namespace..."), but I forget to reference the assembly. Of course, things choke. However, I get error messages telling me things like it can't find something in the "myWhatever" assembly. However, the real problem is that it can't even find the myWhatever assembly. The C# compiler is generally helpul and gives me a message lik ...Show All

©2008 Software Development Network

powered by phorum