4,928 Topics

Member Avatar for
Member Avatar for fuggles

I am trying this: [code=c++] #include <windows.h> #include <windowsx.h> #include <d3d9.h> #pragma comment (lib, "d3d9.lib") LPDIRECT3D9 d3d; LPDIRECT3DDEVICE9 d3ddev; void initD3D(HWND hWnd); void render_frame(void); void cleanD3D(void); LRESULT CALLBACK WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { HWND hWnd; WNDCLASSEX …

Member Avatar for MattEvans
0
119
Member Avatar for javaAddict

Hi all, I am having problem with openCV: I am using Microsoft Studio 2008 From this lnk: [URL="http://sourceforge.net/projects/opencvlibrary/"]http://sourceforge.net/projects/opencvlibrary/[/URL] I downloaded the [U]OpenCV_1.1pre1a.exe[/U] for windows and installed it. I have been searching ways to include the libraries installed but the instructions don't seem to match my VS version? So after creating …

Member Avatar for h.sileem
0
445
Member Avatar for beset123

[code=cplusplus] #include<iostream> using std::cout; using std::cin; using std::endl; #include<conio.h> class Mouse { public: void move(); void turn(); }; void Mouse::move() { char ch; int length; int width; switch (ch) { case '1': cout<<"To move forward"; for(int y;y==length;y--) break; case'2': for(int x;x<width;x++) break; case'3': for(int x;x>0;x--) break; } } void Mouse::turn() …

Member Avatar for Ancient Dragon
0
173
Member Avatar for KlementHonza

Don't you love when Visual Studio severely crashes? I really hate those moments because I am always afraid that if it is a problem of VS and not a problem in my code, I am in trouble... Some time ago I explained The strange case of Visual Studio 2008 severely …

Member Avatar for Salem
-2
171
Member Avatar for yassar

Hi, I am building a web application in c#using visual studio 2008. I want to embed a calendar in a combobox, so that when combobox is clicked a calendar will pop up and user will be able to select a date.

Member Avatar for yassar
0
147
Member Avatar for GDICommander

