Visual Studio 2005 is a previous version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development.
0
votes
0answers
39 views
How to use pkgIndex.tcl file to create a dll for a tcl package in visual studio 2005
I have built a package in tcl and created a file pkgIndex.tcl. The name of my package is GADC. Now i am creating a dll file using visual studio 2005. The project contains a cpp wrapper file. Just to ...
1
vote
1answer
241 views
Set administrator privilege for my C++ application in VS2005
I am currently working on Windows 7 porting of one of our Framework. It was successfully running in Windows-XP 64bit platform.
Now I am building all my projects in Windows 7 64-bit. But I couldn't ...
-1
votes
1answer
66 views
Each time I click on panel how a different text will appear in a textbox [closed]
When I click on panel a text appears in a textbox. But I want different text to appear in textbox each time I click on panel. I have used array of string but am not getting a desirable output. Plz ...
0
votes
1answer
332 views
How add ToolStripMenuitem in Treeview using VB.NET 2005
I have Toolstripmenuitem as below,
Using the Below code i am geting the result like,
For Each t As ToolStripItem In fobj.MenuStrip1.Items
Dim parentnode As TreeNode = ...
1
vote
0answers
229 views
windows mobile 6.5 vs 6.0 datagrid not working
when data is displayed on a Windows Mobile 6.0 or 5.0 device, the datagrid columns width can be controlled and look fine.
However when running on a Windows Mobile 6.5 device, there is no control of ...
0
votes
1answer
63 views
textbox becomes disabled (not editable) in debug mode in visual studio 2005
It has been working fine with no any issue, just suddenly noticed I can't edit any textbox if I am in debug mode, no problem in run mode
My visual studio is 2005, never had this problem before.
0
votes
1answer
44 views
Tell Visual C++ where to look for DLLs
I can set global search directories for headers and libraries in VC++ Tools->Options->Projects and Solutions.
But what about DLLs? Can I do this through VC++ itself which would be preferable?
0
votes
0answers
45 views
__declspec (thread) on arrays
The following code:
__declspec (thread) static int somearray[4][4] = {
{16, 12, 12, 8},
{12, 8, 8, 4},
{12, 8, 8, 4},
{ 8, 4, 4, 0}};
throws the following error:
error C2144: ...
0
votes
2answers
269 views
How to display special characters - knowing its alt code
I want to know how to display some special characters from character map (using with Alt) when user type some key.
For example: display ¥(Alt+0165) when type \, display §(Alt+0167) when type [.
I ...
0
votes
1answer
96 views
Easier way to send parameterised query to database?
Is there a way to write the following code in less lines? It seems like a lot of code to execute such a simple query. No LINQ as I am using VS2005. Answers in either VB or C# are acceptable.
Using ...
0
votes
1answer
154 views
DirectCast not working
'ofd is open file dialog
Dim img As Bitmap
Dim iscmyk As Boolean
Dim i As String
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
...
0
votes
3answers
703 views
Permissions on Application Folder
I have a default application setup created using Visual Studio 2005. When my application is installed, it's only work running as administrator, because some files are written in the Application ...
0
votes
1answer
538 views
Creating an XML file from a xsd Schema at runtime
I'm trying to create an xml report of the settings of a test.
My program is a testing suite and I would like to know the information it runs with, and present it in xml format.
I have an xml schema ...
1
vote
0answers
134 views
select multiple controls at runtime just what we can do at design time [closed]
I am developing an application, I need some idea to select multiple control in the run time environment A just what we can do at design time
as of now i can select one control at a time but i need ...
0
votes
1answer
42 views
Versioning Report Projects with Team foundation server
When i try to use Team Foundation Server to version a report project with visual 2005 like these
But when I try to save it, the following errors appears
Do you have any idea how to solve it
2
votes
1answer
87 views
Using find & replace with regex to refactor a method call in Visual C++
I have loads of instances of code like:
throw CODBCException("Error!",GetHENV(),GetHDBC());
throw CODBCException(Msg,GetHENV(),GetHDBC());
I want to replace each with a utility method:
...
1
vote
1answer
211 views
VSTO default setup is not working
I just create a VSTO second edition project for Word AddIn and build the Setup project.
After installed, the error was detected:
Could not load file or assembly 'WordAddIn1, Version=1.0.0.0, ...
1
vote
2answers
221 views
How to specify individual List item's Font color in VC++ WTL
I have list box CListBox in which i need to specify the color of individual list item according to some condition. How can i achieve this.
Im running VS2005.
The application is a WTL Dialog based ...
1
vote
0answers
73 views
project type is not supported - VS 2005 web service
I tried to open the VS 2005 web service project on a new laptop - window 7 32 bit professional. It shows the below message -
I already installed VS 2005 professional on this laptop.
What kind of ...
3
votes
1answer
364 views
How do I disable 'Just My Code' in Visual Basic 2005 Express?
How do I disable 'Just My Code' in Visual Basic 2005 Express?
It is supposed to be in menu Tools -> Options -> Debugging -> Enable Just My Code, but I can't find it.
27
votes
2answers
603 views
Why could COM interop layer be 40 times slower when client is compiled in VS 2010 vs VS 2005?
My team works with the COM API of a large simulation application. Most simulation files run into the hundreds of megabytes and appear to get fully loaded into memory when they are opened.
The main ...
-1
votes
1answer
43 views
How to create a file of extention .tvm
I have a code shown below
private string m_simview= String.Empty;
public string SimView
{
get
{
return m_simview;
}
set
{
...
0
votes
0answers
252 views
Converting c++ VS2005 to VS2010 error in Regserver code -2147312566
I have a server application that was coded in c++ using VS2005 , now i want to upgrade it to VS2010. but i got the following error:
error MSB3073: The command ...
1
vote
1answer
633 views
Create a Column for a Double in ms-Access via SQL
I am trying to create columns within my ms-access table using SQL. I want to put doubles from my vb.net software into the column with several decimal places. I am unsure of the correct column type to ...
2
votes
1answer
51 views
debug a debug dll linked to a release executable
In visual studio how can I debug/step into calls made by an exe to a library ?
The exe is available only in release mode and calls the library which is built in debug mode
I made a simple vs solution ...
3
votes
0answers
455 views
FreeConsole behaviour on Windows 8
On Windows 8, we have an issue with FreeConsole. It seems to close the stdio handles, without shutting the file streams.
This may be a Windows 8 problem, or it could be that I simply don't understand ...
0
votes
1answer
383 views
VSTO: Visual Studio 2005 with Office 2010 64
I was developing a Office 2003 Add-In with Visual Studio 2005. But after unistall Office 2003 and intall Office 2010 x64, my project stops working.
It's present some errors:
Error 7 The type or ...
0
votes
0answers
81 views
msbuild property sheets: link to different libraries in debug or release config
Using a property sheet, I would like to link to QtGuid4.lib in debug mode, and to QtGui4.lib in release mode; but the VS2005 property sheet editor doesn't differentiate between debug/release ...
0
votes
0answers
491 views
Copy data from one excel file to another excel file in visual basic for SSIS
I have been working in SSIS. I have to copy the data from SQL Server database to excel file. The excel file should be from a standard template. I have to write a script for copying the contents from ...
0
votes
0answers
199 views
EPSON LQ 300+ Paper Feed incorrectly in VB.Net 2005
In my Billing Form, i am using raw data to print in the rollpaper with EPSON LQ300+.
I set defaulty 3inches paper feed in Printer for the purpose of manually cutting the Bill.
And i call the FF(12) ...
0
votes
2answers
623 views
How to read column names using SQL
I am trying to read the column names from a table using a jet SQL query. The data table is held in ms-access in 2002-2003 compatibility mode. I have tried a couple of variations for the query but I ...
1
vote
1answer
57 views
Need help on replacing access db file on deployed project in visual studio 2005
I have a VB based VS2005 appl developed using Access DB a few years back on Windows XP and it has been working fine until moving to Windows 7. I re-built the solution by changing to the x64 platform ...
0
votes
2answers
919 views
Export data from sql server to excel using SSIS
First I will explain what is my requirement and then I will explain what I have done so far and what are all the helps I need...
I have to export data from sql server to excel sheet. The excel ...
1
vote
0answers
278 views
how send Printer command to EPSON LQ-300+ from VB.NET 2005
I have to send a priter command for changing font from VB.NET.
And i am using RawprinterHelperClass and sendstringtoprinter(printername,stringname) function to print a string.
I have Printer Command ...
0
votes
1answer
133 views
Problems with using a dll in a JNI-created dll
I am working on a Java project in which I have to use a third party dll (let's say abc.dll). So I created a native header file using JNI.
Then I created a dll project on vs2005 (typical win32 app.) ...
0
votes
1answer
157 views
VS2012 migration “HasTrailingSlash” issue
I am trying to migrate a VS 2005 project to VS 2012. But it reports the following error.
The "HasTrailingSlash" function only accepts a scalar value, but its
argument "$(IntDir)" evaluates to
...
1
vote
1answer
356 views
Creating a dialog for Word Addin
How can I create a Settings dialog for a Word Addin.
I have already creating a Windows Form and I'm calling 'form.Show()`. But It's creating a new Window.
How can I pass the owner by ...
1
vote
2answers
485 views
how stop the printer after print the Last line in the crystal report (VS2005)
i have a crystal report in vs2005. I have to print this report in rollpaper with dotmatrix printer.
After printng the report it omit some waste spaces.
I have to stop the printer where the last line ...
0
votes
1answer
1k views
crystal reports, ReportDocument.printtoprinter() not executing in live code
I am developing a web application in which crystal reports are being used for Reporting.
Developing Environment : MS Visual Studio 2005 (ASP.NET, C#.NET And Crystal Reports)
I'am using the following ...
0
votes
1answer
116 views
LNK error 2001 while building wpa_supplicant
enter code hereI am trying to build wpa_supplicant applicantion on windows suing VS2005. whn i built i am getting Link error...
enter code here
1>------ Rebuild All started: Project: wpa_cli, ...
1
vote
1answer
581 views
How to convert Windows Form to PDF including values of textboxes
I have created a Windows Application in Visual Studio 2005. In this application, the user is able to export the current active form to a PDF file.
The problem is how do I save it with the values of ...
2
votes
1answer
660 views
How save Windows Form as pdf
I'm creating a Windows Application with several forms in Microsoft Visual Studio 2005. I want the user to be able to export the current open form as a PDF-file. I ran into some answers recommending ...
2
votes
3answers
2k views
find the difference between two datetimes in seconds
I have had a quick look around and I can't find an answer to this in vb.net or something that I can convert into vb.net.
I have two DateTimes in vb.net's 'Date' class. I would like to find the ...
1
vote
3answers
170 views
How to make a MS-Visual C++ application maximize?
I want to make an app in msvc++ which will maximize on starting.When i execute my program and then maximize it by clicking on the maximize button, the windows enlarges, but the components dont ...
1
vote
0answers
127 views
Programmatic registering an ActiveX control
I have an ActiveX control that I developed in VS2005. I've converted it over to VS2008. I have a ComRegisterFunctionAttribute and a ComUnregisterFunctionAttribute in my code, and all works well when ...
0
votes
1answer
218 views
The fastest way to query a vb array for datetimes within two boundaries
I am writing a function to increase the time scale of raw calculation data with a time density of about two minutes to five minutes(and other larger scales after). There are over 100k data points held ...
1
vote
1answer
202 views
Visual Studio Load Test keeps sending request
I started using Visual Studio load test a few days ago. I am calling a URL and get the average response time results. My problem is I want the test tool send 1 user 1 request. But the test tool sends ...
0
votes
0answers
34 views
why i am getting error error LNK2005: "private: __thiscall type_info::type_info
I am trying to create the dll file of my tcl code using cpp wrappers on visual studio 2005. But i am getting the below error while building the project.
error LNK2005: "private: __thiscall ...
-1
votes
3answers
603 views
How to Round DateTime in Vb.net to the nearest 5mins
I am writing some data analysis software, I want to upscale timebase of my Raw Data. My Raw Data has a time step of ~2minutes. I want to scale the data into several database tables with a timestep of ...
1
vote
2answers
908 views
Switching between multiple reports (.rdlc) in a single report viewer
I have 2 reports, "report1.rdlc" and "report2.rdlc" and I want to be able to swap betweent the 2 of them in a single report viewer ("rv_1").
I also have 3 buttons:
btn_1 which does:
...