473,574 Members | 2,580 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

15
2,271
thread by: Fergus Cooney | last post Nov 19 '05 by: Fergus Cooney
Hi Everyone, I finished playing newgroupie this morning and went to bed. When I came back, I couldn't get any new messages for this group. I'm using Outlook Express. It showed the newsgroup highlighted in the Folder View with the number of new messages in brackets. When I went into the folder, however, it just sat there and wouldn't go get...
3
34,149
thread by: Chris Wilmot | last post Nov 19 '05 by: Herfried K. Wagner [MVP]
Is there a function for converting Hex To Dec Thanks Chris Wilmot
2
1,445
thread by: K. Shier | last post Nov 19 '05 by: Brian Davis
my regex for matching phone #'s: \({0,1}(?<areacode>{3})\){0,1}( |-){0,1}(?<prefix>{3})( |-){0,1}(?<suffix>{4}) which i then .Replace to become: (${areacode}) ${prefix}-${suffix} question: how do i fix the match regex so that it 'stops' after the suffix of the phone # is matched? right now, it will return '(800) 555-1212345' if i type...
2
10,735
thread by: amitis | last post Nov 19 '05 by: Herfried K. Wagner [MVP]
hi all i'm a fresh newbie, sorry for the layman question how can i force a form to be loaded in maximun size ? thank you in advance amitis
2
88,924
thread by: JasonP | last post Nov 19 '05 by: Herfried K. Wagner [MVP]
I want to write a sub that will accept a folder parameter (string, as in: "C:\Temp") and then delete all the files in that folder. Can anyone tell me what a simple way to accomplish this is? I don't see an obvious method for the Directory object; I assume I could get the file list for the Directory and then explicitly delete each file, but is...
1
2,140
thread by: jhall | last post Nov 20 '05 by: jhall
In the past I have instantiated an out of process com (Activex EXE) from SQL Server to protect the MSSQL processing space. Now I want to use VB .Net because a friend of mine has created a pluggable data access layer assembly in .NET. Is this possible? I heard something about a singleton remoting object but haven't been able to find any...
1
1,453
thread by: K. Shier | last post Nov 20 '05 by: Brian Davis
while writing a RegEx, you implicily name your Groups: \b(?<month>\d{1,2})/(?<day>\d{1,2})/(?<year>\d{2,4})\b so, why isn't .Name a property of a System.Text.RegularExpressions.RegEx.Group? more importantly, how can you refer to a Group by name in code?
1
7,985
thread by: Rob McCaughey | last post Nov 20 '05 by: Jay B. Harlow [MVP - Outlook]
Hi all! I'm a VB newbie, and trying to send an Outlook Task automatically without user intervention in a VB application. When I use the following code, if I enable the send portion (see code below) , I get an error saying "Send is ambiguous across the inherited interfaces 'Outlook._taskitem' and Outlook.itemevents.event'. Any help would...
3
25,025
thread by: sam | last post Nov 20 '05 by: Paul Clement
Can you teach me how to export access file to excel file in VB.net? Thank in advance.
2
5,707
thread by: Greg Burns | last post Nov 20 '05 by: Ender
I added a toolbar to a form and added one button. I made sure ShowToolTips = true for the Toolbar, and have set a tooltip for the button. The problem is the tooltip only shows after clicking somewhere on the toolbar itself. It seems it needs to have the focus before tooltips will show. Any ideas? Greg
1
4,504
thread by: Carlo | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
I'm new in Vb,I'm Delphi programma, Is it possible to set viualy Datagrid Columns,I mean to give a 1)column header caption,2)column size. 1) i result using AS in the sql select i'm using vb prof. thinks in advance. Carlo
1
2,094
thread by: Jay Zweedyk | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Ok I want to filter a dataset into a dataview and be able to reference back to the dataset from the filtered dataview. Example: 100 record dataset filter it to a 5 record dataview loop thought the Dataview and update the original dataset .... if there is a way to index the dataset from the dataview. I know I can update the
9
1,375
thread by: matt | last post Nov 20 '05 by: Fergus Cooney
I don't get it why not use regular e-mail...to anybody
3
1,468
thread by: Kat | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hey there. I'm a student taking VB.net and need it on my comp for my final which is in 4 weeks. Anyone know where I could find it the cheapest? They gave us a copy with our textbook, but it's only DVDROM...and none of us have one... Thanks for the help! Kat
1
930
thread by: CJ Taylor | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hey everyone, Just a reminder, Deploying applications is today at 4:00 EST at msdn.microsoft.com/chats... I know there have been a lot of deployment questions latley and I thought this could help out... See ya there,
4
1,215
thread by: Omair | last post Nov 20 '05 by: Fergus Cooney
Hi Sir. I got some problems in Visual Basic development and I am unable to get help from anywhere.I don't have so money to buy too many expansive books.So can you help me. I am also trying to get help from microsoft.com but I am again and again refused. I do development using Visual Basic and do love microsoft aswell because it is a great...
1
4,678
thread by: John Davis | last post Nov 20 '05 by: Thomas Robertson
I created an empty web project in VB.NET, and created a simple WebForm1. When I run it in URL, it throws this parse error. Any ideas what's going on? Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source...
8
9,064
thread by: Vanessa | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi In my VB Dot Net program, I'm using Automation to call Excel worksheet to do some insert some data. I have rename my worksheet to a name. eg. "ABC". How do I insert the worksheet name & Page No to the Footer so that when I print the worksheet, the name of the worksheet and page number will be printed out as well?
0
1,403
thread by: brian | last post Nov 20 '05 by: brian
I posted a while ago on this subject but have still not solved my problem. I am trying to search a networked directory using the system.IO class. The network directory is 'J:' Below is a snippet of code that I used to get started. Now- for testing purposes I copied the folder to my local hard drive and the path works just fine....
1
4,340
thread by: Brad Markisohn | last post Nov 20 '05 by: Dick Grier
Is there any inherent support for modem communication in VB.Net? I need to interface with a low speed device via a modem using an XModem protocol. Any suggestions? TIA Brad
2
1,456
thread by: derian | last post Nov 20 '05 by: Fergus Cooney
How do i shutdown an app when the OS is shutting down?
7
3,675
thread by: FaciCAD | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
In VB6, I copy *.exe file in a folder on the network and all user can run this (if they have all *.ocx files). I would like to make the same thing in VB.NET, but I can't. It gives me error wen I run the program. I build my application with release option and I copy the *.exe file from ....\obj\Release folder. I don't want to use a setup...
1
1,601
thread by: Amit Chandel | last post Nov 20 '05 by: Scott M.
My XP machine installed an IE patch, and it crashed my .NET app on my local machine. The resulting error is 'Server Application Unavailable' when making a request to your webSvc on IIS. If you are running Windows XP with ..NET Framework 1.0 (Development Machine) then follow the link. It has instructions on how to fix the problem. W2K...
1
7,750
thread by: JasonL | last post Nov 20 '05 by: Jay B. Harlow [MVP - Outlook]
How do I create a map in VB.net where user can "drag" it using their stylus as the map size is big and how to create a zoom in , zoom out function for it? I would like to do something similar to those map in http://www.mapopolis.com/ Thanks in advance
1
2,257
thread by: John | last post Nov 20 '05 by: Jeremy Cowles
Hi Is there a map system available that will allow displaying a map in a vb.net app based on a specific address? Thanks Regards

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.