141 Topics

Member Avatar for
Member Avatar for QuesoTaco

I am using Microsoft Visual Studio 08 version on a computer where I do not have admin privileges. After building my project, I want to put the .exe into the Visual Studio 08's VC folder in order to run dumpbin from the command prompt, but it won't let me copy …

Member Avatar for template<>
0
528
Member Avatar for Trepach

Environment: MS Visual Studio 2008. (Please transfer this thread to where it belongs.) Project type: Windows Forms Control Library. Goal: Get the pixel color from a given process' main window. Already achieved: I got the desired process's pointer by using [code]cli::array<Process ^>^ Proc = System::Diagnostics::Process::GetProcessesByName("Notepad");[/code] I believe I got the …

Member Avatar for Trepach
0
382
Member Avatar for jlivvers

Hi, apologies if this isn't the correct thread for this question! I'm running some web tests on a couple of sites, simple stuff to gauge average page load times etc. However the internet provided here is through a cache and makes the test fail in most cases because the test …

0
97
Member Avatar for sachintha81

I want to add a custom configuration section to my App.Config file in my C# 2010 project. I want the section to look like the following. [CODE]<DmModules> <Module Name="Module1"> <add key="DbType" value="..."> <add key="ConnType" value="..."> </Module> <Module Name="Module2"> <add key="DbType" value="..."> <add key="ConnType" value="..."> </Module> </DmModules>[/CODE] Of course there can …

Member Avatar for sachintha81
0
313
Member Avatar for Msam85

Hi all, I'm new with asp.net and I'm currently starting a project with MVC 2. As far as I know the models folder is dedicated to store the .cs of our entities and in the controllers folder you receive the petitions from views, create new instances of the entities and …

0
104
Member Avatar for ZER09

Hello to all, I got problem in my vb.net program in publishing it. I am using Microsoft Visual Studio 2008, when I publish my program and I got the setup file and when i tried to run into another computer I got some error saying that it cant connect into …

Member Avatar for bincly
0
167
Member Avatar for judithSampathwa

hi there, i am trying the VS 2010 ASP.NET MVC website project and when i create a web page and click shift+F7 i cannot view the design of the page, why is this can some one help me out? thankx

Member Avatar for judithSampathwa
0
67
Member Avatar for yoyoyy

how can I make menu like tool in visual studio when hover on it. it will show the rest of menu to the right.

0
77
Member Avatar for L3gacy

I use Microsoft Visual Studio Professional on my Desktop PC, but my GTX 260 just failed and im dojng an RMA, so I started trying to program on my laptop. I am around 1/3 of the way through Ivor Hortons Beginning Visual C++, the book covers Native C++ and C++/CLI, …

Member Avatar for mike_2000_17
0
393
Member Avatar for uchiha203

Hi guys, I just want to ask some help I added a Download Button in every row of my Gridview. Its function is to download the Binary File of the corresponding row. Whenever i run it it gives me the error "Object reference not set to an instance of an …

Member Avatar for uchiha203
0
171
Member Avatar for tjm6f4

Hi, I'm pretty new to C# but I'm very familiar with C++ and first off I wanted to know if anyone has a good website with some tutorials for C#. Other than that, I have a few basic questions regarding GUI programming. I suppose one question at a time is …

Member Avatar for Ketsuekiame
0
143
Member Avatar for SaberExcalibur

I'm using 2005 visual studio. I have made a windows application, using visual basic language along with crystal reports. My crystal reports function well whenever i run it within the unpublish project but the time I published the project the crystal reports always fail. Because it can't find the RPT …

Member Avatar for Luc001
0
162
Member Avatar for StickyTape

I've been using Visual Studio 2010 Ultimate to learn C++ and have created a project file. Within that project file are 2 .cpp files. I use one to refresh my memory of what I've learned and the other to enhance my knowledge of C++. The problem is that whenever I …

Member Avatar for myk45
0
200
Member Avatar for erum

ca any one correct my insert query in database [code] Dim hotel_book As String = "insert into hotelbooking (Userid, hotel_requirement_Types, singleroom, single_no_room,doubleroom,double_no_room) " & _"VALUES (" & userid & ", '" & ckchecked.Text & "' , & singlecheck & , & no_single_room & , & doublecheck & , &no_double_room & …

Member Avatar for kvprajapati
0
89
Member Avatar for stelman

Hi there, I want to use a PictureBox in my project. The PictureBox does not appear in the default toolbox settings, so I tried to add it myself. I opened tools->choose toolbox items->.NET Framework Components and I chose the PictureBox along with other controls that are selected by default, but …

