20,285 Topics

Member Avatar for
Member Avatar for hlove4u

Can someone with LATE BINDING idea help me out in my VB.NET Project. Im working on an MDI (multople Doc Interface) project with some toolstrip buttons on my parent form (my menu form) from where I need to call some public procedures (like DELETEREC, UPDATEREC and so on) on childforms …

0
53
Member Avatar for sanjay kothari

It is possible to run our visual studio c++ application in Syambain OS ? If Possible then How to do? Syambain Support VC++ or Not ? thanks.

0
46
Member Avatar for G_Waddell

Hi I've written a printing application which is working perfectly when I debugg and step through but does not print anything when running a debugg with no breaks / step through. I suspect I need to use something like Do Events to get the application to print out. However when …

Member Avatar for G_Waddell
0
109
Member Avatar for khursheed_doba

hi am working on a renting project where i have to make reports on the customers based on date as parameters. i have to display info on customers within a date interval. however, everytime am selecting a range of date, all info are being displayed, even those not within th …

Member Avatar for prashant_0808
0
66
Member Avatar for cool5_1

. Write a console application to find the maximum number out of N numbers entered by the user. The working order is as follows: 1. The user says I want to give 10 Numbers 2. The program inputs 10 numbers from the user 3. The program displays the largest number …

Member Avatar for Nick Evan
0
248
Member Avatar for zuve_fox

hi.. I am using vb.net to build webcam capture (avicap) and success but i want to make selected area to capture/crop like rectangle.It can't display rectangle.how to make selected area display so i can capture image suitable with selected area? thanx

Member Avatar for arunvarapuzha
-1
103
Member Avatar for krockr

hello!! me n my team have decided to do project over GRID COMPUTING using .net .. i wanted to know is it possible to complete this project within a span of 3 0r 4 months.. because i got to know that its a major & a big project... plz guys …

0
39
Member Avatar for ayyappashrine

Dear friend, pls tell me how to burn cd using vb.net give me a very very simple pgm to write a line "hello how are you" in a file "mycdfile" into the cd/dvd already i tried to write the pgm as follows, provided my cd/dvd always opens in drive 'G:' …

0
51
Member Avatar for silambharasan

i do my final project IDE for HTML.In that i decided to create a environment which is in power point.that is if i code HTML in rich text box i save it in a file and i have a web browser in the same page in bottom which shows the …

Member Avatar for ithelp
0
98
Member Avatar for DGentry

I really see a huge need at our workplace for interactive websites. I want to get to the point of creating websites that can interact with Databases and pull data out as reports as well as input data via a website. I've looked at using Linux Apache and MySQL python. …

Member Avatar for DGentry
0
92
Member Avatar for kadilacgh

Hi am working on a project and am using sql server 2005 express as my database server, the problem is i can;t connect to the sql server from any machine on my local network (windows). Below is my connection string [CODE]con.ConnectionString = "Data Source=webserver1\SQLEXPRESS;AttachDbFilename='C:\POSM_DB.mdf';Integrated Security=True;Connect Timeout=30;User Instance=True;" [/CODE] It works …

Member Avatar for sknake
0
188
Member Avatar for joharasad

Hi i m new user in vb.net so i want plz u people help mee, i just want to conect my project to sql server database.

Member Avatar for sknake
0
166
Member Avatar for wiss.dev

i published a project from project properties. it creates an installer file but launching the application automatically, plus not promtting a save dialogue box for a directory . is there any other ways of doing it.............thanks

Member Avatar for jhpajiri
0
95
Member Avatar for bluem1

Ok, sorry to be so needy this week! Here is the situation. I have discovered how to do a linq query to get my data from my xml but when I return it as a string to a list box it is coming in as one large line. No breaks. …

Member Avatar for bluem1
0
135
Member Avatar for mashooka

I want to develop an HTML editor in vb.net for my B.C.A final project.Whether its worthy in this era and wil companies prefer these projects?

Member Avatar for mashooka
0
87
Member Avatar for bumassjp

Well basically I keep a null value returned code and I have the same issue in all 6 of my functions. Here is the error code - `Warning BC42105: Function 'GetTimesheet' doesn't return a value on all code paths`. A null reference exception could occur at run time when the …

Member Avatar for bumassjp
0
1K
Member Avatar for jlego

In the project properties, under public, there is a button that says 'updates' and look as to let you specify a path to an update file where the current application can compare its version information with the file in the remote update location determining if it needs to be updated. …

0
65
Member Avatar for tqmd1

str = "select sno,name,city from employees" dt = GetTable(str) Public Function GetTable(ByVal mstr As String) cmd = New SqlClient.SqlCommand(mstr, con) da = New SqlClient.SqlDataAdapter(cmd) dt = New DataTable da.Fill(dt) Return (dt) End Function How to display three columns sno,name and city in combobox Please help

