20,284 Topics

Member Avatar for
Member Avatar for pordsky

Hey guys. im having a hard time to code tower of hanoi in vb.net using stack. any help you can offer. (vb.net codes please) Thank you in advance guys. Good day!

Member Avatar for crunchie
0
56
Member Avatar for zarulhamdi

hi..i'm developing a tracking system using rfid for my project my tracking system prototype consist of two rfid reader. how can i use serialport(vb.net toolbox) to compare which serialport receiving data from reader? could someone help me in finding a way to use serialport(vb.net toolbox)

Member Avatar for albay
0
123
Member Avatar for SaaDwTk

I need an code to goes to this page: [url]http://admin:adminms@192.168.0.118[/url] Wait 3 seconds Goes to: [url]http://192.168.0.1/cgi-bin/dial?rc=@&A=H0&rd=status[/url] Wait 3 seconds Goes to: [url]http://192.168.0.1/cgi-bin/dial?rc=@&A=D0&rd=status&ZT=1290636163550[/url] And stop

Member Avatar for SaaDwTk
0
109
Member Avatar for cyrusho
Member Avatar for VulcanDesign

Hello all =) I am working on a Visual Basics (6) project that requires a hidden command prompt window, to which I need to pass commands. I need to: [list=1] [*]Open a hidden command prompt [*]CD to a directory [*]pass a command including several file names [*]Exit the hidden window …

Member Avatar for VulcanDesign
0
1K
Member Avatar for fieryidris

i have been using the microsoft visual basic 2005 express edition beta which is my first attempt at doing anything with visual basic so it has been taking me a long time to learn myself how to do things - mainly by using google and also reading through all the …

Member Avatar for Mariandi
0
1K
Member Avatar for TheMightySpud

Hi all, I'm hoping someone can help out with this one. I'm reading in an xml file, which is working fine with no problems, but I want to re-format one of the elements data attributes slightly. The XML attribute output is currently [code]Wind: NW at 6 mph[/code] What I want …

Member Avatar for GeekByChoiCe
0
114
Member Avatar for eikal

Hi i found this site and this guy tries to teach you how to make a chat program. Well i just copied his code in and... th program worked. I can send a message to the server and it sends it back just fine. But i can only send a …

Member Avatar for GeekByChoiCe
-1
58
Member Avatar for WHchaz1027

Hi Geeks!, I am developing a project now. My problem is how can I create a autogenerate alphanumeric in the textbox to be used as an ID of entries. I'm using VB.Net 2005 and MS SQL Server 2005 STD. Thank you in advance. More power to this site.

Member Avatar for kvprajapati
-3
224
Member Avatar for Goddard
Member Avatar for kinger29

I am using Visual Studio 2010, this should apply to any version of Visual Studio running a version of .Net with TabControl and TabPage. I want to create my own tabpage that I can add to a tabcontrol. I have tried creating a new class where I inherit System.Windows.Forms.TabPage but …

0
128
Member Avatar for CharliePrynn

Hey, I have made an application that clicks and button, which opens a popup. Now, my problem is, that it opens the pop up in Internet explorer and not webbrowser1. How can I change it so it opens in the same webbrowser1?

0
73
Member Avatar for CharliePrynn

Hey. I need to click this button in vb.net. [CODE]<button id="login" class="fblogin"></button>[/CODE] How would I go about it? Thanks.

Member Avatar for CharliePrynn
0
93
Member Avatar for chuck_1508

hi im a student specialising in software development n my last semester is approaching n i have to give the topic to my supervisor...i don't knw on wat topic to do....can u please help me in finding a topic..my project should be a simple and understandable one..my project is based …

Member Avatar for Netcode
0
177
Member Avatar for TechSupportGeek

Hello world of DaniWeb, what's up? I have the following problem; I've created a text editing application in VB.NET that actually works pretty well with opening, saving files etc. But when it comes to opening a file, modifying it, and then trying to save it, the save dialog will pop …

Member Avatar for TechSupportGeek
0
235
Member Avatar for Dhale1

Hello, I am making a program that will have an agenda or day calendar view. Obviously visual basics calendar control doesn't have this, so I am looking for a free control to use. I would like one similar to outlook express's day calendar. I would appreciate any suggestions. Thanks! -Dillon

Member Avatar for Netcode
0
48
Member Avatar for rpk_Kannan

