473,538 Members | 2,706 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

56
3,383
thread by: Richard Grene | last post Nov 20 '05 by: Paul Clement
using Word automation from vb.net how can I get to the bottom of the document? Thanks, Richard
56
3,013
thread by: Daylor | last post Nov 20 '05 by: Cor
hi. how can i check if string 1 exist in string 2 in vb.net ? have a nice day.
56
4,402
thread by: Smokey Grindle | last post Jan 29 '07 by: Michel Posseth [MCP]
Whats the easiest way to make a global function in VB 2005? The old way was make a module, is that still the standard? thanks!
55
1,752
thread by: Hareth | last post Nov 21 '05 by: Hareth
C# 2005 express & vb 2005 express: 1. During runtime, I can edit my codes in C#..... How come this cannot be done in VB? it says ...."read-only" during runtime...... 2. Why does vb automatically show the errors, but C# i have to build the app b4 errors are underlined in my code?
55
3,262
thread by: Sam | last post Dec 7 '05 by: Sam
Hi, I have a serious issue using multithreading. A sample application showing my issue can be downloaded here: http://graphicsxp.free.fr/WindowsApplication11.zip The problem is that I need to call operations on Controls from a delegate, otherwise it does not work. However each time I've done an operation, I must update the progressbar and...
54
2,101
thread by: Bob | last post Nov 20 '05 by: One Handed Man [ OHM# ]
In .NET, is there an easy way to determine State Holidays, such as Thanksgiving, Memorial day, etc? Any reference is appreciated.
54
6,874
thread by: Sahil Malik [MVP] | last post Nov 21 '05 by: Rob
What the heck - I can't find it. A bit shocked to see it missing though. So "Does VB.NET have the yield keyword, or any equivalent of it" ? -- - Sahil Malik Upcoming ADO.NET 2.0 book - http://tinyurl.com/9bync ----------------------------------------------------------------------------
53
2,182
thread by: vighnesh | last post Mar 10 '06 by: Jon Skeet [C# MVP]
Hello Everyone I am about to develop a project like Registry Mechanic using either VB.NET or C#.NET. But I dont know is it worth while in using these languages ? I mean is there necessary support provided in .NET to accomplish this task? If Provided please suggest me the approach. Regards
53
4,602
thread by: Hexman | last post Jan 5 '07 by: Larry Linson
Hello All, I'd like your comments on the code below. The sub does exactly what I want it to do but I don't feel that it is solid as all. It seems like I'm using some VB6 code, .Net2003 code, and .Net2005 code. I'm developing in vb.net 2005. This test sub just reads an input text file, writing out records to another text file, eliminating...
52
1,836
thread by: nospam | last post Nov 20 '05 by: nospam
THIS IS the DOTNETJUNKIES MESSAGE ------------------------- We're Sorry As many of you know we have recently launched SqlJunkies.com. We have overhauled our runtime and will be using it on DotNetJunkies.com also. -------------------------------------------------------------------------- YEP, DOTNET JUNKIES REDESIGN....
52
2,937
thread by: Sergey Zuyev | last post Jul 27 '06 by: Herfried K. Wagner [MVP]
Hello All I work at software company and we are having a really big discussion about coding styles and it seems that more people prefer statement 1 to statement2 , which was a big surprise to me. Please help us with your comments. Thanks Which way is better way 1 or 2? 1. 'set enable status on CheckboxPrimaryYN
51
2,327
thread by: Squishy | last post Feb 22 '07 by: RobinS
I tried installing my VS2005 Pro on Vista Ultimate 32 bit RTM today and got errors stating that VS2005 was not compatible with Vista. Microsoft......please pull your finger out of my ass and tell me this is a joke. It must be a joke....because I also have read that VS2002 and VS2003 will not be supported on Vista. This clearly violates...
51
3,591
thread by: bigHairy | last post Feb 21 '07 by: aaron.kempf
Hello. I have been teaching myself .NET over the last few months and have had some success. I would like to ask a question though... A number of examples I have followed have the following in their finally statement Try ......
50
2,433
thread by: P. Prosper | last post Nov 20 '05 by: Armin Zingler
Hello, Could someone give me a hint why my CancelPrint Logic won't work despite the DoEvents ? in form lvele declaration I have Public Shared CancelPrint As Boolean 'Printing Logic Do While rsAccount.EOF = False And CancelPrint = False Application.DoEvents()
50
4,892
thread by: z. f. | last post Nov 21 '05 by: Herfried K. Wagner [MVP]
HI, i have string in format dd/mm/yyyyy hh:mm:ss and giving this as an input to DateTime.Parse gives a string was not recognized as a valid date time format string error. how do i make the parse method to accept formating that i need. if i do console.writeLine DateTime.Now.ToString it gives the format: YYYY-MM-DD HH:MM:SS TIA, Z.
49
1,279
thread by: CMM | last post Nov 25 '05 by: ianm
Let me preface by saying that I like VS2005. It improves on many things lacking in VS 2003 and takes pretty much nothing away. Having said that, I am a little underwhelmed by it. Despite a couple of some new controls, there is still a dearth of quality controls to build even a rudimentary "Windows" app. For instance, MDI is a technology...
49
2,382
thread by: Zach | last post Nov 6 '08 by: Michael C
After having taken a looong break from VB (last used 6.0), I started getting back into programming again, this time with VS 2005. I began reading up on VB.NET from various sources (books, internet, etc.) and found out about the CLR and how all of the .NET languages access it, the major difference being the syntax and structure of the...
48
1,758
thread by: Robert Jacobson | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hello all, If I have a class called "Foo," is there a preferred naming convention for iterating through each Foo instance in a collection of Foos? I've seen several different variations, even in the MSDN documentation: #1: For each Foo as Foo in Foos ...
47
1,745
thread by: nospam | last post Nov 20 '05 by: Eric Newton
I got three (3) files (1) Untitled.aspx (2) Untitled.aspx.1.cs (3) Untitled.aspx.2.cs These three files must be used together to make file #1, Untitled.aspx, page work via J.I.T. when the User first hits Internet Explorer 6.0 on your browser.
47
1,931
thread by: Dickson Woo | last post Nov 20 '05 by: Tom Leylan
Just that.
47
1,541
thread by: Matthew | last post Nov 21 '05 by: Matthew
I am just about finished my first Visual Basic program. Yay! Does anybody had any suggestions about improving the look of the interface? I have read that programmers tend to have a cluttered display, and would like to avoid this mistake. I am most concerned with this form: http://www.osbornewood.com/countdown/images/properties.gif ...
47
2,819
thread by: rawCoder | last post Nov 21 '05 by: Cor Ligthert
Hi, Just wanted to know if there is any speed difference between VB conversion Keywords like CInt, Clng, CStr, CDbl, CBool etc. ..NETs Convert.To<...> methods. And which is better to be used and why ? Thanx
47
2,411
thread by: Ivan Weiss | last post Oct 2 '06 by: aaron.kempf
Hi all, I am just getting started on a new app and am a rusty VB6 guy who is looking to create something on the side to serve as a corporate workbench for my company. ADO.net is new to me so I have some books and need to do some learning but I am seeing a few different ways to get started. Would you recommend going with the controls...
47
1,388
thread by: Mike Williams | last post Jun 27 '08 by: Bill McCarthy
I'm trying to decide whether or not I need to move to a different development tool and I'm told that VB6 code, when well written, can be ten times faster than vb.net, but that if its badly written it can be ten times slower. Is that correct? I'm quite competent at writing code myself and so most of my code will be quite well written, and I...
47
5,422
thread by: Nathan Sokalski | last post Jul 7 '08 by: Pavel Minaev
VB.NET has a function, Asc(), that gets the Ascii value of a character. I am attempting to find an equivelant function for C#. Can somebody help me here? -- Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/

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.