Member Avatar for me655321
0
125
Member Avatar for tqmd1

These codes work fine to display data from listview to textbox. TextBox1.Text = ListView1.Items.Item(ListView1.FocusedItem.Index).SubItems(0).Text Is there any alternative codes for this purpose?

Member Avatar for me655321
0
134
Member Avatar for compusol

Hi Guys, Im trying to build an order form application that pulls information from a msaccess file. The form has 3 Textboxes labeled 1,2,3 etc The first one is a product code, the second a description. i would like to be able to type a product code into box1 and …

Member Avatar for me655321
0
89
Member Avatar for jonturlington

It gives an incorrect row count and the column count only shows 1. So when I try to handle the true number of columns in the CSV file it reports an OutOfIndexRange error. Any and all help would be greatly appreciated. Example Data: [QUOTE] "Name.ID","Type of Call","Name","Phone Number","Start Date","Server Log …

0
53
Member Avatar for jlego

in vb6 the most efficient/fast way to test if a variable/object was empty was to use [code] if lenb(x) = 0 then [/code] instead of using if x = "" in .net len(x) works, but is there a more efficient way?

0
74
Member Avatar for jlego

im trying to determine if there is an item selected on the listview.. i have a listview that displays customers name with a .tag that holds there ID. how do you tell if the tag is 0 or empty before executing code? in vb6 i simply did [code] if .lstwhatever.selecteditem …

Member Avatar for jlego
0
109
Member Avatar for groff

Hi all! Is that possible to use Crystal Reports 8 with VB2008 Express? Thanks in advance!

0
46
Member Avatar for brimble2010

Hi all, I am currently developing a webpart that works as a submit for many web parts at once. When the Submit button is pressed, it sets a session variable and then when the page is realoded, each form on the screen responds to this and calls their own Submit …

0
62
Member Avatar for chirup

i need help on how to move button over a panel from the form in which the button is created dynamically at run-time ?

Member Avatar for jason_debono
0
58
Member Avatar for 33infinity

I would like to be able to create images in either corel draw or word that I can just copy in vb design view like you could using the image control in vb 6.0 without having to store the picture as a file.

0
47
Member Avatar for tqmd1

Dear Developers I have following codes on lostfocus of textbox1.text to search values. It works fine but how to navigate database. I mean what codes should I use for Next Record and Previous Record Buttons. My SQL database name is accounts and table name is employees Please help str = …

Member Avatar for wiss.dev
0
105
Member Avatar for ViRiPuFF

Hi I need to insert some data from Text boxes in an aspx page into an Access DB but I keep getting a Data type mismatch in criteria expression error. The problem is the Double which I think I have converted correctly. All the other fields are OK as strings …

Member Avatar for ViRiPuFF
0
317
Member Avatar for mikeybware

Hello, I am relatively new to posting in forums, so forgive me if I posted in the wrong area. I am having difficulty with saving changes made to my database. First of all, I can create a patient in the database (MS Access), and save their contact info no problem. …

0
63
Member Avatar for mikeybware

Hello, I am relatively new to posting in forums, so forgive me if I posted in the wrong area. I am having difficulty with saving changes made to my database. First of all, I can create a patient in the database (MS Access), and save their contact info no problem. …

0
68
Member Avatar for Rentier

I have a USB device (analog-digital converter) and DLL library for it (mDAQ.h, mDAQ.lib and mDAQ.dll). Can I use functions of this library in VB? How it may be done?

0
98
Member Avatar for iammirko

CODE [code=vb] Public Sub InstituteCreateButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles InstituteCreateButton.Click Dim InstituteName As String InstituteName = InstituteNameBox.Text Dim InstituteCountry As String InstituteCountry = InstituteCountryBox.Text Try Dim InstituteTableAdp As New InstituteBaseDataSetTableAdapters.InstituteTableTableAdapter InstituteTableAdp.Insert(InstituteName, InstituteCountry) MsgBox("Success") Catch ex As Exception MsgBox("Failed!") End Try InstituteCreateButton.Text = InstituteCountry End Sub [/code] …

Member Avatar for iammirko
0
117
Member Avatar for G_Waddell

HI Guys, I have written an app the prints out batches of documents for postings. Each batch is to be seperated by a red coversheet. I know that in our printing department, no matter what printer they use to print the batches on to they will always have the red …

Member Avatar for G_Waddell
0
121
Member Avatar for SarahInc23

I am so lost on how to get this code to work, and I am pretty sure what I have is all wrong. The problem is as follows: Each salesperson is assigned a 4 character ID, with the first character either an F (full-time) or a P (part-time). And the …

