20,285 Topics

Member Avatar for
Member Avatar for Steve Mac

Hi, everybody. I would really like to know if there is anyway in which I can package two or more set up files together with my vb.net application; so that after installing the application, it automatically starts installing the other applications from the other set-up files. In my case I …

Member Avatar for Steve Mac
0
99
Member Avatar for shredder2794

Hello all, I've been using SendKeys in a program I am making but its really glitchy and does not work properly. Is there an alternative way to simulate a key press within code? Thanks in advance!

Member Avatar for kvprajapati
0
67
Member Avatar for jimJohnson

I have a couple quick questions with the program that I am doing. This program is a hi\lo program and here are my remaining issues... 1. When I click the high or low button in my program it does not make changes to my token (I want the default tokens …

Member Avatar for Unhnd_Exception
0
113
Member Avatar for gurupts

Plz any one can help me... i have only one table in an ms access database(2007).that table contain two fields only ID,Name.i want to search that table using ID(primary key) and result should show the name of particular id. In a vb.net(2008) form i put one text box,one button and …

Member Avatar for ShahanDev
0
593
Member Avatar for Unhnd_Exception

[code] ''' <summary> ''' Returns a new copy of the bitmap passed in. The new copy is rotated ''' to the specified degree and resized to fit its new bounding box. ''' </summary> ''' <remarks> ''' The Original Bitmap should be the bitmap that has never been rotated. ''' If …

Member Avatar for Unhnd_Exception
0
940
Member Avatar for like_bilal02

Dear Freinds I want to get two rows out of 6 columns in datagrid from database out of 6 columns so kindly give me a query of this programme but give me linq to sql query thanks

Member Avatar for ShahanDev
0
65
Member Avatar for Resentful

I apologize for the vague topic title, but the actual topic title would be very long. Is it possible that after you find a string, backup until you find a specific character and copy it? For example, I am looking for "bread". The text is milk8andbread. Would it be possible …

Member Avatar for Unhnd_Exception
0
110
Member Avatar for BleepyE

Is it possible to have a feature where the application checkes for updates every 7 days or each launch? If so, please could someone point me in the correct direct to adding this to one of my applications. Thanks

Member Avatar for BleepyE
0
258
Member Avatar for BleepyE

My code has all of a sudden gone strange. Example 1: When I click my save button nothing happens, when I double click the button in the designer, it creates a new sub called "save_click_1" Example 2: My linklabel is no longer working. Double-clicking it in the designer ccreates a …

Member Avatar for BleepyE
0
74
Member Avatar for paulablanca

Can someone help me? How do I declare that my column 4 should accept integers only? Thanks. God Bless.

Member Avatar for ShahanDev
0
99
Member Avatar for discovery-power

Hi All, I have created a form called new users, I have added my data source, draged over the objects I want from the dataset onto the form and all is well appart from the fact that I cant delete records. To add them I simply click the add button, …

Member Avatar for discovery-power
0
112
Member Avatar for WDrago

Greetings everyone, This is my first post, so I hope I don't break any rules by mistake... I am an experienced programmer trying to learn VB.NET. The problem I'm having is that it seems like strings have to be initialized differently than other types and I don't know what I'm …

Member Avatar for WDrago
0
178
Member Avatar for abhishekjec

hi, i m very new to the database design i have created a database for a college in which i have to keep track of the student record. i have a tabale datacs n name,sem,rollno,pho1, are my attribute in the table roll no i have entered now i have to …

Member Avatar for ShahanDev
-1
83
Member Avatar for tendaimare

Guyz i have this insert function that is supposed to help me insert data but somehow i dont know how to actullay call it and get it to insert data [CODE] Private Sub btnInsert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnInsert.Click DataAccess.InsertNewRecord(txtName.Text, txtSurname.Text, txtID.Text) End Sub [/CODE] [CODE] …

Member Avatar for ShahanDev
0
84
Member Avatar for sarifah

Hi. I want to backup and restore the database by using vb.net.I have a problem here. .This dialogue box appear. " [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open backup device 'C:\Documents and Settings\S\My Documents\sales.Bak'. Operating system error 5(Access is denied.). [Microsoft][ODBC SQL Server Driver][SQL Server]BACKUP DATABASE is terminating abnormally. " Can …

Member Avatar for buddylee17
0
265
Member Avatar for afaque01

Iam trying to Calculate The values From 2 Comoboboxes.....But sometimes its calculating and sometimes its Showing BOOLEAN conversion problem... Plz SEE the code . [CODE] If C1.Text = "Agra Fort" Andalso C3.Text = "Delhi" Then l8.Text = 800 ElseIf C1.Text = "agra fort" Andalso C3.Text = "bangalore" Then l8.Text = …

Member Avatar for afaque01
0
172
Member Avatar for sganandhsg

Hi All i have create collection then load lot of username. i need to filter username like starting A to E , E to K and K to Z. please help me for this Thanks

Member Avatar for ShahanDev
0
79
Member Avatar for tendaimare

i have a checked list box as one of my controls in my code what happens is when i click on the checked list box the item clicked in the checked list box is supposed to be added to a text box, and my code is now doing that however …

Member Avatar for tendaimare
0
148
Member Avatar for Saikumar Adep
Member Avatar for Riga

i'm newbie from programming, what i want to ask is how to get the name from dayofweek?? [code] For cacah = 0 To 6 Dim nodeNamaHari As DayOfWeek [nodeNamaHari = cacah] Dim nodeJelasHari As TreeNode = nodeBulan.Nodes.Add(nodeNamaHari) Next [/code] that's what i try but the nodes appear just the value …

Member Avatar for Riga
0
330
Member Avatar for solfinker

I need to add to my project several two columns tables of data (from MS-Excel) I have saved in txt form, and I suppose I want to manage them in the form of lists or arrays. Which is the easiest way to incorporate those files into the project?

Member Avatar for kvprajapati
0
99
Member Avatar for yorro

How do you set the FileSystemWatcher.Filter to check only two files. Here's my code that doesn't even work. [CODE=vb]watcher.Filter = "*.txt|*.ini"[/CODE] Thanks Alot

Member Avatar for yorro
0
2K
Member Avatar for sampaw20

[code] Imports System.Data Public Class Section Dim con As New OleDb.OleDbConnection Dim ds As New DataSet Dim da As New OleDb.OleDbDataAdapter Dim dv As New DataView Dim inc As Integer Dim maxrows As Integer Dim cmd As OleDb.OleDbCommand Dim constr As String Private Sub Section_Load(ByVal sender As System.Object, ByVal e …

Member Avatar for ShahanDev
0
181
Member Avatar for discovery-power

Hi All, I have a combo box in a form, I want to fill it with names I have stored in a database. I know I have to use the fill command, but I am not sure what code I need to use. I imagine I need to place this …

Member Avatar for discovery-power
0
117
Member Avatar for shredder2794

Hello All, I was wondering how to click a button on the internet or another program via a program in visual basic 2010. An example would be: Have a program being able to click the "Search" button in google or the "I'm feeling lucky" button??? Does anyone know how to …

Member Avatar for Unhnd_Exception
0
2K
Member Avatar for winkler

Hi I consider myself fairly new to VB.NET, so maybe you could help me here. I have a bindingSource which is bound to a dataset. I have a filter on the bindingsource. My problem is that when I add a new row, with BindingSource.AddNew, even if it does not match …

Member Avatar for winkler
0
809
Member Avatar for millanskie

Hi, DO somebody know how to remove the rectangle graphics, I'm able to draw a rectangle graphics using this code: [CODE]Dim g As System.Drawing.Graphics Dim myPen As New System.Drawing.Pen(System.Drawing.Color.Red, 2) Dim myRect As New Rectangle(x1, y1, x2, y2) g = Me.CreateGraphics() g.DrawRectangle(myPen, myRect) g.Dispose()[/CODE] Is it possible to remove this …

Member Avatar for CandorZ
0
2K
Member Avatar for srinath p

Hi,I,m taking mysql database backup through code behind,by using process.start method.It's taking backup but the problem is that after execution of process.start method,it's showing one command prompt for 2-3 seconds and executing.I dont want to show that command prompt.Please help me how can i do that?

Member Avatar for jlego
0
29
Member Avatar for x2fair

kindly help me........ [code] Public Sub JoinTable() Dim conn As ADODB.Connection Dim rs As ADODB.Recordset conn = New ADODB.Connection rs = New ADODB.Recordset With conn .ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};" _ & "SERVER=" & MySQL_SVR & ";" _ & "DATABASE=documentdb;" _ & "UID=" & MySQL_UID & ";" _ & …

Member Avatar for jlego
-1
200
Member Avatar for harry.jhone

Hi, I am new member. I am not from any technical background but still like very much on how to develop application software and doing research regularly. My question form expert like you is Is there any powerfully software available that automatically create software without and coding knowledge. still conceptualizations …

Member Avatar for kvprajapati
0
276
Member Avatar for katmai539

Hi there, it's me again. My last post isn't even solved yet but already i'm on a new job, of which i'm not very proud. This time i need to convert the hex codes i put in a textbox as a string like this: "55 00 01 61 07 46" …

Member Avatar for ShahanDev
0
164
Member Avatar for RenanLazarotto

Hey guys! Me again. I want to change some text inside a textbox when a checkbox is checked. I tried many things, but none seems to work. I need that, when checkbox gets checked, the textbox value gets deleted from backwars until a dot. Then, place another predefined text immediately …

Member Avatar for RenanLazarotto
0
172
Member Avatar for raaif

I want to create a Voice like Microsoft Anna in vb code is possible to do it? Can someone give me some tips please

0
63
Member Avatar for bingkoy21

Hi everyone! :) Can somebody pls help me out here. Im still a noob at programming. Im creating this program in vb.net which is supposed to be used on a lan, say we have PC 1, PC 2 and PC 3. The thing is, after the user selects which pc …

Member Avatar for bingkoy21
0
104
Member Avatar for compaquser

Hi, I'm looking for some project ideas for my postgraduate studies.. am interested in embeded technologies with wireless data mining. Please could people suggest possible topic related the field am interested in.Reply me as soon as possible. The platform i would like to develop is VB.NET Thank you.

0
51
Member Avatar for rageke

Hi there, for a serious amount of time i've been struggling with this same issue, I did find some answers but non sufficiant. Maybe someone could lend me a hand? Allow me to illustrate my situation; I'm pretty new to VB.net, a whole lot is left for me to learn. …

0
49
Member Avatar for ak24

How can I prevent the beep sound when I use the SendKey command in NumericUpDown1 Box? Here is the code: [CODE] Private Sub NumericUpDown1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles NumericUpDown1.KeyPress Static SAME As Short = TB2 TB1 = SAME - NumericUpDown1.Value If e.KeyChar >= "0" And e.KeyChar …

0
114
Member Avatar for Felipevd

Hi everyone. I know how to make a calculator, with basics and a little more complex functions, that's not my problem. My problem relies in that, the only way I can make a calculator is by 2 terms at a time, i.e: I can't make this operation (12 + 21 …

Member Avatar for Felipevd
0
99
Member Avatar for devloper

in vb.net to store this query in dataset ..In Sql query I have a Employee Id M 1 M 31 M 41 M 58 M 6 M 60 M 67 S 10 S 118 S 133 S 143 S 151 S 155 S 157 S 158 S 25 S 28 …

Member Avatar for jlego
0
126
Member Avatar for afaque01

Hello! Iam trying to Check Values Of 2 textboxex .. n then Print A certain Amount.. can Any 1 help me.... Code: [CODE]If C1.Text = "Agra Fort" & C2.Text = "Delhi" Then L8.Text = "800Rs/-" End If [/CODE] Actualyy i have jst Started learning VB.net... Iam trying to Check from …

Member Avatar for afaque01
0
85
Member Avatar for abhay1234

I have decided to create Bulls and Cows game for my project. I have been checking for it's correctness. But it behaves bad in some cases. Like when I have already guessed the word it doesn't respond right. This happened rarely but I can conclude that it still is not …

Member Avatar for Teme64
0
308
Member Avatar for Sara Tech

Hi Guys :) I hope you fine :) I want when I color a shape ,that color does not wipe the background picture.I want it be [COLOR="Red"]transparent not solid [/COLOR] :S I tried Opticity property :-/ but it is [COLOR="Red"]just for the whole form[/COLOR] :icon_sad: ,it does not available for …

Member Avatar for Sara Tech
-1
139
Member Avatar for Brianbc

This Christmas day, I am plagued by this negative nibble mystery. I have some bytes in a byte array that I want to split into nibbles [CODE] x = bytes(n) x = x << 28'cause the left 4 bits to overflow so we remain with only the right 4 bits …

Member Avatar for Brianbc
0
84
Member Avatar for pranavdv

hello check the attached 2 file. one is .docs file another is .bmp file. Problem is that i want add that formula in database through vb.net. what will be data type in sql serve? and how to manage in vb.net?? please guide me on that

Member Avatar for kvprajapati
0
68
Member Avatar for lielee

Hi. My project is like this. I want to print another document with different content while the program is still running. Like the coding below, after the 1st content (QuantityString, TypeString, PriceDecimal) is previewed, I close the print preview form. But when I put content for the 2nd document, the …

0
69
Member Avatar for Mike Bishop

Morning, Please a clever person help me, i am using VS2010, I have a form with a button with the following code. [CODE]Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles Button1.Click Dim cryRpt As New ReportDocument Dim crtableLogoninfos As …

Member Avatar for Mike Bishop
0
195
Member Avatar for Ghostt0

Hi, I'd like to get an entire structure to a string, without having to use a string.format for each datatype in the structure for example. So basically I want to do something like a 'For Each value In struc'. Is this possible?

Member Avatar for GeekByChoiCe
0
98
Member Avatar for urataru17

Hi there! Just want to ask for help with my Visual Basic 2008 because when I tried to reinstall my vb application and open my designer I got this error "Make sure the application for the file type (.vb) is installed." and I cannot edit my design anymore. Also the …

Member Avatar for GeekByChoiCe
-1
201
Member Avatar for veyske

dear, I'm a starting programmer, and I need to make Mastermind for school (vb.net). It must work as single-player (thats already finished), but we also must make it work multiplayer. We got the server with the task, and don't have to program its ourselves. I'm prety far now with my …

Member Avatar for GeekByChoiCe
0
122
Member Avatar for lielee

Hello. My project is like this. When I select from "TypeComboBox" and "BeanComboBox", the "PriceTextBox" will display the appropriate amount of the "Private PriceDecimal". But when I added the "Private SnackPrice", it will display only the 1st array, (0, 0) for both array. I try using "Select Case" but doesn't …

Member Avatar for lielee
0
127

The End.