Jesse Blankenbiller's Q&A profile
Visual Studio Express Editions Can not publis ASP.NET website
Oh Dear! I have been battling with this software for some weeks now and although my ISP says ASPs will run OK and has proven this with their own code, I have found that even the "out of the box" solutions and templates provided by Visual Studio Express consistently fail to work! Fustratingly, and after many hours of work they perform fine on my PC, but not when published (even when published in their native format). The erro ...Show All
Visual C++ Help needed for Error:LNK1561 with _tmain()
Hi, I am a newbie Visual C++ programmer. I am currently using the Visual C++ 2005 Express Edition on my PC. I have a problem in implementing the _tmain() function. I created a project( CLR Console App.) for the basic 'Hello World' program. (This is from a book.). Below, I have listed the code & the compiler output. Why doesn't the project recognise the _tmain() function The Program: // ASimpleProject.cpp : main project f ...Show All
Windows Forms Need practical examples of row validation and error handling on DataGridView
I need a practical example of row validating and error handling for the DataGridView. My DataGridView is bound and some cells are required. None of the examples I've seen on MSDN show 1) how to determine which required fields were not supplied and 2) how to give the user an intelligent message informing them of all the rows they need to enter and 3) keep the user on the row so they don't loose their edits. It seems&nbs ...Show All
Software Development for Windows Vista Will there be a new GetOpenFileName API that wraps/calls IFileDialog?
Similar to the way PrintDlg calls PrintDlgEx behind the scenes in 2000/XP when you don't have a hookproc, is there going to be something similar where you call legacy APIs such as GetOpenFileName and somehow it encapsulates or calls down to IFileDialog (IFileOpenDialog) From what I saw in the PDC video here: http://microsoft.sitestream.com/PDC05/DAT/DAT307.htm#nopreload=1&autostart=1 there is a ton of COM client code that need ...Show All
Visual Studio Express Editions Some graphics questions in VB
Hi there, I think I accidently posted this in the wrong place before... I'm planning to make a graphics program in Visual Basic. Although I used Visual Basic a long time ago, and have somewhat of a knowledge of programming, I am by no means expert (you might say barely past beginner) and have been more of an enthusiast in the past (my real job is design and animation). Recently, I downloaded VB Express and decided to take the plunge ag ...Show All
Visual Studio Team System Is there a way to delete a Work Item Type?
I've been playing with the customization capabilities for Work Item Types (kudos MS for some very cool extensibility features here). Is there a tool available (or some type of workaround) that allows you to delete a work item type Thanks. Currently for v1 there is no way to delete a WorkItemType (WIT). You can update/modify an existing workitemtype by exporting the WIT, modifying the xml and importing again. This will ove ...Show All
Visual FoxPro select with alltrim bug???
Please try this... CREATE TABLE C:\FOX\TEST (STRNG C(5)) INSERT INTO TEST (STRNG) VALUES ('A ') INSERT INTO TEST (STRNG) VALUES ('AAA') INSERT INTO TEST (STRNG) VALUES ('AA ') INSERT INTO TEST (STRNG) VALUES (' AA') INSERT INTO TEST (STRNG) VALUES ('B ') INSERT INTO TEST (STRNG) VALUES ('AB ') INSERT INTO TEST (STRNG) VALUES ('ABB') INSERT INTO TEST (STRNG) VALUES (' AB') INSERT INTO TEST (STRNG) VALUES ('C ') INSERT ...Show All
SQL Server Open empty environment
What happened to the Query Designer It's a modal window that doesn't allow you to drag tables from other databases into the query. SQL 2000's verion of Query Designer was so much better than 2005. What happened Are the developers at Microsoft completely retarded Also, why do I have to log into my database servers everytime I open "Server Management Studio" Who thought up that nice feature Probabl ...Show All
Visual Basic Ipod Programming
I just got myself an IPod for x-mas, and was not happy with the the software bundle included (ITunes). So I started browsing the web for 3'rd party software which could transfer music from IPod->Computer and Computer->IPod. But I found all of those programs missing something I needed and wanted to make an application myself. The only thing I need help with is code to transfer a song to ipod which makes it compatible with the device fo ...Show All
Visual FoxPro An icon instead a 'Memo' in grids.
Hi All; Is there a way to have a grid display an icon instead of memo or Memo for memo fields I'd like to put an icon if the memo field is not empty. Thanks, Aleniko Alex. Thanks for your reply. My main problem though is how to have the functionality of showing the memo content when you hover over the button or control. VFP9 has this feature when you use the usual 'Memo' format. Thx. ...Show All
Visual C++ (MFC Dialog box application )how to add a bitmap(.bmp) image on dialog box
Could you plz tell me how to add a bitmap(.bmp) image on a dialog box. Place a static on your control with the SS_BITMAP style. AFAIK it is called picture control in the toolbar. Assign the bitmap to it or use CStatic::SetBitmap. ...Show All
Windows Forms HasChanges() returning true after AcceptChanges()
Hello, I have a typed DataSet that returns true from HasChanges() true even after I have called AcceptChanges() on the object. I am using data binding using a BindingSource. Any ideas on why this is happening and what I need to do to correct this Details. This is a SmartClient app that calls a webservice method with a typed dataset parameter whose value is set to the results of DataSet.GetChanges(). The web service call is asychrono ...Show All
Visual Basic How to reference a .css inside a VB.NET Console app (.vb page)
Is there a way to reference a css page so I can format my emails (when calling email functions defined) nicely in my console app I've referenced css pages from within aspx pages (using <link href="StyleSheet.css" type="text/css" rel="stylesheet">) but of course I'm not sure how this is done in a console .vb page I have some email functions in this .vb where I have for the body some html and want to reference my css to make it loo ...Show All
Visual Studio Express Editions Is there a command that I can add to my program to insure that the SQL Server is running?
Visual Basic 2005 Express Edition: Occasionally, I get an error message when I run the application that I am developing. The problem appears to be that the SQL Server is not running. Is there a command that I can add to my program to insure that the SQL Server is running Below is the error message that I get at random times immediately upon running under Debug: "An error has occurred while establishing a connection to the server. W ...Show All
Visual Basic Error for windows media encoder
First I develop the Real-time streaming meeting with WME SDK 9, but I find my customer's media Server is running in the platform(windows2000 Server).So I have to redevelop it with WME SDK 7.1. Dim srcVid As IWMEncSource Dim srcAud As IWMEncSource Set srcVid = srcGrp.AddSource(WMENC_VIDEO) Set srcAud = srcGrp.AddSource(WMENC_AUDIO) srcAud.SetInput "ScreenCap://ScreenCapture ...Show All
