20,284 Topics
| |
Hi all. I imagine there is a key word like there is asm for asembly but I don't know what it is. Never tried it in visual basic 6. Using net now and learning c++ whould like to know. Any help greatly appreciated. TIA. :confused: | |
Here is where i am at: :eek: I am faced with a comon newbie problem and i have bet my brains in for 4 days over this and now i am seeling help. I have a dda that has static content, i have ddlB that loads depending on the selection … | |
Hello! I've been searching the web for nearly a week now trying to figure out how to read the information a user can enter into an interactive web excel spreadsheet. More precisely, I need for a user to enter an unlimited amount of numbers and I need to be able … | |
I have a project where I have to make a sales and inventory system. My purchase order form has a table which you can list the products that you want to order. My question is how do I store the products information associated with the purchase order? I thought of … | |
Hi folks, I have written client and server applications. The messages from client flow continuously but not periodically to the server. At the server side, an event fires and a procedure is called when a message arrives at the server. This procedure runs slowly. While it is running, it can … | |
:cry: hi all, is there any idea or solution how to create an application to make phone call on pocket pc????? or now i had a texbox and a button textbox is for user to type in telephone number and button "call" to make phone call is there any idea … | |
Hi I want access to AutoNumber Fields in a Filled Dataset for Example : [code] For i= 0 To Dataset11.Tables(0).Columns.Count - 1 If Dataset11.Tables(0).Columns(i).AutoIncrement = True Then MsgBox("This Field Is AutoNumber") End If Next [/code] But This Code Not Work !!! | |
hi guys, iam just started with VB.NET and i really like to be a programmer please advice. it will be fine to learn about connecting with database i already had a good experience with VFoxPro(but not the sql connection). and i like to to make reports inside a web page … | |
I hope someone can help me. I have already done all the queries which I need it thanks to your forum. Can someone tell me how to make a listbox where I can use my SQL Query, but date to be puted by myself. Example: USE NAIM GO SELECT Nr_Amez, … | |
Hi , I am creating an app in which I the database is populated in a datagrid with one row for each user when I click a button ,it should generate a DLL file for the selected user and open a save file dialog for saving it. help me in … | |
wrdMailMerge.Destination = Word.WdMailMergeDestination.wdSendToPrinter This line of code gives an error saying requested object is not available Does anyone know why? If so can you point me in the right direction to fix it. | |
Can a tuple hold a URL that points to a particular file, so that when a SELECT is made on that tuple it will open up the file itself? What I'd like to do is within the db store the URL like "C:\MyDocuments...\Image1.jpg". When I use a SELECT statement on … | |
hi, please help me ... how to create dynamic menu using vb.net (webform)?? and my menu should be displayed base on data on the database. i'm recently using ms sql ... thanks for your helps | |
Using Visual Basic Express, Beta 2: I have successfully used the SmtpClient support with UseDefaultCredentials set to True. I'm trying to figure out how to make it work with UseDefaultCredentials = False ; How would I enter the username and password. The documentation (both local and online) for Express is … | |
hello all while looking on msdn i noticed there was a visual basic express edition that can be downloaded??? i currently just have the (working edition that came with a book so i cannot turn a programe into an exe ,just for home /personel use) its not that clear on … | |
i wanna know how to add a host header to the sirt already created in fact i created the site programmtically and i used that code to add host header on that site during creation : DirectoryEntry site = (DirectoryEntry)objIISRoot.Invoke("Create", "IIsWebServer", siteID); object[] hosts = {this.Server_IP + ":80:" + webSiteName, … | |
i want to create a toolbar just like the one appears in ms access for showing table , reports , queries etc using vb.net Please somebody help me Neeraj | |
I read that session variables in ASP were a security threat. Is this true for session variables in .Net? thanks, ed | |
Hi, I've some problems with a form resize in vb.net 2005. I thought about some solutions but i don't know how to do any of them: 1. When resizing, show a line which discribes the final size - and not automaticly set the new size. 2. Use an event which … | |
If there is a thread related to this one please reply back the url, thx What i have is Parent form that is the owner of multiple child forms, im having trouble trying to display the form, it flashes and then disappears Code: PrivateSub spawnNewChild(ByVal Name AsString, ByVal IP AsString, … | |
[Microsoft VB.NET Step by Step by Microsoft Press] This book has some good things and some bad things. Unfortunately I personally found it to be lacking some of the more critical coding practices I was interested in. But at the same time it does have some good points. Good: -Good … | |
Well, I'm hoping someone can help me.... I've got a web application that queries data from a database based on selections made in previous dropdownlists. The problem is that some of the final queries return only one data item. I'm using the onSelectedIndexChanged with autopostback enabled as my events in … | |
I HAVE TO HAVE THIS DONE BY TODAY ---Here Goes---ALL HELP REALLY TRULY APPRECIATED I WILL PRAY FOR YOU ASWELL!! Produce a vb application that incorportates a class module that will hold two pieces of information about 6 company employees. the information is their new salary and a short description … | |
how can i make direct connection of my application software which is build in vb.net with my internet ms acces data base..? is it possible ,? | |
how i can make connection with acces database from three location like, lahore, london and usa . i m using application software and , can u guy suggest me any other way to solve this prob or make is sufficent , might eb webbased ..? if one updation occur on … | |
going crazy over here!!! If you will notice in the bottom left hand corner the ProductCategoryName Column is producing two and three results on the same product and these products are not in the categories table, this categories table is where the ProductCategoryName is at so i am not sure … | |
Dim OraStr As String = "Data Source=Oracle8i;Integrated Security=yes" OR dim OraStr As String = "Provider=""MSDAORA.1"";User ID=dev;Data Source=testdb;Password=dev" I am using oracle8i but that should be provider shouldn't it? the MSDAORA.1 is for the OLEDB so I assume it is wrong also. Any Ideas? | |
hi everyone i've got a problem when trying to insert a previouly created user control which contains an ActiveX control in a new User control while i'm in design mode in VB.NET (caution: sounds messy). It just gives me an error saying something about happening an InvalidActiveXStateException. i will thank … | |
Is there a way to loop thro' the controls on a web page? thanks, earlofroberts |
The End.