blewisjr's Q&A profile
Visual C++ unable to edit command line for a project
Trying to compile and execute a C++ project in VS2005 I ran into a linker problem. After some investigation it turned out that the calling convention was not what it was supposed to be for the functions used in the program. I changed the option for the calling convention from /Gd to /Gz. I needed __stdcall to be made. After that I got this error message: Error 1 Command line error D8016 : '/clr:pure' and '/Gz' command-line options are ...Show All
Visual Basic Add text to a text box from a module
I'm upgrading a program I wrote in VB6 to VB2005 and am having a problem with updating a text box. I have a module that manages serial port communications. When data is received in the serial port buffer, it should update a text box (txtSerialIn) on a form (frmSerialInOut). Here's the code: Public Sub Handler( ByVal strInMessage As String ) frmSerialInOut.txtSerialIn.Text = strRXData & vbCrLf & frmSerialInOut.txtSerialIn. ...Show All
Windows Live Developer Forums HELP!!!! ME PLEASE!!!!
I am getting really annoyed with my msn messenger. I can't sign in and i don't no how to fix it. like i put my e-mail address in and my password and then it goes straight onto we can not sign u in at the mo click troubleshooter and then i click trouble shooter and everything is fine and they can't find any thing wrong!!! What do i do ! ! I know my password is right coz i go to www.hotmail.com to check my e-mails. please help me ...Show All
.NET Development XSL Constants
In xsl files, how can I define a set of constants for which can then be used when certain scenario occurs. For example I need to be able to translate the constant 1 to pre know string and then 2 to a pre know string and 3 to a pre know string and so...How can i do if statements or switch statements in xsl and display the outcome Any ideas Define a variable element that contains a choose element. <xsl: ...Show All
Visual Basic Focus box for radio button
What is the magic word you have to say to coerce radio buttons to have a focus box (dotted rectangle) around them when they have the focus Depending on the phase of the moon or perhaps whether Cody (my Old English Sheepdog) is under the desk, they sometimes are there and sometimes aren't. I would have thought that padding and margins were the relevant factors, but they don't seem to be. Regards, Al Just saw thi ...Show All
Visual Basic Running code from a textbox
Hello, I have an app that i want to run some code that I would edit after runtime with a textbox.... I know How I could parse the file and generate routines based off of this... But If my syntax is already correct for VB I was hoping there would be an easier way for VB to just compile it and process it....then give me the results. Thanks, Jason Wilson http://msdn2.microsoft.com/en-u ...Show All
Visual Studio Express Editions Hey! this is surprising..!
I have got a small AddBok sample written in VB6 and using DAO for accessing data in an MDB file. I opened that project in VB.NET 2005 Exp. and the wizard took over and converted the project to VB.NET. I just pressed F5 and Viola the project ran without a hitch at the first go...! and surprising thing is that it was using DAO and not ADO.NET so to say! Of course I had used pure code in the VB6 sample for accessing data. has any one experienced su ...Show All
Smart Device Development how to generate Setup and deployment project for PPC
HI , I've developed an application for PPC. It's working fine . Now i want to create a setup project. But i don't have any idea abt that. my application utilizes XML lookup tables.Can i add it into setup how to add icon Kindly suggest me to acheive this!. If u know links related to it kindly post it!. Thank You! Check out this link article on MSDN http://msdn.microsoft.com/librar ...Show All
Visual Studio Team System TF30162: Task "WITs" from Group "WorkItemTracking" failed
This is with Beta3 on a real 2003 Standard Server SP1. Setup worked without a problem. I did change the name of the three accounts but they all work fine. I cannot create a project with a user account that's in the domain admin group. However I can create a project with the <setup> account logged on on the server directly. Thinking it's a SQL permission kinda thing, I gave the domain account all the same permissions as the <service> ...Show All
Windows Forms Taskbar-Item in Mediaplayer 9 Style
Is it possible in .net (yes, it is...but HOW ) to write an application that shows controls in its Taskbar "Entry" IMHO it's a nice feature what MS Mediaplayer 9 can show (in a special Toolbar) in the Taskbar and I would like to do&nbs ...Show All
Visual C# Problem with environment?
I have problem on VS2005 IDE, I have format my windows because have some problem on it. I also place the my document in seperated drive. After I install windows and move original my document into the old one (already folder called "Visual Studio 2005"), after that I install again the VS2005. After finish I run the VS2005 but it didn't ask me which environment that I want to choose (for me its OK). Then I create new project and add a &q ...Show All
Visual Studio 2008 (Pre-release) Transform3DCollection, Transform3DGroup
Several questions concerning those two classes: 1. What is the difference between the two 1.a Generally 1.b When do you use which one of the two 2. I thought Transform3DCollection was used to collect a number of transforms to apply them to GeometryModel3D. However, the following code - which accordingly to code examples I found on the net seemed to have worked earlier - does not work with the September release: GeometryModel3D geometryMode ...Show All
Visual Studio Express Editions Problems with SQL Express Beta
Hi, I have just installed Visual Web Developer Beta 2 with SQL Express April CTP. I'm not really to sure what to do now. I think I've got to put sqlcmd S- Server/Instance into the command prompt. I put my computer name where it says Server and SQLExpress where it says Instance. When I put that into Command Prompt, it gives me errors: VIA Provider: The specified module can not be found Error: Microsoft SQL Native Client unable to esta ...Show All
SQL Server How to Disable Windows Authentication
Hi, I want to protect my sql server data with enduser including the End User with Administrative rights. I don't want to expose my sql server data to any one. It is published only through my front end application. I have installed the Second Instance of SQL SERVER and I dumped my database into that Second Instance. even from second instance of sql server also through Windows Authentication mode the ...Show All
.NET Development SMTP and gmail using SSL time out while sending file
I use the following code to send and email with an attachment it works when sending a small attachment at 300 MB but when trying to send 4-5 MB file et times out. so my question is, doanybody knows why public void SendEmailSsl( MyMailMessage msg) { try { System.Net.Mail. MailMessage mm = new System.Net.Mail. MailMessage (); mm.From = new System.Net.Mail. MailAddress (msg.EmailFrom); mm.Body = msg.Ema ...Show All
