jstewart335's Q&A profile
Visual Studio Express Editions afxwin1.inl(1034): error C4430
Well i decide to learn some C/C++ since i heard about the Express Edition. Im running into some strange error(im not a programmer, im a 3DCG artist). heres my code: #include <afxwin.h> struct CFrameTest : public CFrameWnd { CFrameTest() { Create(NULL, "Windows Application Tester", WS_POPUPWINDOW ...Show All
Visual Basic Graphics question
Hi there, I'm not sure where is the best place to post, but here goes anyway... 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 plun ...Show All
Visual Studio Team System VStudio 2005 and SQL Server 2000?
Is it possible for me to use Visual Studio 2005 for Software Developers and connect to SQL Server 2000 or do I have to use SQL Server 2005 TIA Eric, Thanks for responding. I have not tried it yet. I just wanted to be sure before I go through the motions of installing Beta 2 of studio. Thanx ...Show All
Windows Forms Databindings Advanced Properties Design Window bug.
There is an issue when creating a form using the Table drag drop tool. When dropping a nullable float column from the datasources tab, the resultant textbox does not allow nulls to be entered into it. Once a value is entered in the field and later cleared, the textbox will not let you leave it, and will not save the null value to the database. The workaround for this oversight is to include a line of code for each such textbox in your ...Show All
Visual C# Execute file on remote machine (WMI ??) ...
Hi all I would like to execute a file (.exe, .cmd, .bat etc.) on a remote machine (File is stored on the remote machine) ... Does anybody know how to do this Do I have to use WMI If yes, how Thanks for any comments !! Best regards Frank Uray I have not seen many examples of this but yes you can use WMI to do this. To get it working you might want to have a look at the vbscript versions on the ...Show All
SQL Server Problems restoring 2000 db to 2005
Hello, I'm having a problem restoring a db from sql server 2000 to 2005. The db is around 4 gigs, and seems to restore fine on other 2000 servers, just not 2005. In the restore window, for some reason it sees the name as 'INCOMPLETE', when starting restore it will get error after about 20% complete: System.Data.SqlClient.SqlError: The media family on device 'P:\MSOC_FULL.DMP' is incorrectly formed. SQL Server cannot process this med ...Show All
.NET Development TCPListener help with port assignments
VS 2005 - VB.net Using Loopback interface (127.0.0.1) for communication between 2 seperate apps (A service, and a Service Controller) - lovingly known as IPC. Chose to use TCP to facilite communication. If there's an easier/better way, dont hesitate to suggest it (i'm new to .net and object oriented programming) Am I doing this correctly (best practice question) 1) Service establishes a TCPListener on port 1515 and listens asyncronously. 2) Serv ...Show All
Windows Forms DataColumn.Expression - automatically updating values in controls
My application has a DataSet with a table that has a set of columns with default values and some columns with expressions based on the other columns. Using a form bound to those columns the user should be able to edit the default values and see the values in the controls bound to columns with expressions update instantly. What happens, though, is the application starts and the controls display the default values and expression-based values corre ...Show All
Visual Basic Printing a VB project
Call me old school, but I am just coming up to speed on VB and would like to print out the entire contents of a VB project. How can I print it without using screen prints ...Show All
Visual Studio Express Editions The resource editor
I have downloaded Visual C++ 2005 Express Edition and it generally appears good but one feature I am missing is the resource editor. Which version of Visual Studio would I need to buy to get the resource editor. Mog0 resources are just text files somewhere i had a help file for RC.EXE you can still edit them manuanly (or useing a recource editer) but there is no gui for it. ...Show All
Visual C# Error with VS.NET 2003 application
Hi all, I have an C# app that uses 2 COM files (activex exe and activex dll). I built the app (the exe and the necessary interop dll's located in the bin folder. I copied the files onto another machine where the .Net Framework 1.1 is installed. When I launch the app, I get an error: ************** Ausnametext ************** System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. at FahrscheinFoto ...Show All
Windows Forms Panic button
I'm working with a routine that iterates through a collection of ListView Items and if they pass certain criteria they are cloned for another operation later in the code - this is done via a For...Loop. I'm working with thousands of ListView It ...Show All
Visual Basic Finding physical path of mapped drive
I need to implement this into a web application. i kow it is possible vis console application but that doesn't give client side information. Is it possible to get Client side mapped drive's phsyical path You may want to check out Atlas which is in Beta. Atlas will allow clients running client side Java to use very rich Basic or c# classes - client side or server side asynchronously. I am not up on it enough yet ...Show All
Visual Studio Problems with VSS (Internet) ... cannot check-in (on RTM version)
So I setup my repository correctly and I have my plug-in working (seemingly fine) in VS.NET 2005. I can download the project via VSS (Internet) and I can even check-out files. I just cannot check in. I get a 'Cannot upload file guid.guid .bin' error message. I checked permissions on all of the directories and in IIS and they seem fine. Certainly not having an issue downloading or check-ing out. The server is running on Win2000 Server wit ...Show All
Visual Studio 2008 (Pre-release) DataTemplate/DataBinding not working.
<DataTemplate DataType="{x:Type l:Angle}"> <StackPanel Orientation="Horizontal"> <TextBox Text="{Binding Degrees}"/> <TextBox Text="{Binding Minutes}"/> <TextBox Text="{Binding Seconds}"/> </StackPanel> </DataTemplate> <StackPanel Grid.Row="0"> <TextBlock>Northern Latitude:</TextBlock> <ContentPresenter Content= ...Show All
