20,278 Topics

Member Avatar for
Member Avatar for Tulsa

hello i m a working on php but now i want develop softaware using new vb.net and also want to add left panel bar so user can select page link from left bar and it dispaly on right bar left bar is fixed when any page open at right site …

Member Avatar for Tulsa
0
141
Member Avatar for bmiles20001

So I was making a calculator that pulls from a mySQL database. The program works flawlessly on my personal computer. However, when I move the program to another computer it crashes upon loading. If I take out my database call the program works so I believe I have localized it …

0
46
Member Avatar for Ossehaas

Any1 any idea why i can import the AdobeReader COM Component in VB 2005 Express Toolbox (Tools > Choose Toolbox Items) and not in VS 2008? In VS2008 it shows only a few COM Components.

0
52
Member Avatar for sam.joseph74

When I try to view or run Visual Basic code in a form's class module then I receive the below error message: “ActiveX component can't create object.” Or “MSACCESS.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being …

0
38
Member Avatar for s080072

5x5 MATCHING WORDS AND IMAGE Each time the user plays the game, the application should reshuffle a matching pair of ten words into the 5x5 Matrix. Include 5 pair of words and 5 pair of matching graphics. New Game button should terminate the current game and clear everything on the …

0
56
Member Avatar for s080072

[U][B]5x5 MATCHING WORDS AND IMAGE [/B][/U] Each time the user plays the game, the application should reshuffle a matching pair of ten words into the 5x5 Matrix. Include 5 pair of words and 5 pair of matching graphics. New Game button should terminate the current game and clear everything on …

Member Avatar for crazyhorse09
0
101
Member Avatar for vr4indian

Hello Friends I am developing an application in C# , basically it intercept all the event of Visual Source Safe. Earlier code was in VB.net but Now we are migrating to C#. Now I am unable to find replacement of following funtion of VB. --------------------------------------------------------------------------------- VB code Starts here: --------------------------------------------------------------------------------- …

Member Avatar for Diamonddrake
0
157
Member Avatar for omotoyosi

Hello, please, i am developing an application which is initially working fine but i later copied it into an hard drive to another system which am currently using but the problem is that after copying it, any image i add into it will not display at runtime. i mean the …

Member Avatar for Teme64
0
72
Member Avatar for q2418130103p

Is it possible to have a VB.NET service access a windows media services stream. Obviously since there is no UI the stream will only be audio. Any ideas? Because it is a service, and there is no form, VB.net does not allow you to add a windows media player COM. …

0
43
Member Avatar for daniwebseenu

i have Visula Studio 2008 professional edition in my machine. i have written code for export crystal report to pdf. In my machine it works fine. i have not install visual studio 2008 in other machine (network machine). but i run the setup , i tried several times. its not …

Member Avatar for daniwebseenu
0
93
Member Avatar for kerek2

Hi Alls, Can anyone guide me how to check either the data valid or not in database?.... I got one textbox..when enter the ID Number..then the message box will appear valid or not thar id...the inquiry from database.... Anyone can help me?

Member Avatar for jireh
0
98
Member Avatar for RobinTheHood

Hi all, I've only just stared using VS2008 VB so please excuse me if this seems a very basic question. (I've amended my example to the Northwind Database to avoid any confusion) WHAT I HAVE I have a dataset called KeyData made up of two tables Customers and Orders. I …

Member Avatar for jireh
0
143
Member Avatar for shers

Hi, How do I stop a storyboard which is created in blend and programatically running from VB? Thanks

0
49
Member Avatar for DAWNIE

Hi, I'm currently doing a sch proj. I would like to know how do I add points to the checkboxes and how do I add the checked boxes up to get the overall points? Below I have an attachment on roughly how I wan it to works in case my …

Member Avatar for Teme64
0
315
Member Avatar for eostre

I'd really like some advice on a project I'm working on. I'm working on a school project where I'm supposed to build a system for a small dietitian clinic. One of the things I have to do is create a way for a receptionist to book, change and cancel appointments. …

Member Avatar for Teme64
0
175
Member Avatar for lalchetian

when excecuted it gives an error 424 object required what i intend to do is download a pdf file to a location in my pc [code= vb]DoEvents If DownloadFile(ie3.locationurl, App.Path) Then MsgBox "Download Complete", _ vbOKOnly Or vbInformation, _ "Done" End If ' Download a file. Return True if we …

Member Avatar for lalchetian
0
164
Member Avatar for daniwebseenu

we have static ip address. i need code(vb.net) to send and receive a file from static ip. is it possible in vb.net? if it is possible, what are the basic things are required for it.How to transfer files? Please help me. thanks in advance.

Member Avatar for Salem
0
92
Member Avatar for ravindransrm

