20,284 Topics

Member Avatar for
Member Avatar for Pmaster

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:

Member Avatar for Paladine
0
86
Member Avatar for erikkl2000

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 …

Member Avatar for erikkl2000
0
158
Member Avatar for KrisB

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 …

0
51
Member Avatar for reyhan12

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 …

Member Avatar for reyhan12
0
182
Member Avatar for siha

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 …

0
81
Member Avatar for piggy85

: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 …

0
82
Member Avatar for cfonseca
Member Avatar for Letscode
0
68
Member Avatar for EsiSilver

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 !!!

Member Avatar for EsiSilver
0
117
Member Avatar for noordhia

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 …

Member Avatar for Letscode
0
138
Member Avatar for blindmancries

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, …

Member Avatar for Paladine
0
109
Member Avatar for shaktisingh

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 …

Member Avatar for SimpleJohn
0
91
Member Avatar for atv161

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.

Member Avatar for yyu
0
206
Member Avatar for swep

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 …

Member Avatar for swep
0
169
Member Avatar for shima1999

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

Member Avatar for Paladine
0
123
Member Avatar for mikewm

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 …

0
59
Member Avatar for mickyboy

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 …

Member Avatar for Paladine
0
155
Member Avatar for mona

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, …

0
132
Member Avatar for neeraj_th

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

Member Avatar for Letscode
0
330
Member Avatar for earlofroberts

I read that session variables in ASP were a security threat. Is this true for session variables in .Net? thanks, ed

Member Avatar for Letscode
0
127
Member Avatar for tonberry

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 …

Member Avatar for Letscode
0
97
Member Avatar for jaeman

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, …

Member Avatar for jaeman
0
765
Member Avatar for soda0091

[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 …

Member Avatar for da_1_4u_08
1
163
Member Avatar for Lemon

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 …

Member Avatar for vrushalinz1
0
146
Member Avatar for kapow

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 …

Member Avatar for npasma
0
165
Member Avatar for softmind82

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 ,?

Member Avatar for Paladine
0
92
Member Avatar for softmind82

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 …

Member Avatar for cpopham
0
153
Member Avatar for erikkl2000

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 …

Member Avatar for Paladine
0
119
Member Avatar for Robert Walker

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?

Member Avatar for Paladine
0
506
Member Avatar for makatzena

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 …

0
66
Member Avatar for earlofroberts

Is there a way to loop thro' the controls on a web page? thanks, earlofroberts

0
54

The End.