Answer Questions
johoja stupid newbie needs help with serial port communication
Hi, I hope someone can help me... I'm trying to use visual basic 2005 to recieve data from an ooPic device which is transmitting an incremental value via the serial port... the code used to do this is described here: *********** Do variable = variable + 1 serial.string = str$(variable) Loop *********** I'm using this so i can try see if i can recieve this data using visual basic 2005 to display the value in a window when ...Show All
Pramode prob using afxdisp.h /MFC use/ CLR support
I'm making a project on vc++ 2005, I want to plot graphs, so using MSChart evrything goes fine, till i come to point where I've to include afxdisp.h by defualt i'm using Project properties as.. use of MFC: standard windows library clr support: /clr:pure but i got this error Visual Studio 8\VC\atlmfc\include\afx.h(24) : fatal error C1189: #error : Building MFC application with /MD (CRT dll version) requires MFC shared dll version. Please #defin ...Show All
zhonglixunni Problem on Sorting Strings
Hi, I have this problem on sorting strings. I want to sort the Strings in ascending order. Here are my strings: A,1111 B,3333 C,2222 D,3333 A,3333 B,2222 C,1111 D,2222 A,2222 B,1111 C,3333 D,1111 I am getting them from a text file. How can I make it look like this: A,1111 A,2222 A,3333 B,1111 B,2222 B,3333 C,1111 C,2222 C,3333 D,1111 D,2222 D,3333 I have a code already but my results are like this: A,111 --->>> Sorted Elements - Provis ...Show All
HowardH VC++E Forms Designer Hell
Hello all, while working on a form in my project i got the following error: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. Either VCProject or VCCodeModel is not ready yet. Please close designer and try again. Hide at Microsoft.VisualC.CppCodeP ...Show All
Raimund Cannot see my sql servers or databases in Express edition
Hi In visual studio 2005 express edition: When I add a datasource (new connection) I do not see any of my Sql servers. It only asks me for a database name. Also I do not see A server explorer in the view menu. If I use my visual studio 2003, I am able to see all instances of SQL's Why is this happening Thanks Robert The express editions don't support connections to SQL server, just to a local SQL Express datab ...Show All
Razvan_G Cannot Create C++ Class from wizard
I cannot create a class from the wizard from Project Add class. I get an error "Code model not available, cannot add class". Even if I manually create a class then also I am not able to add functions or members to it "The operation could not be completed. The parameter is incorrect". Any suggestions Hello, I am having the same problem. I am trying to add a general "C++ Class". Thanks, Aristotel Did ...Show All
Daniel_CL Can Visual Studio 2005 debug vbscript scripts?
I've just downloaded Visual Basic 2005 Express Edition, which can open .vbs scripts, but doesn't highlight syntax, provide debugging etc for vbscript files. What edition of Visual Studio 2005 (if any) can provide this level of vbscript support Thanks for the info. I downloaded Visual Web Developer 2005 Express and found that it highlights vbscript syntax, but doesn't provide intellisense or integrated ...Show All
Alex Chew express
Hi, I'm new to asp.net. A question about visual web developer 2005 express, does it work with sql server 2000, Is there a standard version for visaul web developer 2005, if later we need to develop sites for about 100 clients to see, what version of web develop and database product should we purchase Thanks I can not say from experience as I do not have sql 2000 available. I look ...Show All
crnriman Help needed with KeyDown
Hi all, I am new to VB2005 and am having trouble identifing a keypress. In VB6 I would just use the textboxname. keydown event which would return a key code identifying the key. But it doesn't seem to work in VB2005. Any ideas please Hi, It still works on VB2005. Though getting the inputted key is quite different: Private Sub TextBox1_KeyPress(ByVal sender As System.Object, By ...Show All
WolfgangB Porting a database from SQL Express to SQL Server
Hello, I'm sure this is a relatively simple thing to do, but I'm just learning SQL so it's not something I know yet. I am building using VWD Express and SQL Express on my Windows XP laptop, my production server is using IIS 6.0 and SQL Server 2005 Developer's Edition (beta still of course) on a Windows Server 2003 system. What I need to know, if I just directly copy the files, will it work And if not, what do I need to do to get it to work, I a ...Show All
wally666 attempting to create a COM object.
I am trying to create a dll to be used for sourcesafe 2005 automation. From the help there appears to be to ways to create a com object. First open a COM template. This option is not one of the available templates when i choose to add new item, after opening the class library project. The other option is to choose the Register for COM Interop check box on the compile tab. I do not have this box either. When i go to the build i also do n ...Show All
LGS BindingNavigator Not Working
I am trying to use the BindingNavigator with XML data in DataGridView. Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load Dim filePath As String = "authors.xml" [AuthorsDataSet].ReadXml(filePath) DataGridView1.DataSource = [AuthorsDataSet] DataGridView1.DataMember = "authors" ' Set the DataSource to the DataSet, and the DataMember ' to authors. Bin ...Show All
Othello export whole program/project to work on another pc?
hi dudes, sorry i'm very much vb.newby... can someone please explain how i can export my project i'm writing in spare time at work to my home pc, intact with all code and interface design in place please in vb.net express i have tried saving the project and then copying the whole project folder home but this doesn't seem to work properly when i open a file - there's so many, anyway! another thing i thought i might try was to export proj ...Show All
Jaime de la Mancha Modify a structure from ArrayList
I have an ArrayList list, which I populate with some structures like struct NiftyStructure { public int number1, number2...; } Doing something like: ((NiftyStructure)list[3]).number1--; doesnt work. I get a "Error 2 Cannot modify the result of an unboxing conversion" compilation error. Can anyone help please 1. Can't I do it without changi ...Show All
MSDevPartners another Problem after SDK\VC++
I just installed my SDK with VC++ EE, On the directory paths i just wrote this: C:\Program Files\Microsoft Platform SDK\Bin C:\Program Files\Microsoft Platform SDK\Lib C:\Program Files\Microsoft Platform SDK\Include. I dont know if this is the same problem with SDK installation but the error is not the same: befor the error was cannot find windows.h . now the error is: Error 1 error LNK2019: unresolved external symbol _ ...Show All