Hello, everyone! I have a problem with memory free. Here is the necessary code to understand the problem: [CODE] void fillArray(char** referenceArray, FILE* grid) { //ChaĆ®ne qui va contenir une ligne du fichier. char* lineContent = malloc((width + 1) * sizeof(char)); //Pour contenir le "\0" int i, j; for (i …

Member Avatar for jephthah
0
302
Member Avatar for mar_tech546

Hello, We have a VB.Net program that uses GetObject() method. While executing the program, it gives the following exception. <b><i> "Unhandled Exception: System.Exception: Cannot create ActiveX component. at Microsoft.VisualBasic.Interaction.GetObject(String PathName, String Class)"</i></b> The same program is executing successfully in our production environment but not in one of the development environment. …

Member Avatar for Teme64
0
113
Member Avatar for knudmt

Hi, I have a site that allows users to upload images. I am able to upload image, save to server, and display images right away. Problem is that the images dissapear after I navigate away from the site! I am using the file system to store images. You can view …

Member Avatar for knudmt
0
143
Member Avatar for kabanga

I have an asp.net application done in visual studio 2005. When I run the application from code, it rums properly but when I compile the site and run it from IIS there is an ODBCerror. The same is the case when I run the code from IIS instead of running …

Member Avatar for kabanga
0
63
Member Avatar for S2009

Hi I am developing a windows application. For your infomation FRONT END : C# (VISUAL STUDIO 2008) BACKEND : SQL SERVER 2008 In a single form I have an option for add and remove books. Two different buttons are used(Add and Remove Books). When I click on Add button the …

Member Avatar for lighthead
0
5K
Member Avatar for OffbeatPatriot

[code=c] #include <stdio.h> int main() { printf("hello\n"); return 0; } [/code] It's all the more frustrating because I've designed stuff MUCH more complicated on this computer. My errors seem to be all linking errors. I've done all I can think of, which was really just to make sure my subsystem …

Member Avatar for OffbeatPatriot
0
592
Member Avatar for narendra_dani

hi i have completed my project in c# in visual studio 2008 i have used shockwaveflash for playing .swf files its working fine .., i have done setuped the project with all prerequests given .netframe work and windows installer all except the shockwaveflash. so i want i want to check …

Member Avatar for sknake
0
151
Member Avatar for anilopo

i've wrote a code that read and write to some files, and i have a segmentation fault when i'm running it in the g++ (in the visual studio i don't have any problem like that..) anyway, i think the fault may come from this line, can anyone tell me if …

Member Avatar for anilopo
0
87
Member Avatar for Kadence

I'm having a lot of trouble finding enough RAM for a program I'm writing on Vista 64 Ultimate system, even though the system has 8GB RAM and only 2GB is used. I tried to see how many 10 million byte blocks I could allocate using malloc(), and the compiled program …

Member Avatar for jbennet
0
159
Member Avatar for eesmm

Newbie post. Please be kind. I am having terrible trouble creating a Audio VU meter user control in VB (Visual Studio 2008), and hoped somebody might be able to help. I need the simplest type of display - just a label on a user control where the width of the …

Member Avatar for forum@welbie.eu
0
465
Member Avatar for gingank

Hi guys do anyone know how to change the code line from sql express to ms sql 2000. Below is my code help me to check it? web.config [CODE]<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings …

Member Avatar for Ramesh S
0
311
Member Avatar for OffbeatPatriot

I've made a program in Visual Studio, it's a gui meant to control a camera and the functions of it that my problem rotate about are the functions to open and close the link to the camera. The program seems to run but when I run the program outside visual …

Member Avatar for Salem
0
163
Member Avatar for gobi_roy

hi, there, i want to use .gif button and use in the hyperlink. i am not able to move to another page by clicking it. the code is as below: [CODE]<asp:HyperLink ID="HyperLink1" runat="server"><img alt="" longdesc="file:///C:/Documents and Settings/user/My Documents/Visual Studio 2008/WebSites/WebSite9/Images/line.gif" src="Images/line.gif" style="width: 1273px; height: 6px" /></asp:HyperLink>[/CODE]

Member Avatar for kameswari
0
142
Member Avatar for gingank

Hi guy i got problem on the web configure when upload to iis and it come out this error Server Error in '/myTT' Application Configuration Error Error line 31=<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></assemblies></compilation> Below is my web config code: [CODE]<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this …

Member Avatar for Ramesh S
0
400
Member Avatar for joed13k1941

Anyone know how to accomplish this task on visual studio with C++? Write a program that reads a series of numbers (doubles) from the user, then prints the mean and the range. Notes: • You do not know ahead of time how many numbers will be in the list. • …

Member Avatar for collegetextbook
0
304
Member Avatar for progtick

I am losing my mind here. I am using Visual Studio 2008 to develop a website and I am using masterpage and contentpage. If I delete this line from one of the controls on page, then the page formatting breaks. If I keep it, it stays fine. [CODE]<link rel="stylesheet" type="text/css" …

Member Avatar for serkan sendur
0
122
Member Avatar for dummy C#

Halo, i here wanna know how to create a report in microsoft visual studio team system 2008 from a microsoft sql server management studio 2008. i had watch the video from msdn that teach how to create report but not work on me. [U][url]http://msdn.microsoft.com/en-us/vcsharp/dd638031.aspx[/url] [/U] [COLOR="Red"]GUIDE ME PLEASE[/COLOR]

Member Avatar for Ramy Mahrous
0
98
Member Avatar for serkan sendur

although learning new stuff is exciting, i feel exhausted to handle new knowledge, news, improvements, new technologies and so on. WPF,WCF,Silverlight, .net framework 4.0 visual studio 10... what amount of time as a software developer are we supposed to spend being with computer? 8 hours of regular full time work, …

Member Avatar for MosaicFuneral
0
210
Member Avatar for u8sand

Hey guys, I was looking at a program that "extended" taskmanager by attaching a dll to the taskmanager's process. I was wondering how this is done and how they were able to add new features and everything. Before you tell me please be aware that I know what a dll …

Member Avatar for u8sand
0
239
Member Avatar for su_candy

Hi all, I'm working on creating an application whcih acquires image data from camera and display it. I have right now acquired image data in the form of long* array. I would like to visualise this data. I am not sure how to display the array values as an image. …

Member Avatar for su_candy
0
166
Member Avatar for Pramoda.M.A

Hi All, I am using Visal Studio 2005. I couldnt understand how Visual Studio is executing follwing code. Can anybody please tel me. I have worked on Turbo C compiler, VC++ compiler and Visual studio. I could understand the output of other two compilers for the following code. But i …

Member Avatar for csurfer
0
150
Member Avatar for Stormy_Weather

Hi, We are new to Visual Studio 2008, barely a month into a C++ course, and are currently working on a few personal projects. We have successfully created a console application with Visual Studio but are not sure on how to get the program to run outside of Visual Studio. …

Member Avatar for tux4life
0
235
Member Avatar for mackre58

I'am creating a visual basic program the project has the following controls: four buttons four labels two picture boxes It is a form that display two rooms one is standard room button, and the other is deluxe room button. when the user click on either button it will show the …

Member Avatar for sonia sardana
0
63
Member Avatar for sreeram01

hi, i have an exception nullreference was unhandled.herewith i have enclosed the code and what message i haved while executing. Imports System.IO Imports System.Net Imports System.Text Public Class Form1 Public Sub submitButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles submitButton.Click Dim Str As System.IO.Stream Dim srRead As System.IO.StreamReader Dim …

Member Avatar for sreeram01
0
770
Member Avatar for daveofgv

Hello all, I have seen a couple threads on this site in ref to enabling and disabling buttons on different forms, however, I still can't get it right. I have went into the designer.cs and changed the button from private to public modifyer and placed [code] mainpage.adminpanelbtn.enabled == true; [/code] …

Member Avatar for sknake
0
1K
Member Avatar for yun

i want to add a line at run time in title, but i m unable to do so.. in main() getline(-,-) is working fine but not in the below code, it simply skip it when i put values for Course Name and press enter it go to the next line …

Member Avatar for pspwxp fan
0
231
Member Avatar for free_eagle

Hello! I have a problem using my IE 6.0 ,whenever I open multiple pages it always stops and runs Visual Studio debugger. The message" An unhandled win32 exception occurred in EXPLORE.EXE [3448]. I have even reinstalled with OS two time but later I faced this problem again. I attached this …

Member Avatar for crunchie
0
199
Member Avatar for CSharpant

Hi, We are into Reports development using C# and PDF Library (for front end). The development is done in Visual studio 2005/2.0 framework. Now since the production has 1.1 framework, I was asked to "downgrade" to VS 2003. The problem is we have Tuple/generics in 2.0. After I recreated the …

Member Avatar for Ramy Mahrous
0
227
Member Avatar for spdrac1

Greetings all, I'm having a problem programmatically calling SendAndReceive in my Outlook Addin. I'm using Visual Studio 2008 and Outlook 2007. I expect this is due to me not having a complete understanding of what is going on in my code, but I'm hoping someone will be willing to enlighten …

0
53
Member Avatar for amer2812

hello everybody nice to be in the community i have question regarding micrsoft visual 2008 i'm using asp.net with c# and i want to connect asp.net with access db 2007 i used select command and it worked it shows the data from access 2007 but when i tried to use …

Member Avatar for amer2812
0
156
Member Avatar for ejazmusavi

Hi Every one! i have a data gridview consisting of four column [B]total_time,Start_time,End_Time,Day[/B] all are of [B]date/time[/B] data types. i want to add the first to columns [B]Total_Time[/B] and [B]Start_Time[/B] and show the result into third column [B]End_Time[/B] and the coresponding day in the fourth column [B]Day[/B]. the[B] total_Time[/B] may …

Member Avatar for ejazmusavi
0
111
Member Avatar for compumax

Hi. I am creating own compiler/linker. What is the most standard and recommended way to use binary libraries? (such as user.obj,gdi.obj) Is it better take them from Windows directly, from some version of Visual Studio, or exist special SDK distributions? Thanks.

Member Avatar for compumax
0
90
Member Avatar for Creator07

These things are getting on my nerves. I am trying to do a test program in Win32 API which has "Browse for folder" and uses some string formatting. But, I am unable to. [B]Please help in this general problem:[/B] If I use strcpy() in Visual Studio 2008 to do some …

Member Avatar for Creator07
0
154
Member Avatar for Cman2020

Hello guys this is kind of crazy to ask but i need to know where to locate sqlDataAdapter, sqlConnectio, and datagrid i have looked all the tookbox all i have under data: is datagrdview,dataset, blindingnavigator, pointer, and bindingsource do anyone know where to find the listed item above please and …

Member Avatar for Ramy Mahrous
0
128
Member Avatar for fakiedw

I am looking for a free voip control (ocx/activex). Conaito SDK is a good example of what i am looking for ([url]http://www.conaito.com)[/url]. I just want to develop an app that will connect end-to-end using the IP address. Searching the internet i found that i can use sipxtapi.dll and i believe …

0
55
Member Avatar for salman.ali2

Hi members, I need yours feedback for the following program which I have designed through different website and tutorial helps. Its a word Guessing Game which I have design in vb.net using visual studio, extract the zip file and run it on your machine. Dont forget to send your feedback …

0
41
Member Avatar for S2009

Hi all, I am trying to create an application which involves the User to change the password. I am using Microsoft Visual Studio for developing the Graphical User Interface and Microsoft SQL server as the back-end. I have created a separate form which allows the user to change the password. …

Member Avatar for sknake
0
88
Member Avatar for floodemo

heya.....i have a problem while copying my c# visual studio 2005 project to another folder.......my project is saved in usb so i tried copying it from there to cmputer but it gives error something like form's designer not getting copied.I also tried to first convert it into zip form but …

0
35
Member Avatar for chindaara

i have a .mdf database.i'm using visual studio 2008. i want to export my datagridview data into excel on button click in C# application.how do i do that.

Member Avatar for serkan sendur
0
73
Member Avatar for c#dummie

Hi Im using visual studio .net 2003 (not 2005) and I'm looking for a good database to work at and also helpful articles to help me, a newbie to c# and database, start creating a database and linking my forms' data from visual studio to the database. 1) If it …

Member Avatar for julien_h
0
113
Member Avatar for swati11

Hi, I am creating a dll based VC++ project.I believe I am facing some memory issues. I have checked the code and for every memory allocation by using the new operator I have included a delete operator to deallocate the memory. May be there are some memory leaks which are …

Member Avatar for wildgoose
0
76
Member Avatar for walter clark

Can someone please correct this... Microsoft is in the best position to answer questions, but they are incapable of saying anything negative about ATL, MFC, Win32 or anything else they invented. Beginners are left with the impression that nothing is better than anything else. Can someone (who is willing to …

0
62
Member Avatar for cwarn23

Hi, I have been learning some c++ with a friend and saw a [URL="http://www.youtube.com/watch?v=nY8z5Eh-kcg&NR=1"]youtube video[/URL] where there were some features I just couldn't find in my version (express edition). I have to ask in which version of Visual Studio 2008 does the Project type [I]Windows Forms Application[/I] appear in where …

Member Avatar for cwarn23
0
132
Member Avatar for DarkoX

Hey, i've wrote a script that will test three diffrent sorting methods and display how much time each method took to complete in order to compare the diffrent methods. The problem is that i'm suppose to show the results inside a 2 dimentional graph, and i'm not that much of …

Member Avatar for yazooney
0
119
Member Avatar for versatile36

Hey can any one tell me the difference between Visual Web developer express and Visual studio express edition ? is Visual Web developer express inbuilt in Visual studio express edition ??

Member Avatar for versatile36
0
232

The End.