20,284 Topics

Member Avatar for
Member Avatar for arjen

hello guys.. Can anyone know how to make the visualization or equalizer specifically the bars visualization of window media player? I made my own but I use only the progressbar and timer which random select from the number which mean it is not accurate from the song:) please need help …

Member Avatar for arjen
0
372
Member Avatar for samythehunk

this is my first project on .net actually i want know is there any way by which i can run my project by double clicking on an icon so that no onecan see my inside project code

Member Avatar for Pgmer
0
119
Member Avatar for gingernob

I have tried to google this but returned nothing useful; I have code which runs in a menu item (StartToolStripMenuItem_Click). Later in the project i want to code clicking this menu item but if i just use the StartToolStripMenuItem_Click sub it wants the 'e' argument passed to it. I simply …

Member Avatar for gingernob
0
176
Member Avatar for arjen

hello guys can you help me with my problem i create a media player and of course it has a playlist which is the listbox but my problem is that when i use this [CODE]x = system.io.path.getfilename(track)[/CODE] and when i click the song in the playlist it does not play …

Member Avatar for arjen
0
269
Member Avatar for Olivis

Hello! I'm declaring a line at the top of my code window. [CODE]Dim sTemp as String = textbox1.text[/CODE] I have no idea why. I tried commenting a few things related to the code but none of it makes it work. Any ideas?

Member Avatar for Olivis
0
103
Member Avatar for DartDemon

Hello there, I'm trying to save incoming serial data which is stored in a string to a text file. I'm unsure how to keep the txt file open for saving the data until I tell it to stop. Also I'm not sure whether to use a timer that will save …

0
55
Member Avatar for swathys

i have a problem with my insert function using web services.i can't figure out where to fix.....does anyone have idea abt it ???? this is the error is when i run the web services [CODE]Description: An unhandled exception occurred during the execution of the current web request. Please review the …

Member Avatar for Oxiegen
0
280
Member Avatar for bklynman01

I recently began working on an application that was built by someone that is no longer available. This application is filling an excel file, but I can not find ANY code that uses excel. There aren't even any references to excel interops. My thought is that this a multi-threaded application …

Member Avatar for Oxiegen
0
79
Member Avatar for hamzah123

Hi! I have created two applications communicating over sockets, one being the client and the other being a server. I want someone to tell me how I can control the client from the server. Please tell me where and how to start. Thanks in advance! this is server code [CODE] …

Member Avatar for Oxiegen
0
94
Member Avatar for tipaklong

hi! i wanted to set a maximum limit of characters of textbox in the properties but i can't find where it is located unlike in vb 6.0 you can set the characters in maxlength...thank you in advance..

Member Avatar for NETProgrammer
0
469
Member Avatar for himvj

if one installer class in my project and in custom action doing some procedure to validate the serial key using user interface editor during setup creation. while installing the set up if the condition is not true the setup in rolling back it is installing. code is as below that …

Member Avatar for NETProgrammer
0
151
Member Avatar for ayoba01

hello and morning i have a problem in calculate the amount firstly, i have made a code when user insert the parking ticket into the machine , it will tell the customer to pay certain charge. like this: [CODE] Private Sub btnticket_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles …

Member Avatar for Jx_Man
0
103
Member Avatar for deathxmortis

Hi, I was just wondering, if I have a list view control, with 2 columns, and insert items to those columns, ex: LIST VIEW ANIMALS - CARS Col1 Animals === Col2 Cars [COLOR="Green"]Jaguar [/COLOR]................... [COLOR="Red"]XJR [/COLOR][COLOR="Green"]Tiger [/COLOR].................... [COLOR="Red"]DB9 [/COLOR][COLOR="Green"]Bull [/COLOR]..................... [COLOR="Red"]Gallardo [/COLOR] Can I move items from 1 COLUMN to …

Member Avatar for Luc001
0
441
Member Avatar for BleepyE

Sorry guys if Im repeating myself here, but ive search through the first page of search results and didnt find what I was looking for. Basically, I need to create a Multi-Tabled Database, anyone of you who are familiar with Access will know you can use forms to browse through …

Member Avatar for dxider
0
169
Member Avatar for ayoba01

hello i want to know how to change the text alignment example text from left to middle in listbox also i would like to know how to make the text appear automatically when i run the program example in listbox "Welcome To Atm Machine" that's the problem thanks everyone

Member Avatar for dxider
0
112
Member Avatar for ecinevenice

I'm making an application associated with MS access for its database... I set one of the field to text and the other to object for images..but the object suggest to insert pictures through paint.. [COLOR="Red"]Is it possible for animated images(gif) in ms access? I'm getting stuck with bmps... [/COLOR] -------------------------------------------------------------------------------- …

