16,916 Topics

Member Avatar for
Member Avatar for kazekagerandy

please help me guys! i cant install crystal report for visual studio 2010! i already have installed vb express 2010 and yet the installation always fails because the installer says :You must already have Visual Studio 2010 installed to proceed with this installation PLEASE HELP! :(

Member Avatar for poojavb
0
156
Member Avatar for BobLewiston

In C#, what methods take the place of the old kbhit and getch functions in C? (I'm writing a console application in Visual Studio.)

Member Avatar for passerbyJim
0
490
Member Avatar for c#_fem

Hi, I need to develop a asp.net web application. I'm using Visual Studio 2010. I need to be able to save a file in specific folder using this application, how do i do it? Also, is there something like when I click on a button another web page appears (something …

Member Avatar for thines01
0
182
Member Avatar for twistercool

Good Day Everyone: I am creating a tabulating system for a bikini open. How can you create a client-sever application with database on server without using winsock control? One server for monitoring and document printing. I need client for multiple judges (atleat 5) you can add and remove. And a …

Member Avatar for twistercool
0
238
Member Avatar for LateNightCoder

Hi guys I am currently learning WP7 and have a basic app built, the problem is i left it a few weeks back with everything fine. However I have just re-opened it and the forms will not load in Visual Studio 2010. Does anyone know what could possibly be wrong?? …

Member Avatar for LateNightCoder
0
80
Member Avatar for choudhuryshouvi

Hello all, we have a vb.net windows appliacation that uses sql server as backend. we have created all reports for this application using crystal report that is embedded in visual studio 2005. everything is working fine except the reports specially which needs to be displayed is custome mode. we have …

Member Avatar for maildummyabc
0
2K
Member Avatar for lmpush

Hi all, i need to find Internet Service provider IP Address through VB6 Coding. (http://www.whatismyip.net/) Is it possible? Please send me the coding.

Member Avatar for AndreRet
0
467
Member Avatar for Beginner20

hi.. Im a beginner in visual basic 2010 im making my first project i created form3 for the search function so i created 2 checkbox to give the user the choice to choose to search by name or by date or by both of them and i created a button …

Member Avatar for M.Waqas Aslam
0
150
Member Avatar for c#_fem

Hi, How to add picturebox or something similar into a web form. I can't seem to find a picturebox in my toolbox. I'm using Visual Studio 2010. I need to display an image after the button click in a web form. Does anyone have an idea how to do that? …

Member Avatar for hericles
0
94
Member Avatar for Clouded One

hello, i am new to this site but i have used it as reference before. this is a program for one of my classes and i have everything done down to one error... error LNK2001: unresolved external symbol "private: static char const * * Inventory::Error" (?Error@Inventory@@0PAPBDA) 1>C:\Users\Joey\documents\visual studio 2010\Projects\JHabura PA …

Member Avatar for Clouded One
0
147
Member Avatar for GilbertB

Currently I am working on a project regarding C# and SQL and I have a problem regarding the SELECT function and I cannot find any solutions on-line. The scenario is regard searching query from C# through SQL server and display the results in a Data Grid View at C#. I'm …

Member Avatar for Mitja Bonca
0
989
Member Avatar for profyou

i have been confused lately regarding where to concentrate... java or c++ or Algorithms & data structures or ........(there are still more languages) whenever i concentrate on java i tend to forget c++ or various algorithms or assembly( i have learned 8086/8088 programming). java is very large...core java......file io....swing..servlets....enterprise java...and …

Member Avatar for jackbauer24
0
288
Member Avatar for hallianonline

Hello Every One, I am new to VB6 and I am getting the problem from few days. I want to print a label sheet of the specific barcode which contains(description, barcode image and unit price), as much times I want the label should repeat on the same sheet to that …

0
117
Member Avatar for Maha Sh.

Hi all, I am using DataList and when i run my project the table of the datalist doesn't appear?!!! aspx.vb file Imports System.Data.SqlClient Public Class SLP_1 Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load ' TextBox1.Text = Session(logAccount) End Sub Protected Sub DataList1_SelectedIndexChanged(ByVal sender …

Member Avatar for Maha Sh.
0
209
Member Avatar for alucard211

Hi I want to buy a visual studio 2010 but the only edition I can afford is the academic one & I don't have any information about it is good ? why it's much cheaper ? I need it for my research so if it isn't good enough is there …

0
130
Member Avatar for Parloverde

So I'm currently making program for my year 12 IPT assignment. It's a maths game for Year 4's and 5's. I need to carry a variable throughout the entire project (across forms) so I can easily specify what level the user is playing and how many questions they want to …

Member Avatar for Parloverde
0
2K
Member Avatar for sanket044

I am having one projract EXE in vb6... and i have to create it again and needs to add some extra features in it... so is it posible the i can get the vb project of that exe again??? or can i attach new functionality to it directly without rewriting …

Member Avatar for debasisdas
0
107
Member Avatar for ShaggyDogg

My project is what I thought is probably a popular one, so I'm hoping the solution is easy enough. To develop an Intranet using the functionality of forms authentication, but automatically logs in authenticated Active Directory users with their Windows authentication (so they do not have to sign in again …

Member Avatar for JorgeM
0
470
Member Avatar for PinoyDev

Any body of you guys knows or have a link of a multi column combo box? A recenty used this combo box [Click Here](http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=71617&lngWId=1) but it crashes when 2 the same combo box is created on the form especially MDI form. Thank you!

Member Avatar for jhai_salvador
0
233
Member Avatar for johndmingione

I'm having some trouble defining constants correctly. I know the format should be this: Const CONSTANT_NAME [As ConstantType] = value But I'm a little unclear of how to word it. So here is the Line I need to change into a Constant. Normally I would have a BAS file do …

Member Avatar for AndreRet
0
243
Member Avatar for frnds2vivek

Hii everyone.. I have upgraded a project on VB6. However when I run the setup on a fresh PC it gives me run-time error 3706. After doing researches, I came to knw dat it was due to mismatch of the versions of some dll files being used in the program …

Member Avatar for frnds2vivek
0
146
Member Avatar for ChrisMackle

I get this error when compiling an sdl project i have please help me as i cant learn anything until i get my new compiler setup im using visual studi c++ 2010 the free edition i use to use code blocks but have upgraded heres my error: 1>------ Build started: …

Member Avatar for Ancient Dragon
0
279
Member Avatar for twistercool

I WAS CREATING AN INVENTORY SYSTEM USING VB 6 AND ADODC. HERE IS MY CODE [CODE]Private Sub Command1_Click() Dim temp2 As Integer Dim temp As Integer If Text1.Text = 0 Then error.Show Else If Text1.Text > 0 Then purchase.Show Form38.Hide Set rs = New ADODB.Recordset rs.Open "select *from purchasetable", cn, …

Member Avatar for twistercool
0
207
Member Avatar for Ancient Dragon

I'm trying to write a simple Windows Forms program ( CLI/C++) . In the Form1 class I declared a private int, but the forms designer view hates it. Produces this error: >C++ CodeDOM parser error: Line: 195, Column: 15 --- Unknown type 'int'. ... The program compioles with 0 errors …

Member Avatar for DavidB
0
362
Member Avatar for ISAYA VAIMBA

Hellow friends, please help me to create a program that will disolay only a postive prime number

Member Avatar for Jx_Man
0
67
Member Avatar for TwijoO

hi, eventually this program should be able to automatically upload an image to a youtube page. (origionally the idea was to add a gamertag alongside the channel name so people could see current gamerscore etc...) I have coded a lot of it and one part which i thought to be …

Member Avatar for TwijoO
0
191
Member Avatar for newbie26

hi. can anyone help me on how to create a spider web graph in vb6. is it possible? my client wants a spider web graph not the usual bar/line/pie chart. thanks in advance.

Member Avatar for newbie26
0
117
Member Avatar for C0ding

Hello everyone, I've been trying to generate a way to catch or suppress errors in my web browser control. actually what i really need in my browser is that if i run my project and the page cannot be display, to generate an error handler so instead of showing "The …

Member Avatar for C0ding
0
280
Member Avatar for sanket044

is it possible to run one code on differet events of different controls like vb.net??? how???

Member Avatar for debasisdas
0
80
Member Avatar for nagatron

Hello to all VB masters, I have a problem with the search command. I have a button name [B][COLOR="red"]"btnSearch"[/COLOR][/B] a text field name [B]"fldSearch"[/B] a table named [B][COLOR="red"]MSFlexGrid[/COLOR][/B] and a database named [B][COLOR="red"]db.mdb[/COLOR][/B]. The function of the search button is to search the data being entered in the fldSearch and …

Member Avatar for ChrisPadgham
0
412
Member Avatar for Bile

Hello everyone, can some one help me with the code to create a folder by code in vb6,I am greatefull for Qvee72. The scenario I have is that I have an application that allows users to login but waht I need specific is to create users forlder during registration so …

Member Avatar for ChrisPadgham
0
187
Member Avatar for kikiritce

Object of type 'System.Web.UI.WebControls.TextBox' cannot be converted to type 'System.Int32' 6 minutes ago|LINK Hi, i started web application in Microsoft Visual Web Developer 2010 Express. I created few text boxes and dropdown lists. I connect them with my database in SQL management studio. When I click on SaveButton it should …

Member Avatar for hericles
0
244
Member Avatar for london-G

Hello, I have creating my application in visual basic using the tables from ms access that I created. In the tables there is field "attachment" with pictures saved in there. I want to show this pictures on my vb form. All the records areshowing fine apart from the pictures.

Member Avatar for Mitja Bonca
0
208
Member Avatar for mnewsome

Working with Visual Studio 2008 and accessing SQL Server Compact 2010. Following a programming book and have created a small contacts database. The next lesson requires that the database be dragged onto a form already created. Have not found success in getting the form and the database on to the …

0
77
Member Avatar for npmiller

I was creating a program using vb.net on visual studio. Unfortunatley when I closed out I save it in a way where all of my developer coding was erased. Luckily I still have the debugging file, but it won't allow me to see the form developer or design view (which …

Member Avatar for adam_k
0
105
Member Avatar for winki

[Sample Project](https://skydrive.live.com/?cid=e4d7ee6214fdc062&id=E4D7EE6214FDC062%21120) Excuse me. I am a new vb programming and my enlish is not well. A link on top is my sample project. I have to try hard to fix it. But i have no idea how to fix. If you download my project and run it. When you …

Member Avatar for Reverend Jim
0
308
Member Avatar for abu taher

i work with 3 more form. 2 form has no border. when i click a button a form is show. when i minimize main form the other form still show. but i want when i minimized main form all from will minimize what was open.

Member Avatar for Qesha carol
0
1K
Member Avatar for hassanumair1

kindly send me a vb / .net code for sync 2 mysql databases on localhost. I need only 1 way syncing. Thanks and Regards: Umair-Hassan

0
139
Member Avatar for nanako

How do i transfer the information stored in the 2nd and 3rd col of the selected row in datagrid im using visual basic 6 i have to transfer it to a textBox in a diferent form please tell me if its possible

Member Avatar for poojavb
0
152
Member Avatar for Maha Sh.

Hi all, I am designing a log in page and every day i face a new problem :'( The code now is working fine but i want to add exception to check if the Login Id and the password are not exist in the DB table I tried to put …

Member Avatar for Maha Sh.
0
132
Member Avatar for abathurst

I am having trouble with databinding when trying to add it to a dropdownlist. I can get it to work with a label: <asp:Label ID="Label3" runat="server" Text='<%# Eval("Location") %>'></asp:Label> But when I try with the DropDownList I get this error and I can't seem to find an answer for it. …

Member Avatar for poojavb
0
190
Member Avatar for NetJunkie

When did you start programming and what language did you start in? Here, I'll start: I started when I was around 15 but kinda stopped for awhile because it seemed too difficult. So around 17, I really got back into it and started learning more and more as I progressed. …

Member Avatar for Reverend Jim
0
968
Member Avatar for mclellax
Member Avatar for mnewsome

Created tables for a contacts database in SQL compact while in Visual Studio 2008 Team System. The table follows the text of the "Head First" eBook. Was able to populate the columns except the last... a datetime entry. I believe that I have the tables are constructed correctly. Images of …

0
46
Member Avatar for Ruan10

**I have to create an application that will dynamically add a menu strip with menu items to a form(ie NOT dragged and dropped onto the form) in Visual Basic. The menu strip should be created in the Form_Load event handler. I have to use a TextBox for user input. If …

Member Avatar for Reverend Jim
0
1K
Member Avatar for mustaffa hasan

Please, I need a form design and code. Ticket availability and tickets taken in vb6 & database. Can anyone help me?

Member Avatar for Oxiegen
0
76
Member Avatar for Silentme

I realise that this is a simple and probably daft question... Here is my problem. I am trying to create the VB code to change label background colors, it sounds simple, however i want a user to select from one of four lables one red/blue/green and yellow, then select from …

Member Avatar for mustaffa hasan
0
3K
Member Avatar for dangerousd28

Hi, im currently working with an SQL Server 2008 database and im trying to change values in the database usign visual basic. The following code runs correctly and I have tested changing passwords and have been able to logoff and then back on again using the new password. The problem …

Member Avatar for dangerousd28
0
226
Member Avatar for poojavb

Hello Friends, I need to create a report for my project I am using Miscrosoft Visual Studio 2010 and the SAP crystal Report I am not able to set up the connection The SQL server that I am using is not coming in the drop down of the server part …

Member Avatar for Katie Kate
0
782
Member Avatar for darthswift00

I am doing a Music store online that does selling of music albums on the internet. I would like to know how to enable a user who, say for example is viewing all my music albums, but is not registerd with my site as yet, but they do place an …

0
122

The End.