In my application i am printing invoices by dot matrix printer. Now I have to implicitly eject extra paper so that i can easily tear it from the perforated line.But for the next invoice it is esential to reverse feed the paper so that the printing starts from the top. …

Member Avatar for Salem
0
85
Member Avatar for Ossehaas

Hello every1, I'm using CAS permissions in my app, everything is working except when I want to load an assembly. All CAS Settings now are: [CODE]<Assembly: FileIOPermission(SecurityAction.RequestOptional, Unrestricted:=True)> <Assembly: FileIOPermission(SecurityAction.RequestMinimum, Unrestricted:=True)> <Assembly: UIPermission(SecurityAction.RequestOptional, Unrestricted:=True)> <Assembly: UIPermission(SecurityAction.RequestMinimum, Unrestricted:=True)> <Assembly: FileDialogPermission(SecurityAction.RequestRefuse, Unrestricted:=True)> <Assembly: FileDialogPermission(SecurityAction.RequestMinimum, Unrestricted:=True)> <Assembly: IsolatedStorageFilePermission(SecurityAction.RequestOptional, Unrestricted:=True)> <Assembly: IsolatedStorageFilePermission(SecurityAction.RequestMinimum, Unrestricted:=True)> <Assembly: …

Member Avatar for Ossehaas
0
182
Member Avatar for Jesi523

Hello, I have a website that does calculations. I have a textbox that shows the results. I also have a button, and when I click this button I want it to add the results from the textbox into the array. I then have another button and I want to print …

Member Avatar for kvprajapati
0
115
Member Avatar for bigtreeworld

Hi there... How can you stop IE from opening up in a WebBrowser control on a new window (target=_blank")? I've gotten the WebBrowser_NewWindow thig and tried e.Cancel and CancelEventArgs and none of these work. What do I do? By THe way, I'm using VB Express 2008 Please help me! This …

Member Avatar for bigtreeworld
0
991
Member Avatar for RobinTheHood

Hi all, I’m trying to re-write a solution from Ms. Access to VB.Net Previously I had a number of queries that filtered records depending on what value of a filed on my main menu, if the filter was empty (Null) than all records were returned. Here’s the criteria part of …

Member Avatar for RobinTheHood
0
157
Member Avatar for Eliza123

I am using datagridview in vb.net 2.0 I want to execute 2 queries. in the first query --- 1. Can anyone tell how to check that whether the query is fetching records from the database or not.Like i want to put a condition that if query is returning record then …

Member Avatar for Eliza123
0
898
Member Avatar for InVerteBrain

I have a problem with VB.Net: Having a section of Text Boxes that I need to enable and disable by command buttons. The names are: txtBx1, txtBx2… and so on. Attempting to loop through those with the assignments to en- or disable failed. VB.Net does not recognize the names when …

Member Avatar for Teme64
0
88
Member Avatar for lolwtf

I created a program in VB to send text messages to cell phones a while back but never got it to work. I using my friends mail server(I had to block out the username and password when posting the code below, but his server works) to relay the message. Here …

Member Avatar for lolwtf
0
134
Member Avatar for edogg23

Hello. I am a beginner to programming. I would like to use a form to populate my sql database. Can somebody tell me where to find information on doing this? I have my database and I'm able to display the information from from the database but I don't know how …

Member Avatar for jbisono
0
107
Member Avatar for dot_net_rookie

Hi, How can i pass values from datareader to arraylist..Can anyone help me please... [COLOR="Red"][code] connString = ConfigurationManager.ConnectionStrings("conn_proj").ToString objConnection = New OdbcConnection(connString) objConnection.Open() Dim myCommand As OdbcCommand Dim pgcount_SQL As String pgcount_SQL = "Select count(M_PAGES_ID_PK) from mast_pages_tbl" Response.Write(pgcount_SQL) myCommand = New OdbcCommand(pgcount_SQL, objConnection) Dim objReader As OdbcDataReader = myCommand.ExecuteReader() . …

Member Avatar for samir_ibrahim
0
103
Member Avatar for sonia sardana

hi frnds, i want to get the safari history in VB.Net..Safari maintains its history in history.plist file.....I want to know that how to convert this file to XML format??Plz help me out from where to start,,,cz i have no idea..

Member Avatar for Teme64
0
196
Member Avatar for musman007

Hey, I am facing issue soring my grid view on date column in ascending order. Please help. Thankx Private Sub SortGridView(ByVal dt As DataTable, ByVal col As String) dt.DefaultView.Sort = col & " DESC" GridView1.DataSource = dt End Sub Where col is "date" and dt is the data table to …

0
73
Member Avatar for kerek2

hi all, I got 3 form that is form1,form2,form3 I create a mainmenu to call form2 or form3 I got problem to getcenter the form2 or form3 in FORM 1.... Anyone have idea?...

Member Avatar for Teme64
0
127

The End.