146 Topics

Member Avatar for
Member Avatar for epicasian

Hello all, My question is, when using Visual Studio, and compiling this piece of code: [code] int main(int argc, char *argv[]) { SDL_Init(SDL_INIT_EVERYTHING); SDL_SetVideoMode(640, 480, 32, SDL_OPENGL); SDL_WM_SetCaption("OpenGL Awesomeness", NULL); //run time error here SDL_Event event; while(event.type != SDL_QUIT) { SDL_PollEvent(&event); RenderScene(); SetupRC(); SDL_GL_SwapBuffers(); SDL_Delay(60); } SDL_Quit(); return 0; } …

Member Avatar for Sodabread
0
190
Member Avatar for jacg4

Hello Everyone I would like to get some help with setting the property Dynamic URL Behavior of a web reference inside VS2008 running on .NET Compact Framework 3.5. I have done some search and I found that it doesn't work cause CF doesn't "support" having a .config file. It can …

0
92
Member Avatar for jonniebl

I am writing a program that sends an email with attachments. I need to send it as HTML but I can not find any reference as to how to do this. My code follows: [ Private Sub sendMail(ByRef Message) Dim Attach As Attachment Attach = New Attachment("c:\Project\Articles1\Article.txt") 'create the mail …

Member Avatar for jonniebl
0
182
Member Avatar for jonniebl

I am trying to write code to send a mail message with an attached file. my code works fine if I don't try to attach a file but crashes when I do. I have not been able to figure this out. My code looks like this. [ Dim mail As …

Member Avatar for jonniebl
0
174
Member Avatar for andrewktmeikle

Hey team, i'm having a problem with this query, [code] "SELECT * FROM marketingDB WHERE company_name LIKE 'allied' & '*'" [/code] the program ive written runs fine and it doesnt show any problem with the query infact the exact same query works fine on access but when i put it …

Member Avatar for andrewktmeikle
0
138
Member Avatar for jacg4

Hello everyone My request is the following: Do anyone know about a collapsible panel that can be used on a windows forms project? Thanks for any answer

Member Avatar for jacg4
0
113
Member Avatar for maydhyam

Hi All, I am new to this particular forum because I will like to start working with ASP.NET (it's required in my job) but I haven't the faintest idea anything pertaining ASP.NET. I hear things like Configuring IIS and Visual Studio...I was told that this is for a web-based application...could …

Member Avatar for dnanetwork
0
182
Member Avatar for croker10

Hi, I am running Visual Studio 2008 with the latest service pack and updates. I opened up my window to start coding and can only see half of my code. The left half appears to be off the window on the left side, and the right half is on the …

Member Avatar for croker10
0
122
Member Avatar for toocoded

Hi everyone, I really need to figure out how to manipulate the Multiview control with a dropdown list control. Also, what is the C# equivalent to this VB Code [CODE] MultiView1.ActiveViewIndex = RadioButtonList1.SelectedValue[/CODE]The following does not work... [CODE] MultiView1.ActiveViewIndex = RadioButtonList1.SelectedValue; [/CODE] Anyone please help, i'm coding with C# and …

Member Avatar for kvprajapati
0
167
Member Avatar for rachS25

Hello, I am currently working on a project for my degree using asp.net, C# and Sql. The problem I am having is with my connection.cs file that I have created, the code I have is as follows: [CODE] using System; using System.Configuration; using System.Linq; using System.Data.Linq; using System.Xml; using School.SchoolCore.Core.Domain; …

Member Avatar for rachS25
0
194
Member Avatar for Galois77

Hello, I'm working on a project that involves making two dlls: one of them is in Borland C++ (file1-bc.dll), the other one is in Visual C++ (file2-vc.dll). Right now I'm prototyping and trying to make them as simple as possible and to see data being exchanged from one side to …

Member Avatar for Ancient Dragon
0
313
Member Avatar for Anterko

Hello. I have a nested GridView inside of a DataList. I need to enable the paging control of the GridView, but I have no idea where to put the code for it to work. Also I would like to create a function which will do the following: when a user …

0
85
Member Avatar for Anterko

Hello. I have a nested GridView inside of a DataList. I need to enable the paging control of the GridView, but I have no idea where to put the code for it to work. Also I would like to create a function which will do the following: when a user …

0
80
Member Avatar for bluem1

Team - Could someone please tell me I haven't lost my mind? I have done relationships in the past but now they don't seem to work. Have I gone dumb? Creating a winform, using VS2008, sqlexpress & vb.net. My dataset looks like this: -------------------------------------------- Table 1 - BranchInformation BranchID - …

Member Avatar for bluem1
0
149
Member Avatar for moonwalk

hi , is there a soft that can convert a visual c++ project to c++ builder ??? I've tried a tool that comes with c++ builder but with no result . thanks

Member Avatar for Ancient Dragon
0
152
Member Avatar for abrogard

I'm just learning C# and I'm using MS Visual Studio for that and a website with tutorial stuff. I've written my first little app which just does a simple calculation on some figures input by the user and outputs the result. It is a console app at present. Now I …

Member Avatar for Mike Gale
0
193
Member Avatar for adityap15

Hi, How can i use code of C with graphics of visual studio. The graphic should be of visual studio and i can write codes in C. How to do? Kindly help me.

Member Avatar for Ancient Dragon
0
72
Member Avatar for EddieC

With its release on Monday of the [url=http://www.microsoft.com/hpc/en/us/default.aspx]first public beta of Windows HPC Server 2008 RC2[/url], Microsoft also was touting features introduced in the [url=http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx]second beta of Visual Studio 2010[/url]. Expected in March, Redmond's next IDE will simplify development of new applications and modification of existing ones to take advantage …

1
209
Member Avatar for Rudolfovich

Hi2all! What better use for working with databases in C + + and win32api? (static lib with source code, classes or simple source code, examples)

Member Avatar for Ancient Dragon
0
162
Member Avatar for mnewsome

I write as the owner of a small IT consultancy for systems administration. We own Visual Studio 2008 Team Suite and thought it might draw independent developers so that we can offer additional services. We now find that a significant number of developers are using 'Subversion' the free developer product. …

Member Avatar for sknake
0
188
Member Avatar for PysKo

Hi i need some help with a project i'm working on. Little explanation on it first then ill tell you where i am what i need help with and post code and maybe a screenshot. Well its a usb launcher its supposed to launch your usb drive and also has …

Member Avatar for allenmico
0
150
Member Avatar for jagz

I have an arraylist in which i have stored structures. Now i store the arraylist in a session and pass the it to the nextpage. I am having trouble trying to figure out how to get the strusture values out of the arraylist and store in database.....???? Anyone who knows …

0
95
Member Avatar for jagz

how do i male a gridview which has three fixed rows with some data in it. these rows are not got from the database but are made manually. Now when i click the add button in the footer a new row is created with a textbox and values entered here …

Member Avatar for kvprajapati
0
95
Member Avatar for krokodajl

Hi, Can I choose in VS 2008 items from toolbox to load? For example I want user only to see button, textbox, checkbox, listbox, radiobutton controls and 3 custom control created by me - only these controls, nothing more. Is there possibility to do that? If so, explain me how …

0
116
Member Avatar for rogergrippo

I am using Visual Studio 2008. I have made a dropdown list or a Listbox containing various country names and their local site URL. the purpose is to redirect the visitor to correct local site of their choice. I've created the Dropdown List but, I am unable to make the …

0
110
Member Avatar for redserpent7

Hi I am in desperate need of help, I need to manage an application dependency in Visual Studio. The application links to a DLL only on a specific version of windows, lets say Windows 7. and on other environments, the DLL should not be loaded. How will I be able …

Member Avatar for redserpent7
0
155

The End.