Member Avatar for ecinevenice
0
318
Member Avatar for Sevyt

Was wondering, is it possible to create a class which has the majority of your keypress controls? Like allowing just letters or numbers in a textbox etc.... To make things clearer what i exactly want. I have a textbox on my form. This is a textbox for the postcode. The …

Member Avatar for Sevyt
0
230
Member Avatar for vb6forever

Hi experts, well, nearly 10 years after .net became the mainstream I am finally making the move to vb.net after having supported VB6 apps all this time. I have been learning vb.net 2010 but am finding it difficult to find relevant information on the COM aspect. In VB6 COM was …

Member Avatar for oreallabac
0
224
Member Avatar for pallabiboro

ERROR IN ADD STATEMENT THIS IS MY CODE [CODE]Dim cb As New OleDb.OleDbCommandBuilder(da) Dim nr As DataRow nr = ds.Tables("a").NewRow() nr.Item(0) = TextBox1.Text nr.Item(1) = TextBox2.Text nr.Item(2) = TextBox3.Text ds.Tables("a").Rows.Add(nr) da.Update(ds, "a") MsgBox("Datarow added")[/CODE] Syntax error in INSERT INTO statement. System.Data.OleDb.OleDbException was unhandled ErrorCode=-2147217900 I have taken textbox3 as memo …

Member Avatar for pallabiboro
0
78
Member Avatar for crankyslap

Hey guys, I can't figure this one out. Sometimes when backing up an sql file using phpmyadmin (database stuff), for some reason it forgets to double up a single quote, resulting in an error when loading the sql file back into the database when required. A line in such an …

Member Avatar for crankyslap
0
94
Member Avatar for ayagi
Member Avatar for ninjatalon

I have a form let's call it Form1 that calls another form(Form2) Form2 to has a bit a code that needs to load in the LOAD_EVENT and takes about 4 seconds. I have made a new form(frmProgress) that only has a progress bar. I want frmProgress to show up and …

Member Avatar for codeorder
0
3K
Member Avatar for pxndx

Hey everyone, i have a project i'm doing for school and i need some help, i'm not a big VB fan (i'm more into java) and i have to make a calender with combo box, numericUpDown a clock and 3 numericUpDowns for hour min and seconds, i would appreciate any …

Member Avatar for pxndx
0
150
Member Avatar for ninjatalon

I have to make a lot of retangular boxes to make my program neat but i'm having a problem of adding boxes. I tried using the draw event in the tab page but everytime i scroll it will draw the lines again and messes up everything. Also when making a …

Member Avatar for ninjatalon
0
163
Member Avatar for ninjatalon

I have a database with a table called BREAKFASTMILK Inside the table I have Two Columns named MENU and FOOD ITEM when using this code if I change the index of one of comboboxes it will change the index of the other. I want to keep both independent but get …

Member Avatar for ninjatalon
0
96
Member Avatar for m1234ike

Hello, I need some help making a "Windows-Like" copy and replace prompt with this folder cleanup application below. The application uses a Windows Form and two buttons: one to create the separate subfolders in the main Cleanup folder and another for special folders. Take a look: *************************************************************** [code] Imports IWshRuntimeLibrary …

0
70
Member Avatar for Naveed_786

Hi to all, How can i connect VB.NET with oracle i am using following connecting string for connecting VB.NET with SQL Server [CODE]Public ConnectionString As String = "Data Source=%server%; Initial Catalog=Inventory; Integrated Security=SSPI; Trusted_Connection=True;"[/CODE] And Class for sql server [CODE]Imports System.Data.SqlClient[/CODE] What class should i use for oracle.

Member Avatar for Naveed_786
0
84
Member Avatar for mohannad2004r

HI can some one Help in my graduation project im making database access connection this is my class ___________________________ Imports System.Data.OleDb Public Class DataBaseConn Dim conn As New OleDbConnection Dim comm As New OleDbCommand Dim s As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data [COLOR="Red"]Source=D:\G-project Crab\GP\GP\Database1-2.mdb"[/COLOR] Sub adconn() conn.ConnectionString = s conn.Open() End Sub …

Member Avatar for Luc001
0
171
Member Avatar for MooGeek

Hi guys, I'm kinda new in VB.net. Do you guys know anything tutorials on how to database MSACCESS? I'd like it very very simple. but I want it to be [B][U]pure in Code[/U][/B] not like some Setup or something. a sample downloadable project will do! thanks! :D

Member Avatar for Luc001
0
111
Member Avatar for wenbnet

Hello Sir, i want to deduct some amount(i.e user input) from main loan taken by employee and remaining amount again come as balance loan amount and on nxt month again the some amount should deduct from balance loan amount. my database is in ms-access and i use vb.net.. plz help......

Member Avatar for wenbnet
0
316

The End.