Jeff Schuler's Q&A profile
Smart Device Development Thread problem
hi all, I am having an application that creates another thread. now if i want to check whether this thread is aborted or still running, how can i do this plz help needed. hi, thanx alot. i just gone through the article and its amzing and knowledge ful. thanx for ur help. this is want i needed. ...Show All
Visual Basic Passing values between forms
Hello! I have been trying to figure out the best way to do this, read so much about tonite, head is spining, must sleep. But before I go, hoping someone can help me out. I have a text box that holds a value in FormA. I would like to pass that value from that textbox to a diffrent textbox on FormB, c and other forms; in the same app. I saw example where you can make the form public, but can't I create the texbox as a public varaible Or would I try a diffrent way. Just not sure how to write this out in vb.net. Thanks for the help! Rudy Hello All; While some of the solutions offered above work in very simple cases, they will become problematic when used in a serious environment. I would ...Show All
SQL Server output parameter in CLR stored procedure written in C++
How can I declare output parameter in stored procedure, written in C++/CLR In C# it is proc_name( out SqlInt32 value ). In VB.NET it is proc_name( <Out()> ByRef value As SqlInt32 ). And in C++ Thanks a lot for support. Did you try passing a reference void proc_name (SqlInt32 &value) { //... } ... just a guess, but I think it's probably a pretty good shot :) -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.com/book/bookDisplay.html bID=457 -- <Sergey Jmacov@discussions.microsoft.com > wrote in message news:fef55f40-42b7-47ef-bf2c-9a2295aca65d@discussions.microsoft.com ... How ...Show All
Visual C++ How make, that message box show lithuanian letters?
Or, that message box show russian letters, or others, but that not need be change locale for not unicode programs in 'Control Panel'. You will need to build your software with unicode support in mind. Please see the following article http://www.flipcode.com/articles/article_advstrings01.shtml . ...Show All
Visual Basic Could you tell me the type of your applications?
Hello. I have a question on user settings. When I install another version of my application on a customer PC I lost old users settings. Could anyone say me how could I retrieve them when I install a new version of my application Thanks... Hello. The type of my applicacion is framework 2.0 visual 2005. I don't need to uninstall an aplicacion when I have another version. I install it on the old one. ...Show All
SQL Server Error message: Setup failed to configure the server
Re: SQL Server 2000 Developer Edition Error message: Setup failed to configure the server I'm attempting to install SQL Server 2000 Developer Edition on a 2nd workstation in our area for development and practice with having this 2nd workstation as a "local" (test) SQL Server box. The install fails with the above mentioned message. (We have a database running in production on SQL Server 2000 and we need a place to simply copy the database and run tests on it) The target PC is running WInXP Pro-SP3 and has IIS installed, along with Visual Studio 2005 & .Net framework, etc. I downloaded it (via MSDN license) and accepted the defaults on the install. Any feedback is appreciated. Thanks, RLN ...Show All
Visual Studio Team System Memory error
During Load Testing i got a Red cross om Avaliable Mbytes which said it has crossed the threshold value of 2 ..it has to do something with the memory however exactly what it is trying to signify..i would like to get a detailed description of all the counters that are available by default in this tool so that i can analyze the load report properly where do i get it from Some of the counters like avg connection time etc i am familiar with however not all of them.... If you run perfmon.exe, click the plus to add counters to the graph, and then click Explain, you'll get a description of all the Windows performance counters. I hope that helps. Josh ...Show All
Visual Studio Crystal Reports for Visual Studio Program Manager
Hi Everyone, As program manager, I'm a recent addition to the Crystal Reports for Visual Studio team. I look forward to contributing to this forum as often as I can, and I'm excited to hear any feedback, comments, or suggestions that you have. I encourage you to visit our Developer Resource Center as a great starting point for all of our developer products. It has links to sample code (118 C# and VB samples), our Developer Library online SDK documentation, our Developer Zone, and Business Objects Support Forums. Also, for those of you that are new to report design and using the Crystal Reports Designer embedded in Visual Studio, check out the "Creating Reports" docume ...Show All
Visual Studio Express Editions UGH....Save Function
I am not getting why this is not working. I have tried to get this to work, TallDude has done a great deal to help me better understand this all. But I am still having trouble to get this to work. I want to understand how the NotePad FIle>Save works. I am thinking, as TallDude as suggested, that they use StreamReader/Writer. So in that thinking I am strying to get the File>Save Function to work. Here is the entire code: Imports System.IO Public Class Form1 Public FilePath As String = "" 'Open Option Private Sub mnuOpen_Click( ByVal sender As Object , _ ByVal e As System.EventArgs) Handles mnuOpen.Click Dim open1 As New OpenFileDialog 'display only text files ...Show All
.NET Development Not Able to send mail from C#
Hi I have used the below mentioned code in one of my button event. But this code is not working. I tried debugging the code. The debugger went through each line of the below code reaching the final statement, but the mail is not reached in to the mailboxes mentioned in TO, CC. MailMessage message = new MailMessage (); message.To.Add( "xxx@x.com" ); message.CC.Add(" xxx@x.com " ); message.Subject = "New Access Request" ; message.From = new System.Net.Mail. MailAddress (" xxx@x.com " ); message.Body = "Test mail" ; //SmtpMail.Send(message); System.Net.Mail. SmtpClient smtp = new System.Net.Mail. SmtpClient ( "127.0.0.1" , 25); ...Show All
Visual Basic How to sort a list from A to Z
Is there a way i can sort a list from a to z. Its this kind of list. System.Collections.Generic.List(Of T) I use the .Sort. Something like this Dim MyListing As New List( Of String ) '...work with list here... MyListing.Sort() ...Show All
SQL Server after taking backup , not able to see Databasename.Bak
Hi.. I am triying to take full ,differential ,transactionlog backups... For that i have created jobs... I am able to create a job, run a job, it says success... But not able to see the database.bak at the specified location... I have admin rights on my local computer .. also admin rights on sql server2005... can you tell me , where i am going wrong... And if i take a back up by right clicking the database , i am abe to get the database.bak If you are doing a backup you are always doing a backup on the server not on the client you are connected with. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Commerce Server New Commerce Server 2007 Web Site - Online!
Hi all, I’m very happy to announce that we finished our Commerce Server 2007 Web Site. It’s online at www.extra.com.br . Thanks! -- Andre Nobre Unidade de Servicos BRQ Solucoes em Informatica Ltda Tel.: +55 (11) 2126-6924 Cel: +55 (11) 8392-3474 anobre@brq.com www.brq.com - CMMI 5 Andre, Congrats on the launch! I wanted to point out that your Flash bits are requiring a click-to-activate on IE7. You might want to check out some of the Flash server-side controls that emit the proper JavaScript to resolve that. Feel free to share any tips, tricks, and general feedback that you have from the development process! Cheers, Colin ...Show All
SharePoint Products and Technologies MOSS 2007 farm installation issue
We have installed MOSS 2007 Farm setup having 4 servers in total as follows. 1. SRV1 - Acting as SQLServer 2. SRV2 - Acting as SSP Server and hosting Admin site, search and indexing services 3. WEBFRONT01 - Web frontend server running 'Web Application Service' 4. WEBFRONT02 - Web frontend server running 'Web Application Service' When I create a web application and site collection through Admin site, the site gets created on both the web frontend servers, which is fine. But only one of the web frontend servers is able to serve incoming request. i.e. If I try http://WEBFRONT01 I get to the page, but when I try http://WEBFRONT02 I automatically get redirected to http://WEBFRONT01 and I get to see the page. If I swi ...Show All
Visual C++ [OTP] Error message PSAPI.DLL
I am getting a error pop up saying Get Process Image file name w. could not be located in the dynamic link library psapi.dll What should I do to fix this. April Brain, I found the blog, This is what my computer came up with about 10 items, I tried to copy and paist but I couldn't. So should I rename all of them taking away the .dll and replace with old. All modified Dates are before 2004. Name Folder dhcpsapi.dll C:\I386 psapi.dll C:\I386 psapi.dll C:\dj840\win2k_xp dhcpsapi.dll & psapi.dll c:\windows\system32 psapi.dll c:\programs files\motive\asstcommon &c:\windows\servicepackfiles\i386 & c:\programfiles\hewlett-packar ...Show All