Hai sir! i am kannan please help me insert, update, delete and search coding in VB.Net with access and sql? and way of connect and create access database using in vb.net?

Member Avatar for Netcode
0
138
Member Avatar for Goddard

I am trying to display a report, but can't figure out how in vb.net and visual studio 2010...anyone care to help?

Member Avatar for Netcode
0
81
Member Avatar for rpk_Kannan

hai! every body. please correct this coding. vb.net with access table name : Sample.mdb My Error mistake is : [COLOR="Red"]"The Microsoft Jet database engine cannot find the input table or query 'sample'. Make sure it exists and that its name is spelled correctly."[/COLOR] my coding: Private Sub btnsearch_Click(ByVal sender As …

0
46
Member Avatar for Noorul Ariff

Friends... I'm doing INVENTORY project... front-end : vb.net back-end : Access I'm having PURCHASE, SALES tables... Now i wanted to send E-MAIL(with OPTIONS LIKE: ATTACHMENTS, to specific E-MAIL address, to ANY NUMBER OF E-MAIL ADDRESS, CC, BB) when i click BUTTON... i don't know how to do this... please help …

Member Avatar for Luc001
0
115
Member Avatar for bhagawatshinde

Hi I am using vb.net 2008 and sql server 2005 in that one form contains the richtextbox from that richtextbox i am saving the questions in database now i want to change each questions font and size. can anybody help me!

Member Avatar for bhagawatshinde
0
126
Member Avatar for Xcelled194

OK, this one has me baffled. I'm trying to teach myself more about recursive functions, so I'm making a prgoram to figure out the Knights Tour ([url]http://en.wikipedia.org/wiki/Knight's_tour[/url]). It went well until I tried to run it. It stops randomly between 2,000 and 3,000 iterations with a Stack Overflow Error, yet …

Member Avatar for Xcelled194
0
210
Member Avatar for Quazy

Hello I have a datagridview, and I would like to run some queries (fill queries). when I run a fill query, my dataggridview show only one row, depending on the query parameter. How can I run a query multiple times, without removing the previous rows? I am using the: [CODE] …

Member Avatar for Quazy
0
104
Member Avatar for mancode1007

I am quite confused how to encrypt the password store in the database so that if the database found by pupil it cannot take password from the table .Anyone can show me how to encrypt password .I m using microsoft acess as the databese. please help ....thx

Member Avatar for Luc001
1
280
Member Avatar for Bold Eagle

I have a listview that is filled with an sql query from temp Sql DB that is created from a program that run from textbox inputs, which writes this db. When the select button is pushed it query loads the listview. Sometimes their may be "0" or null values in …

Member Avatar for Bold Eagle
0
88
Member Avatar for ManicCW

When you are programming web pages it is very important to optimize your code for better and faster performance. In this part I will show you how to optimize code for filling multiple dropdownlists with data from Microsoft Access. The same thing is with SQL Server. I'm using asp.net 2.0 …

Member Avatar for Mariandi
2
339
Member Avatar for zela

i have this .xml file read and display at runtime by vb.net2003. the .xml file is the database which contain various data and its not for adding more data or edited by user so i need to protect the file so that my code can read and display those data. …

Member Avatar for Luc001
0
91
Member Avatar for tcon

hi im sorry if this isnt in the right forum but i cant seem to find any threads in this. i cant seem to create a datetime object in vb.net with datetime string that's in this format "hh:mm:ss tt MM/dd/yy". The error im getting says its not a recognisable string …

Member Avatar for Luc001
0
2K
Member Avatar for erum

i have bit tricky kind or problem. i need to get values of each textbox in loop with different names,i have three row (name,telephone,email)and off course three textbox ,can any one help how to get in loop ,i need to insert them in database [CODE] Dim arr() As String Dim …

Member Avatar for shine_jose
0
209
Member Avatar for erum

i write following statment in my code [CODE]Response.Write(arr(0).ToString(), arr(1).ToString(), arr(2).ToString())[/CODE] but it gives me an error [COLOR="Red"]Conversion from string "xxx" to type 'Integer' is not valid.[/COLOR] althought array has values like this arr(0)='erum' arr(1)='dsds' arr(2)='sdsd' arr(3)='Nothing' [CODE] Dim arr(3) As String Dim record As Int32 record = 0 [/CODE] i …

Member Avatar for ciint
0
320

The End.