20,284 Topics

Member Avatar for
Member Avatar for shuhana84

hi,i want to know how to export sql server 2005 database to access through vb.net coding..no need to select n insert table one by one,just save package...

Member Avatar for shuhana84
0
935
Member Avatar for ajwei810192

Hi, I have the following code that I would like to get working, but for some reason, it keeps giving me the wrong output, and I wonder if anyone on the list might be able to help me fix it. Here is the code, [CODE] Sub submit(ByVal sender As Object, …

Member Avatar for ajwei810192
0
100
Member Avatar for Dimonbak

Hello! I currently am enrolled in an intro to VB2008. I have done well thus far but have hit a snag on Chapter 5 programming challenge 4 on p350 of the 4th edition(yellow). I swear to you I have put probably 10 hours into this embarressingly and I am ready …

Member Avatar for Moorendeavors
-2
583
Member Avatar for Starfighter330

I am trying to set up some common dialogs but some how forgot how to do it. I have a menustrip set up just need to know how to apply a fontdialog and colordialog. Can anyone assit me with this, I need some help as soon as possible. I am …

Member Avatar for kvprajapati
0
160
Member Avatar for rhari_81

Respected Sir/Madam, Hii Guys?I am harish here and i am just a starter in vb.net.I am interested to develop some applications in vb.net. So, I have to start things right from scratch i.e designing and coding etc... I need a sincere suggestion on what type of applications can i try …

Member Avatar for kvprajapati
0
229
Member Avatar for yaya_star

Hi all i just wanna ask if any one can give me the related function with colordialog(vb.net) and if i can change backcolor of form with it?how? Thanks:confused:

Member Avatar for kvprajapati
0
215
Member Avatar for judithSampathwa

hi there, how can i get the row index of the last row in the datagrid view in C#. i have a add button that adds a row to the datagrid view if the three cells in the datagrid view curent row is not null. when i try to add …

0
54
Member Avatar for Captain_Jack

Hello Folks, I'm very new to programming. I'm work as an IT guy. I'm trying to create a stand alone app for general troubleshooting purpose. So here is my question. I managed to create scripts on generating System information etc. Now i need sripts to Export Event Veiwer Logs (Application …

Member Avatar for nick.crane
0
96
Member Avatar for visweswaran28

Hi, This is my code. Here I want to retrieve return value of stored procedure. when I am executing this, I am receiving exception as string[1] string invalid index[0]. coding.. cmd.CommandText = "sp_dat_enc" Dim params() As OleDbParameter = {New OleDbParameter("@pVisitDates", r("visit_dates").ToString)} Dim ret_val As New OleDbParameter("@DataOut", OleDbType.VarChar) ret_val.Direction = ParameterDirection.ReturnValue …

Member Avatar for dnanetwork
0
114
Member Avatar for oluscoa

pls i need the different betwwen Vb.net and PHP looking in the are i listed Area Visual Basic .Net PHP (1)Variable definitions (2)Loops (3)Conditions (4)File handling

Member Avatar for oluscoa
-2
175
Member Avatar for ajwei810192

Hi, I have the code as in the following: [CODE] Sub submit(ByVal sender As Object, ByVal e As EventArgs) songNodesOut.Text = String.Empty Dim file As String = Context.Server.MapPath("alice_music_list2.xml") Dim document As XmlDocument = New XmlDocument() document.Load(file) Dim songList As XmlNodeList songList = document.SelectNodes("/music_songs/song[category='" & drop1.SelectedItem.Text & "']") Dim songDisplay As …

0
71
Member Avatar for zuve_fox

Hi... file with extension vb(*.vb) can compile to exe using vb.net coding. could everyone help me how to compile to exe using vb.net coding if use own extension(not *.vb) ? thanx

Member Avatar for Teme64
0
301
Member Avatar for madlan

Is there a method for checking which roles a user has in SQL using SMO? I can add a role via: [CODE]user.AddToRole("Administrators")[/CODE] But cannot see an obvious method to progmatically list them.

Member Avatar for madlan
0
140
Member Avatar for trpsjt2008

Hello, I Have a Lag Problem With my Code My Snake Game It Will Move With Timer Tick 100 interval And Each Timer It Move It Will Use A Lot Of Code In Procedure It LAGGY My Touch Code Use This [CODE] Function Touched(ByVal obj1 As String, ByVal obj2 As …

Member Avatar for trpsjt2008
0
85
Member Avatar for adams161

Hi, I have a list of a few thousand names. I actually have last name, first name, phone number, etc and more info. I'm going to make a class to contain the data. so I'll have like a people object with for example a last name field. I'm going to …

Member Avatar for adams161
0
124
Member Avatar for kerek2

Hi... I have one problem regarding how to check whether the record already have or not then do insert or update...I'm using firebird database....i want to pull all record from one table to other database . Here my coding but i'm get stuck to do insert or update...hope anyone can …

Member Avatar for finito
0
130
Member Avatar for nsniha745

hi all is there any code converter from vb6.0 to vb.net.if it is Plz tell the exact

Member Avatar for Luc001
0
47
Member Avatar for Ushba
Member Avatar for Ebisu

Hey i have so far set up a form to save data into a database and i am using: [code] con.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0.;" & _ "Data Source = F:\Database1.mdb" con.Open() [/code] I tried saving the database as i did with images in the resource folder and used my.resources but this …

Member Avatar for Teme64
0
2K
Member Avatar for Ebisu

Hi, i have a access database with two tables, one for customer and one for booking. I then have a form application i made in VS 2008 which lets a user enter details such as their name phone number ect into text boxes. All of the information the person enters …

Member Avatar for finito
0
230
Member Avatar for Sidiq

Hi Everyone, How are we all? Im pretty new to vb.net but have worked with alot of vbs scripts. I have used vb scripts in past that prompts to change a computer name & joins it to a inputed domain name... i am currently working on little app in .net …

Member Avatar for Teme64
0
791
Member Avatar for homeryansta
Member Avatar for Teme64
0
205
Member Avatar for agu.chux

I'm developing an application that generates mobile GSM numbers, but i need to find a way to make sure each generated number (e.g: +23408068576645 begin_of_the_skype_highlighting +23408068576645 end_of_the_skype_highlighting) is in use and importantly the CellID or location parameters of the number: the software is not a mobile app, but rather a Desktop app. …

Member Avatar for agu.chux
0
225
Member Avatar for judithSampathwa

hi there, i have a datagridview in that i have coded the CellBeginEdit. how can i attach the CellBeginEdit event in another function that i have implemented in C# ??? thanxxx

Member Avatar for judithSampathwa
0
275
Member Avatar for danielagaba

hi i designed an application in VS 2008 and i'm using .rdlc reports. My problem is when i deploy on the client machine and try to generate a report i get an error saying 'Operation must use an updatable query' then when i click the details See the end of …

Member Avatar for lolafuertes
0
454
Member Avatar for technogeek17

Ok, for a small program im making, im using a VLC ActiveX Control and already have buttons to Stop, Play, Go to Next/Prev item, etc. Now im having problems modifying the VLC Control's volume, which I have set at 50. Here's the code i use for the Volume Down key: …

Member Avatar for lolafuertes
-1
120
Member Avatar for andy1510

i am working on a game in vb.net which is designed to ask the user a set of questions which are stored in multidimensional arrays. the user can answer the questions by clicking one of four buttons. I currently have a set of buttons numbered 1-4, I also have a …

Member Avatar for lolafuertes
0
93
Member Avatar for Kingcoder210

I want to know how can I get specific record to make report? For example I have student information there in my program. Its easy to create a report of all students. but if user wants to get & print specific record of a student what should I do? I …

Member Avatar for lolafuertes
0
95
Member Avatar for SMIFMD

I have recently made a database in MS Access that has a user-friendly GUI. Can someone please tell me how I can hide the Host Application [MS Access] so that when I run my database, the GUI gives the illusion that the database that I created is a stand alone …

Member Avatar for lolafuertes
0
168
Member Avatar for vampke

Hi guys, I was wondering about something: is there a way to communicate with another program/process on the PC without using files? What would this look like? Is there a search term I can use to get more info? This is not a vb.net question per se, but a general …

Member Avatar for vampke
0
206

The End.