16,916 Topics

Member Avatar for
Member Avatar for mbrodie

Hi, kinda new to the whole C# thing and trying to make a small app for myself in C# in Visual Studio. Basically i have 2 combo boxes, 1 had Classes the other has Spec's in it. When you select the class it populates the second combo box with the …

Member Avatar for kvprajapati
0
170
Member Avatar for severman

Hi all. Does anybody knows how work with oracle DB in Visual Studio 2010 i was able to connect to the DB(meaning i can see the tables in the Server Explorer), but i cannot add the reference to the System.Data.OracleClient like it is able in VS 2008. Thanks!

Member Avatar for kvprajapati
0
451
Member Avatar for yuzatul

I need a little advice on how best to read/recognize a number plate and for a program to recognise the digits of that number plate, which it will then run through a database. I have no problem with capturing an image from a live feed but i then need the …

Member Avatar for vb5prgrmr
0
1K
Member Avatar for DealthRune

Okay, I'm in need of MAJOR help. I'm trying to get my own private server up, but in order to do so, I need Visual Studio 2008 C++ Express Edition. I've went to the Windows homepage and found a download for Visual Studio 2008 C++ Express Edition. When I click …

0
98
Member Avatar for KadajXII

Dear All, I have search a lot of forum or blog for this problem and have yet come up with a solution.. Hope anyone can help me here... Thanks a lot!! I am using Ms Visual Basic 2008 Express Edition (vb.net) Here is my code: [CODE] Private Sub btnUpdate_Click(ByVal sender …

Member Avatar for KadajXII
0
96
Member Avatar for chukka32

Hi all, I'm nearly finished making a blackjack game for my first year assignment in college using Visual Basic. The game is running ok, I'm happy with that but I am having one small issue! In the frmMain I have a counter set up so it counts and displays the …

Member Avatar for chukka32
0
89
Member Avatar for Lukezzz

I have compiled a project with "Build Solution" in VC++ 2008 Express Edition wich have worked fine all the time. Suddenly without doing any changes nowhere after the last F7 (1 minute ago), I do get this Error message: [B]1>Linking... 1>LINK : fatal error LNK1104: cannot open file 'E:\Documents and …

Member Avatar for green_frog
0
5K
Member Avatar for chathuD

guys... i am new to c++ and i have write litle consol aplication and the problum is after compiling hte code the cmd is clossing verry fast. so what i need to do is i need to stop closing the CMD verry quickly. in c# i use "console.readline();" so plzz …

Member Avatar for chathuD
0
87
Member Avatar for phabion

In the main form I have a button. The thing is how can I put a small image to that button? Any help is appreciated. Thanks in advanced!

Member Avatar for ddanbe
0
39
Member Avatar for phabion

I have to creat two forms (Form1 and Form2). Here Form1 is the main form (that was created when you created the project). The thing is: when you click on the Form2, the size of Form1 need to be random changed. How can I do this? Any help is appreciated. …

Member Avatar for ddanbe
0
53
Member Avatar for prade

hi.... i have a c++ project on dev c(with winbgim)...i would like to link it to visual basic 6......i want some clear steps to be followed for linking dev to vb

Member Avatar for kvprajapati
0
282
Member Avatar for loliana

hi im working in a project contain more than 10 forms .. the prob is: the project dose'nt save the new format or forms and when debug its give me this error...[COLOR="Red"]Error 1 Could not write to output file 'C:\Documents and Settings\user.USER-AF73D3F8E1\My Documents\Visual Studio 2005\Projects\WindowsApplication8\WindowsApplication8\obj\Debug\WindowsApplication8.exe' -- 'The process cannot access …

Member Avatar for kvprajapati
0
83
Member Avatar for jackfarrel

I am using Visual basic 6 I am trying to create a new txt file with the textbox (text1) contents. But instead of calling that text file "Stored.txt" as I currently am doing, I am trying to create the new .txt file with the text from the textbox. Private Sub …

Member Avatar for Hacker3
0
149
Member Avatar for sumeetpingale

Hello Sir, [INDENT]I am doing a project realted to Jewellery Valuation. I want a report generating specifically on a customer. For that i have created a query in ACCESS to group requried tables for generating report. Now if i drop down the customer name in Page Header Section (Which is …

Member Avatar for alpesh_08b091
0
764
Member Avatar for chathuD

guys iam new to c++ ,i even dontknow what are the tools to use develop c++ aplications so if sny body know tools like that (c# MS visual studio,java netbeans) pls let me know. and ma problem is i need to creat a link list on c++ .and i googled …

Member Avatar for Lerner
0
167
Member Avatar for viveksisodia

im using fpSpread (farpoint11) for showing data . problem is:- how to display image into a cell of fpSpread 7.0 from the SQLserver 2005 database which is stored in a binary format... reply me.... vivek

Member Avatar for AndreRet
0
45
Member Avatar for dre-logics

I use Visual studio 8.0 My question is, if a row is clicked in datagridview I want that image appears in the [COLOR="Red"]headercell [/COLOR]of the row If I use following code goes well: [COLOR="Green"]DataGridView1.Rows(i).HeaderCell.Value = "selected"[/COLOR] Then the text [COLOR="Green"]"selected"[/COLOR] appear in the [COLOR="red"]headercell[/COLOR] of the row that is selected. …

Member Avatar for dre-logics
0
1K
Member Avatar for addilla

hye there..,i am using Visual Studio 2008 and VB.NET 2008 and SQL Server 2005 as the database. I just finished designing & writing codes for a customer's contract information and , however after it has been connected to the database only one of the datetimepicker can be click, (i put …

Member Avatar for addilla
0
158
Member Avatar for johankotze

I know that this topic, sending sms for MS Access, is very widely discussed and believe me for its very confusing. My question is the following. I use a MS Access Application and want to send sms messages directly from within MS Access to clients. I also use Outlook 2007 …

Member Avatar for AndreRet
0
602
Member Avatar for tonymuilenburg

Hi all, I'm trying to capture an event when tab is pressed in a textbox using visual studio.net, and am having a hard time. I can capture anything else, inluding the keys that are difficult like instert, alt, and the arrow keys. Here is the MSDN page that did not …

Member Avatar for tonymuilenburg
0
306
Member Avatar for shrutinr

Hello.. I want to know how to create a child frame within the existing main frame... when I just click a button i like to open a new frame.. I m using Visual Studio 2008 Experss Edition... As i m beginner to this vc++... Please help me resolving problem Thanks …

Member Avatar for chiwawa10
0
71
Member Avatar for dre-logics

I use visual studio 8.0 Two forms: windows form => form1.vb windows dialog form => ProcesDialog.vb On the procesDiaglog are five label fields: label1 label2 label3 label4 label5 Two picture fields picture1 picture2 I want to show the progress of building a Windows form1 I would always show the progress …

Member Avatar for dre-logics
0
101
Member Avatar for jemz

hello, can you help me how to put picture in my button..example i have cmdsavebutton..and i want to put beauty on my form i want my button to change to picture just like saving a document there is a square form then when you click that it will be saved...can …

Member Avatar for jemz
0
105
Member Avatar for ebushyu

I am doing an assignment that requires me to have 4 different radio button(earth, moon, jupiter and saturn) and two labels one showing the weight (on different planet) and one for the delivery price ( $5.00 for weights up to 1 kg; $10.00 for higher than 1 kg up to …

Member Avatar for vb5prgrmr
0
95
Member Avatar for WASDted

I wonder if anyone has used MonoDevelop and what your thoughts are. I am not a developer but I have tinkered with Visual Studio .NET and I must say it is powerful but it has its flaws. I just heard that MonoDevelop is an alternative IDE designed for C# and …

Member Avatar for JasonHippy
1
198
Member Avatar for Coleman0610

I'm graduating from the University of the Cumberlands in May and I have put together a resume and would really like some input. Attached is a doc format and pdf format. I've also posted the text version within the forum. Thanks in advance. Travis Coleman ---------------------------------------------- Travis Coleman 402 Leonard …

Member Avatar for jephthah
0
247
Member Avatar for makybe

When you preview VB Output printed reports by going through BJ Preview, because report is quite wide the report comes out in Landscape but unfortunately shows on the screen straight down. To read the report you then need to turn your head 90 degrees, sideways, which is not the most …

Member Avatar for makybe
0
98
Member Avatar for ganesh0000

hello i am Software engg student i occured some of the problem between the Data Report Connetion occured error in the code is "Run time Error '8574': the object "G1" was not Found " G1 is Taken label in Data Report On Error GoTo errhandler key = regdText2.Text Call dbConnect …

0
22
Member Avatar for EireJoker

Hello, I am currently doing a VB project for a course, I have all the features working bar the datagrid, when i use the program without the datagrid it works perfectly, however if i put a datagrid in I can only add and delete, but I am unable to cancel …

Member Avatar for EireJoker
0
125
Member Avatar for flashkarni

hello all, i have the following VB code which is expected to activate a storred procedure from SQL DB. for some reason i recieve a msg that the procedure does not recieve the inpute parameters. the code: [code] Sub Validate_Data() 'check if data is there: If Cells(5, 6) = "" …

Member Avatar for hkdani
0
370
Member Avatar for emaduddeen

Hi Everyone, There are so many controls, properties, etc in VB 2008 .NET it's mind boggling. I'm amazed at how much this product can do. Does anyone know of a VB 2008 .NET book that describes in simple language and shows sample code for all of those controls, properties, etc? …

Member Avatar for emaduddeen
0
153
Member Avatar for hinks

hi all I am creating a Visual basic gui which shows an databse which has been created by using the microsft access database feature within visual basic 6. here is the problem i am close to hanfing in my project when i try and use the .exe on another computer …

Member Avatar for kinwang2009
0
101
Member Avatar for needHelpVBA

Hi everybody, Again, your help is highly appreciated. I have to develop a tool in Excel (VBA). I have three different worksheets. The first two are information about products, sorted by product number. In the third one, there should be a tool, which needs to calculate with information from the …

Member Avatar for vb5prgrmr
0
90
Member Avatar for jessiko555

Hi I've made a program but for some reason I am getting this error that I can't even begin to decipher because it won't point me to where the error has been made. I am using the PV=ZnRT formula. Here is the error: 1>C:\Users\user\Documents\Visual Studio 2008\Projects\lab24jess\Debug\lab24jess.exe : fatal error LNK1120: …

Member Avatar for jessiko555
0
245
Member Avatar for Dcurvez

hi everyone :) I hate to do this but I gotta.. This is what I want to do but dont have the foggiest about how to accomplish it! I have 4 forms..frmWeekOne, frmWeekTwo, frmWeekThree, frmWeekFour. These 4 forms are all added forms to my original project. what I need to …

Member Avatar for DGULLIVER
0
119
Member Avatar for hsncvs

hi guys i want to learn if there is an equivalent of " vblf " (from visual basic) or " \r " (from c#) in java ?

Member Avatar for darkagn
0
81
Member Avatar for judge6

Hi all, I have created a Windows Forms application in Visual Studio.Net 2008. I have some group boxes on the form in order to section various controls on the page. At the bottom of my form is a group box containing a texbox used for display exception messages. I would …

Member Avatar for judge6
0
138
Member Avatar for lotrgandalf

I am getting unpredictable behaviour from malloc(). Here is the code fragment: [code=c] float **t; t=(float **)malloc(sizeof(float *)*A); perror("\nError status 1:"); for(i=0;i<600;i++) { t[i]=malloc(sizeof(float)*B); } perror("\nError Status 2:"); [/code] The objective here is to have a dynamic 2D float type array. For testing purposes though, I have hard coded the …

Member Avatar for lotrgandalf
0
109
Member Avatar for atticusr5

Ok so I am a total newbie, and for our last programing assignment in my class we are going over Binary Search Trees. Out assignment is to take an older program and make it into a binary search tree. I am using Visual Studio and I have gotten past all …

Member Avatar for mattjbond
0
1K
Member Avatar for jamey8420

I had taken over some code that was originally created .net 1.1 We need to update and bring into .net 2.0, so I opened the solution in VS2008 and went through the converter wizard. Now, when I am trying to build the solution, I am seeing the below error for …

Member Avatar for kvprajapati
0
261
Member Avatar for Devsof

I'm doing some development at school and i have to create an app as follows: Create a Digits of a number app that accepts a two-digit number and displays the digits separately. The instructions give the #32 and the picture of the app separates 3 and 2 in 2 different …

Member Avatar for kinwang2009
0
115
Member Avatar for Sandurz

I need help with some code for this. I've got the paddle working, but I can't figure out how to get the bricks to disappear. I've attemted to code it, but no matter how i try it it doesn't work. I'll give you my code so far. I reeealy hope …

Member Avatar for Sandurz
0
411
Member Avatar for igreenb

I am trying to have a Macro save an Excel 2007 spreadsheet as a PDF (I have the Save as PDF or XPS installed.) How can I get the file name to save as 2 cells concatenated? I am working with the following code so far. Any help greatly appreciated. …

Member Avatar for Ionelul
0
1K
Member Avatar for SG01

I am battling with this code. I want to open a word document from a button and want the document (attendance register) to be available to resources once compiled and using on CD from another PC. At present having issues getting it right!!! [CODE]Public Class Form2 Private WordApp As New …

Member Avatar for Nattynooster
0
123
Member Avatar for Tellalca

I got some linker error, couldnt find the mistake. What is wrong? [CODE]#include "myStack.h" //Imports the Stack header file containing the declaration of the member functions myStack::myStack() /*The stack is initialized as empty */ { count=0; } //end of Stack::Stack constructor Error_code myStack::push(const Stack_entry &item) /*If the stack is full …

Member Avatar for Tellalca
0
173
Member Avatar for emaduddeen

Hi Everyone, I would like to know how to make a DataView global to a particular form. The DataView is currently created and returned from a function within a public class residing in another .vb module. All help will be appreciated. Thanks. Truly, Emad Here's what the code in the …

Member Avatar for emaduddeen
0
220
Member Avatar for koki55

Can someone tell me is there any difference between code in C# from .NET1 and .NET4 so can i use examples from visual studio 6 for istance into visual studio 2010?

Member Avatar for powerbox
0
69
Member Avatar for davidcrossan

hi there i am building a one page website that i need query data from an access database (visual studio 2008 c# xml). I need to do a sql query displaying customers with possible bookings if any. I have been able to display all customers details but i am finding …

Member Avatar for Mohtshm
0
156
Member Avatar for rawan_22

hello, I am using visual studio 2008 with C++ (MFC) project and I want to add a reference to this project, I want to add an .exe file as a reference because this reference can converts the text to speech and i want that because my project must speak the …

0
35
Member Avatar for neosonic

Hi All, I have 2 picturebox in vb6. Both of them has the same dimension and the slightly different picture. they are house plans, one for the ground floor and another one for the upper floor. I want to overlay them. But how can I do it? If I am …

Member Avatar for vb5prgrmr
0
455

The End.