Member Avatar for jason_debono
0
154
Member Avatar for me655321

Hey, I created a custom datagridview column for a progressbar and included customizable color properties but I can't get them to work right. After compiling, the properties show up correctly in the Edit Columns popup editor, but changing the values has no effect. The designer generated code shows the original …

Member Avatar for me655321
0
280
Member Avatar for jlego

im trying to make the listview sort the listview items by column (whichever column was clicked, sort the list based on that column) in vb6 it was done by: [code] Private Sub ListView1_ColumnClick(ByVal ColumnHeader As MSComctlLib.ColumnHeader) Static olditem& With ListView1 .SortKey = ColumnHeader.SubItemIndex If olditem = .SortKey Then .SortOrder = …

Member Avatar for jlego
0
207
Member Avatar for soeppp

[COLOR="Red"]This is a Library code i got from microsoft for format a textbox into a numeric format...but it's doesn't works because error message "numberFormatInfo is not defined" Can anybody fix this code.and teach me how to use this class... regards Soeppp[/COLOR] [CODE]Public Class NumericTextBox Inherits TextBox Private SpaceOK As Boolean …

Member Avatar for me655321
0
168
Member Avatar for judge6

What i am trying to do is create a conosle app in vb.net 2008. I have a XML file (data_file.xml), and a template file (template.txt). The template file contains a few sentences, each one containing a placeholder which needs to be filled. I need to create multiple output files (.txt), …

Member Avatar for judge6
0
218
Member Avatar for tqmd1

Dear Experts I have following codes to to show data in listview. It displays first column empty. The value of first column is displayed in column2. How to show value of first database field in column1 Please help Dim StudentID As Integer Dim Name As String Dim Address As String …

Member Avatar for me655321
0
772
Member Avatar for sathya8819

Hi, I am developing an image processing application and I face one problem. When I run the application, all I get is a blank form, even though I have a lot of controls attached to it. I know it must be a dumb mistake on my part, but I am …

Member Avatar for me655321
0
103
Member Avatar for Roax

:( I am have been trying to update changes from my vb.net program to an access database file and it simply will not work. I have am using table adapters. I'm not familiar with SQL so i can't go that route. It updates the dataset fine but not the database... …

Member Avatar for reach_yousuf
0
265
Member Avatar for IT21

hey, im wondering what is the best way to go about creating queries... my program.. i am creating a staff search program, i have craeted my databse and have included queries in access. but imnot sure how to call them in vb.net wondering if anyone can help me on that... …

Member Avatar for me655321
0
90
Member Avatar for PiasaJohnny

Hello; I have several list boxes on a form, the items collection is filled at design time and the selectedIndex is changed at run time. when I change the SelectedIndex the backcolor of the control changes. I don't want this to happen. Thanks in advance for any help

Member Avatar for kvprajapati
0
53
Member Avatar for ykornx

Hi, i have a project to generate code for TabControl. I'm doing 1 form whit textbox-es to enter the tabcontrol properties (name, size, pozition ...) For the number of the tab pages in the control i'm generating dynamicly another tab control with the number of tab pages entered in the …

Member Avatar for ykornx
0
1K
Member Avatar for Bagleys

Hi im really new to VB and am stuck on an IF statement, heres my code: If TextBox12.Text >= 105.01 Then TextBox16.Text = TextBox12.Text - 105.01 * 0.128 ElseIf TextBox12.Text < 105.01 Then TextBox16.Text = "Not NI Eligible" End If When i debug it the error System.InvalidCastException is displayed four …

Member Avatar for Bagleys
0
98
Member Avatar for jlego

I am taking user names and id from a database and dropping it into a combo box for users to select there name. in vb 6 i used to do the following: [code] do until rs.eof = true with me.combobox.comboitems.add(,, rs.fields("Name")) .tag = rs.fields("ID") end with rs.eof.movenext loop [/code] the …

Member Avatar for jlego
0
148
Member Avatar for scrypt3r

Im trying to make a anti virus program, I know that any antivirus should have a file contains a databse of virus signatures. how to build a database in VB.Net? I'm not asking about the way to create the databse. what i want to know is how to write the …

Member Avatar for gebriel
0
92
Member Avatar for edwingudfriend

I am new in Visual Basic 2005 ! Can any one who can help me how to create set up file in Visual basic 2005

0
39
Member Avatar for wiss.dev

hi im trying to retrieve data from a foxpro database in a date range selected by the user from 2 datetimepicker boxes dim date1, date2 as date date1=datetimepicker1.value.date date2=datetimepicker2.value.date i used this command oSql="select * from customer where between(customer.date,{^date1},{^date2})" an empty table comes up.....can any one help pleas

Member Avatar for G_Waddell
0
97

The End.