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

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

Timski72

Member List

Jens St
BobCa
Dale
pgklada
ac506in
Sergei Kantere
jerrison
GrahamC
LarryFarrell
isdelnorte
ET3D
Voldemort
cockeyedbob
Gabe Covert
Divamatrix
ltan68219
Jason Nadrowski
VidarL
Laserbeak43
devinr
Only Title

Timski72's Q&A profile

  • .NET Development adding application path in dill import c#

    hi friends, i want to include application path in my dllimport statement when i try to declare a variable in the class it's showing build errors .. Plz help to me .. my code sample is [DllImport(@ "E:\PAVANDV\niitflashinc#\Niitinitialize\SFlash.dll ")] public static extern int ListCardReaders (out int plRDRcount, int pbRDRlist ); [DllImport(@ "E:\PAVANDV\niitflashinc#\Niitinitialize\SFlash.dll") ] public static extern int GetReaderState(int Rdrid, out int rdrstate); [DllImport(@ "E:\PAVANDV\niitflashinc#\Niitinitialize\SFlash.dll") ] ...Show All

  • SQL Server How to change a field's type?

    Hi, How could I change the field type through T-SQL I have tried Using the ALTER:          ALTER TABLE tblName ALTER COLUMN myID int It didn't work... And also, how could you rename a fieldname cheers, Paul June A. Domag Hi, Sad to say, it didn't work. I searched the BOL of SQLServerCE and the IDENTITY_INSERT switch isn't available. Guess, I'll have to find other means to solve this problem... Thanks a lot Tyler Free  and Eisa  for your ideas and comments... cheers, Paul June A. Domag ...Show All

  • SQL Server xp_sendmail issue

    I'm using Server 2000....I have pointed the master database to the sqlmap70.dll so now QueryAnalyzer understands the xp_sendmail syntax; EXEC master..xp_sendmail 'Callan' , @query = 'qmtest' ....however, I now receive the following error; xp_sendmail: Procedure expects parameter @user, which was not supplied. ....yet, when I add the parameter @user = 'guest' It tells me; xp_sendmail: Invalid parameter '@user' Any help would be GREATLY appreciated... Hi, I am using sql server 2005. I have configured Database Mail using my office email account profile. when i try to use the master . dbo . xp_startmail 'myaccount','mypass ...Show All

  • SQL Server synchronize MDB file

    Hello, I have an Access database that updates each 5 minutes with data from a weather station. As you can imagine the access database is becomming huge, so I would like to get that data into SQl Express to make queries faster and better connectivity with visual webdeveloper. There is no way I can get the data directly into the SQL Express database, as the vendor only supplies a tool for MySQL and access through odbc. Is there a way to sync the access database and my SQL Express each 5 minutes And off course not manual Thank you... I created a Linked server Item to the md ...Show All

  • Windows Forms Please post here if you are running a Terrarium server.

    I want to get a feel for how many are out there, if any. Thanks! It's up!  I had a little time last night and things went well.  Since it's not running on a dedicated server I may need to limit the number of clients.  I'm going to do this by not publishing the URL.  If you would like to attach your client ...Show All

  • Visual Studio Team System VB: Edit and Continue

    I have a problem with Visual Basics Edit & Continue for projects under Team Foundation server, the IDE says its Read-Only even if its checked out prior to debug start. In a non-source-controlled environment it works. You even see the little "lock" symbol on the tab-page with the source code in the IDE on the file you are current trying to edit, so clearly the IDE thinks its locked. Any ideas I ran into this once too, but maybe under different circumstances. I had a setup project attached to a primary project. I deleted the setup project, and then found that I'd recovered the ability to run edit and continue functionality with ...Show All

  • Windows Forms Publish error on win2000 machine

    I can publish and run setup from my XP machine and install on it, but when I try to install on a win2000 machine i get the following error signature while installing: EventType : clr20r3     P1 : displaymap.exe     P2 : 1.0.0.0     P3 : 441d71f1 P4 : system.drawing     P5 : 2.0.0.0     P6 : 4333aeaf     P7 : 13e     P8 : 14 P9 : system.io.filenotfoundexception     I have both MS.net Framework 1.1 and 2.0 installed on the machine. Is there something else I'm missing, and should I ...Show All

  • Visual Basic Passing Date Parameter to Stored Procedure on SQL 2005

    Hi, I’m passing a Date parameter to a procedure on SQL 2005 but I'm receveing a error "Error converting data type nvarchar to int." This is a line in my Vb code: l_cmm_Comando.Parameters.AddWithValue( "@dat_Nascimento" , CDate (dat_Nascimento) Where: @dat_Nascimento is a my DateTime parameter on a SQL Procedure and dat_Nascimento is my DateTime class property What I need to do To Format the parameter Thanks ...Show All

  • Visual C++ Radio Button Problem

    I have 3 radio buttons in my Dialog and it's in a group, i have on click event(OnRadio1) for first radio button( ON_BN_CLICKED(IDC_RADIO_ONE, OnRadio1) ), problem is that when dialog box pop's up OnRadio1 is called many times and then dialog will appear. Please help me. Pramod We can't reproduce the issue. Please log a bug with a repro case at http://lab.msdn.microsoft.com/productfeedback/default.aspx for use to reproduce the problem. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio version of crystal report in .net 2003

    what is the version of crystal reports used in .net 2003 Hi, This is the wrong forum for this question. I would try Crystal Reports for Visual Studio . Thanks, Brad ...Show All

  • SQL Server Excel connection error The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error

    New to SS2005 - In data flow I test my query against Excel spreadsheet and it shows results fine.  However, when I run package I get the acquire connection error.   Thx ...Show All

  • Windows Forms Passwords in DataGridView

    I need to display usernames and passwords in a DGV, and I have 2 questions : How do I display the password as a string of asterisks Right now, I am storing them in a List<string>, and then doing something like this foreach ( DataGridViewRow row in dataGridView.Rows) { string s = "" ; for ( int i = 0; i < passwordList[row.Index].Length; i++) s += "*" ; row.Cells[ "passwordColumn" ].Value = s; } Is there a better way to do this When the user sorts by a column, and then "unhides" the passwords, the order of the passwords is incorrect. This is because upon unhiding, ...Show All

  • Visual Studio Express Editions Learning resources videos won't download

    I am having trouble downloading the absolute beginner videos from the VS 2005 Express web pages. They were fine two days ago. I've tried the C# ones and the web designer ones and neither works. When I click on the links the download either hangs or loads 29% (always 29%) of the file then hangs. When, alternatively, I right click the link and try to "save target as" exactly the same happens (0 or 29% of the download). I'm specifically trying part 12 of C# (introducing the RSS project) but I've tried others with the same result. Incidentally, I've logged onto the www.learnvisualstudio.net site (who created the videos) and tried ...Show All

  • Windows Forms DataGrid View - Ctl+0 to null out a combobox column

    I have a DataGridView which has a DataGridViewComboBoxColumn column named "Assigned To" which allows users to assign tasks to a user of the system. The DataGridView is databound to a DataTable called "Tasks" and the "Assign To" dropdown is databound to a table called "Employees". The linkage between the two tables is employee_id. I would like the users to have the ability to un-assign a task. I am having problems setting the "Assigned To" value to null. I had two solutions to accomplish this: 1) Let the user hit "Ctrl+0" to null out the assign to value 2) Add a blank item i ...Show All

  • .NET Development Getting a picture by web service

    Hi all, I'm building a web service that gets a pupile details from a database by giving his ID number. I have no problem with the personal details. Now I'm dealing with the pupile picture. 1. How can I deal with the pictures in the database. 2. How to get them by the web service. 3. What is the format can I get the picture, can I get it as XML stream, and get it back. Please help me. and if you know a link for a web service tutorial that get a pictures. Best regards... Hello Wasim, You should pass the image data as a byte array. Take a look at the following link for a quick sample. Cheers, -Todd Foust ...Show All

©2008 Software Development Network