0
84
Member Avatar for ChaosKnight11

Hi. I am working on a visual C++ app and I was wondering if it is possible to use PostgreSQL for database interaction instead of the default SQL Server? I saw a connector for .NET but it's written in C#, will that work for a C++ app also? Or is …

Member Avatar for Stefano Mtangoo
0
324
Member Avatar for kobekobe

I'm trying to set up performance dashboard in SQL Server Management Studio Express. I'm currently running SQL Server 2005 SP3 ('product level') and also have installed the Performance Dashboard add-on. A couple of forums I've seen said that I could access the reporting feature by updating the Management Studio Express …

0
140
Member Avatar for juand89

Hello, I'm new to python world (I had only programmed on Visual Basic or Delphi), right now I'm doing a program on ironpython studio in wich I need to switch between forms. The thing is that I don't know where and how to initialize "form2" from "form1" to call it. …

0
94
Member Avatar for Gramotey

Dear DANIWEB community members, I am a newbie with Windoze programming, and I hope you could help me going with my project as I have a really just a technical question: I have a simple GUI with some buttons and text boxes defined in a form .h file, and I …

Member Avatar for Gramotey
0
197
Member Avatar for jackparsana

Hi, Please me to do this. I have one Webapplication. its build on vs 2010 and back-end is MsSql server 2008 and create setup for installing in another Standalone PC. The Problem is I can't run Application without installing Vs? is there any solution? can I run setup without install …

Member Avatar for jackparsana
0
211
Member Avatar for daniyoyo

I have web project and window project.Web project reference from window project and I want to debug from web project to source code in window project. Where do I setup to look for debug source code in window project. I copied all source code from another computer. but on another …

0
87
Member Avatar for smariano77

Hi, I have this connction string: [CODE]Private conexion As New OdbcConnection("DRIVER={MySQL ODBC 5.1.50 Driver}; SERVER=localhost; DATABASE=netstore; UID=root; PASSWORD=123456; OPTION=3")[/CODE] I use: Visual Studio 2010 MySQL 5.1.50 When I try to open the connection, this error appears: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver …

Member Avatar for smariano77
0
85
Member Avatar for chris311fan

Hello, I've been assigned to build a calculator using visual studio 2008 or 2010, and I have both...however, I could really use some help on the code. I major in Computer Science however my specialty is virus removal and things like that, NOT programming. is there any way someone could …

Member Avatar for codeorder
0
114
Member Avatar for bokr66

Hi, I have a problem with an VB aplication programmed in Visual studio 2005. Recently i was upgraded my computer with windows XP to Windows 7 Ultimate (fresh instalation). After that I made reinstallation Visual studio 2005 and service pack 1 for Vista/win7. My problem now is when I run …

Member Avatar for bokr66
0
367
Member Avatar for Orion2k

well first of all I ask u people don't try to give me advices like use QT instead that waste my time lot I want a direct answer how to do this cause this is really important C++ Module in my college has just started well the whole yesterday night …

Member Avatar for Ancient Dragon
-1
151
Member Avatar for herit02

it was regarding in vb.net text operations, i want to replace the text by finding some particular text. but the problem arises when the starting and the at the end delimiter of the string is something same every-time but middle thing keeps on changing so how can i work out …

Member Avatar for GeekByChoiCe
0
119
Member Avatar for SuzyDavis

Hi there, I am a Microsoft Word developer and I sell Microsoft Office solutions, to companies. I am beginning to be concerned that my solutions are being copied - which is fairly easy. I am hoping someone can give me some advice about the best way to do this. I …

Member Avatar for the_carpenter
0
155
Member Avatar for jtok

It used to be, that when I would type: [CODE]#div{[/CODE] and hit "return", Visual studio would autocorrect to: [CODE] #div {[/CODE] as well as a number of other things. That is just the easiest example. It also doesn't automatically indent the next line... I am using Visual Studio 2008 SP1. …

Member Avatar for BrianHelp
-1
150
Member Avatar for c12345n

I have a solution with many projects (assembled sepparetely), all works fine, but I want merge all because i want make only one project (I want it more secure without reflection to make obfuscation process). In process of integration anything appear not be assigned correctly. - I want run unified …

Member Avatar for Venjense
0
172
Member Avatar for jeffcogswell

With the recent release of Visual Studio 2010, Microsoft has updated.NET and the C# language, both now at version 4. One of the new features of C# is the ability to handle dynamic types. But what exactly does that mean? Essentially, if you're very careful, you can use C# in …

Member Avatar for Tekmaven
5
723

The End.