Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score Simple Question Concerning Combo Boxes
James - 14 Apr 2007 8:05 PM - 3 messages
I just want to know how to limit a combo box so that a user can only select from the list of items. Specifically, I have a list of the 50 state abbrevs, but if you type in TX as opposed to selecting TX, it ...
Score Add text files to VB 2005 Express app
Looch - 14 Apr 2007 2:48 PM - 2 messages
Hi All, I've written a small app in VB 2005 Express that reads from a text file and calls a batch file at different times. My question is, how do I add those files to my project so that when I create the executable ...
Score Alternative to FTP poor performance
BobAchgill - 14 Apr 2007 10:02 AM - 3 messages
Can you point me to some simple code that will transfer a file faster than FTP.  Would that be HTTP? Thanks! Bob ...
Score Searching this forum
BobAchgill - 14 Apr 2007 9:58 AM - 3 messages
How can I search the archives of this forum?  I know there are some old posts that are not showing up in my search. Thanks! Bob ...
Score internet explorer
Etayki - 14 Apr 2007 9:44 AM - 10 messages
Hi! I am new to VB.net and I am using the Visual Basic 2005 Express Edition I have two questions: 1. I am trying to write an application that will automate Internet Explorer and store data in a database. Am I better off learning VB.net ...
Score how to create a database file
Savante - 14 Apr 2007 7:57 AM - 6 messages
I am trying to investigate the JET databases to enable me to save data from a datalogging program I'm writing. At the moment, I've been using tutorial 21 of the SAMS "Learn it in 24 hours book".  Whilst the book has been useful in terms of adding and ...
Score Help to store in Ms Access
Vinay Patel - 14 Apr 2007 5:39 AM - 4 messages
hi  All Q1. i want to store string like "   vinay's home "  in access database using vb.net but my query get dropped  because of  " ' " in string input and it become Qry="Insert into info values('vinay's home') ...
Score Adding right click context menu in VB.net
Preeti - 14 Apr 2007 4:36 AM - 2 messages
Hi all I am a fresher and have been given a requirement in VB.net I have to make an application in VB.net which will run as a system tray icon and will add one or two items in the default windows right clink context ...
Score How to add keyboard event to a menuitem?
Michael - 14 Apr 2007 2:27 AM - 3 messages
Hi, There is a menuitem in my windows application called Fill Data. If user click this menu, one of the textbox will be filled in some value. Now I hope it work like this, When user clicks this menu, at the same time, he presses Ctrl key, all ...
Score Generating random password
John - 14 Apr 2007 12:30 AM - 4 messages
Hi How can I generate a random password of 8 characters (digits and letters) in vb? Thanks Regards ...
Score Numbers as Words
Darin - 13 Apr 2007 10:02 PM - 10 messages
Is there something in windows that will take a given set of numbers and re-write them as words - such as for a check? A friend wrote this macro for Excel and I didn't know if this was something that could be written in VB.NET without excel. ...
Score 2005 pro data
cj - 13 Apr 2007 8:59 PM - 2 messages
I'm trying to add a local SQL DB to my ASP program.  I'm finding all kinds of instructions on the web but I can't figure out what they are talking about. Where is the Data tab in VB2005 Pro?  How about the Data Source ...
Score Re: How do I fix this class?
Ron - 13 Apr 2007 7:31 PM - 2 messages
On Apr 13, 3:02 pm, z***@construction-imaging.com wrote: I guess I'm not understanding how to mak wakeup a member of the class ...
Score Combo box to start at first character after user selects
Mike OKC - 13 Apr 2007 7:18 PM - 4 messages
The text in my combo box is longer than the control can show, when I click on the down arrow, I can see the whole text, but when I select one of the items, the text box of the combo box shows the end of the text. Due to limited room ...
Score Create local SQL db in ASP app
cj - 13 Apr 2007 6:49 PM - 5 messages
Here's what I'm trying to do direct from MS (Create a Database) [link](VS.80).aspx Only I have VS 2005 Pro instead of Visual Web Developer.  I do have SQL ...
Score BindingSource is not updated!
vsta2005 - 13 Apr 2007 5:57 PM - 2 messages
Hi all, I'm quite new to vb 2005 and need some help: I have 2 forms say formA and formB, formA has a dataset1, table1adapter & table1bindingsource (backend database is access). It also has a datagrid1 and a bunch of other controls and they're all ...
Score How do I fix this class?
Ron - 13 Apr 2007 5:45 PM - 10 messages
I'm making this dog class and I am getting confused on properties and methods and what they are. How would I fix this program? Public Class Form1     Dim mydog As New dog 'This needs to be declared at Form level ...
Score Array Sorting
spaulsamin - 13 Apr 2007 4:53 PM - 2 messages
Hello Everyone        I have 10 elements in an array ,i need to remove one element from middle and make it first element and push down all others down.   pls explain with example ...
Score Convert double to string with more then 9 decimal places
Scott - 13 Apr 2007 4:02 PM - 4 messages
Hello, I would like to convert a double to a string and have the resulting string contain all of the original values after the decimal place.  Currently, the problem that I am having is that the new string value is being rounded to ...
Score python scripts
swartzbill2000 - 13 Apr 2007 3:59 PM - 2 messages
Hello, Is there a way to execute python scripts from within VB.Net? Bill ...
Score contrast and picturebox
PierreVal - 13 Apr 2007 2:38 PM - 2 messages
Hello, since i am a young french >>sorry for my level in english........ I'll want make a program (in VB6) which change accurately the contrast for an picturebox with a value of a textbox. But i don't understand the fonctions "getpixel", "setpixel" and ...
Score Inheritance
coco343 - 13 Apr 2007 2:07 PM - 4 messages
Hello, How can i call the parent function, in a child shared shadows function ? MyBase, MyClass and Me, are not allowed. Here a exemple : Public Class MyBaseClass     Public Shared Function MyFunction() As T          'code ...
Score Working with MS Access Database
RivaCom - 13 Apr 2007 12:35 PM - 2 messages
I am using MS VB 2005 Express Edition.  I have a database in access of about 800 entries.  I add the database fine to the project, and it seems to have all the table information.  But when I try to do ...
Score DataGrid won't show when i debug.
neocarl@gmail.com - 13 Apr 2007 10:47 AM - 3 messages
Hi, I am fairly new to VB.net and ADO.net. I am having a problem when Connecting the database to to website i am creating with vb.net. Basically The final step I did was create the datagrid, so the databse ...
Score I want to create multiple instances of a form and then refer to individual instances.
Savante - 13 Apr 2007 9:12 AM - 7 messages
I have been writing a datalogging application.  It reads in double's into a database.  I want to be able to click on a row in a database (holds name of variable and also current value of variable) and then ...
Score If Web Service Exist?
joel_dizon - 13 Apr 2007 9:01 AM - 5 messages
Hi, Im writing a small application that checks whether a Web Service in is available or not using VB.Net. Just need to decide whether to call a secondary source or whatever. Can anyone help me with this or even ...
Score missing currency in dotnet
sam - 13 Apr 2007 7:25 AM - 3 messages
Hello, I have to make some development in VB.NET for managing money data. I used tu made these kind of development with currency type when I worked in VB6 but here in VB.NET, I can't find this type. ...
Score FindWindow is not working
Alex - 13 Apr 2007 7:02 AM - 3 messages
Dear coleagues, I am trying to call FindWindow function but it seems not to be working. It returns a loooooong value even if the Window "SoftMaxPro GxP" is not started. I can't even find a window which is open. What am I doing wrong? ...
Score Ping the SQL server
Agnes - 13 Apr 2007 5:54 AM - 2 messages
My client run the application and got the Timeout response. However, in that PC he ping the SQL server which is "reply from 192.168.1.1: bytes=32 time< 1ms TTL = 64" they said the network is stable and the problem is "the bad programming " ...
Score Datagrid with dropdowns
Peter - 13 Apr 2007 5:21 AM - 2 messages
In a dataview, I have lots and lots of table relations that make editing each row kind of a hassle... having to look up ID numbers in 7 different tables to reference the correct items in the parent tables. And then, once ...
Score VB 2002 Freaking Out with Datasets!
Peter - 13 Apr 2007 4:10 AM - 5 messages
Hi! I am frustrated! I spent a lot of time designing a custom dataset schema (XSD file) using the Dataset designer. In my main form I had created an instance of a typed dataset using that schema, and all was going well for ...
Score Project location not trusted?
Ron - 13 Apr 2007 2:21 AM - 3 messages
I've taken a project folder off my work network computer, zipped it and brougth it home and when I try to open it I get a the location is not trusted and it will not open. Anyone know of a way to fix this? ...
Score .NET MySQL (or any database): Getting Schema
h4xPace - 13 Apr 2007 2:02 AM - 4 messages
I am building a MySQL query application, and I have run into a small snag. MySQL has released a set of classes that extend the .NET framework base data classes (command, connection, etc), and I am using them to interact with the MySQL server (on localhost). Everything ...
Score TabControl drawing issues
iwdu15 - 12 Apr 2007 11:16 PM - 3 messages
hi, im trying to get my form (that has a tabcontrol and 4 tabs on it) to be a solid color, aka you cant see the color Control that the TabControl has. The issue im having is, that the control color is bleeding through. I have set ...
Score Datatable to a new DataTable
tshad - 12 Apr 2007 10:04 PM - 2 messages
I am trying to create a new file from a datatable (not sql server table). I am doing it in this way at the moment: Dim dataTable2 As DataTable = dataTable.Clone drs = dataTable.Select("", "SortField,F5,F6") For Each dr In drs ...
Score Progressbar
fniles - 12 Apr 2007 9:13 PM - 5 messages
I am using VS 2005. I read a file using streamreader. I want to set the progressbar based on where I am in the file. How can I do that ? Thank you. sr = New StreamReader(sFileName) line = sr.ReadLine ProgressBar1.Maximum = 800  --> how to set the maximum property without ...
Score Pass Data to Calling Form's Control
Rich Hutchins - 12 Apr 2007 8:10 PM - 4 messages
I have a form, Form1, that shows an instance of Form2 when a user clicks a button. On Form2, the user is to select items, Customer Names for example, from a datagrid control. When the user clicks a button on Form2, I want to ...
Score Replace Bytes
JT - 12 Apr 2007 7:02 PM - 2 messages
dim br as BinaryReader(stream) dim buf(5000) as byte br.Read(buf,0,5000) closeit.. I have read a binary file into a buffer. This buffer contains many different chars as well as a few null chars. I want to replace the (NULLS)chr(0)'s ...
Score Worker thread questions
active - 12 Apr 2007 6:53 PM - 5 messages
I'm reading about Threads but there is so much to understand I don't know where to spend my time. I want a worker thread to populate a list box. I'd like: The main thread to be able to abort the process if it wants to. ...
Score creating a simple class, a cat class?
Ron - 12 Apr 2007 6:46 PM - 6 messages
I want to learn about classes so I would like to know how to create a simple one say a cat class with sleep, eat, meow properties. how would I make a class that i could later use proterties of for ...
Score How to make default toolbars come back vb.net2005
Ron - 12 Apr 2007 6:31 PM - 2 messages
Is there a way I can make vb.net 2005 go back to its default settings for it to show me the default toolbars and explorers and all that? ...
Score Packing Files
James Arnold - 12 Apr 2007 5:11 PM - 5 messages
I have a number of different files which I would like to combine into one file, which can later be separated into the individual files again. In essence, a zip archive, only without the compression. I do not wish to use any 3rd party components. ...
Score Start a process with a parameter in the file name?
mcterborg - 12 Apr 2007 3:13 PM - 5 messages
Hello everyone, here is what I want to do.  I have a ATI video card and it allows me to setup profiles for monitor configurations and so forth.  The shortcut to activate one of these profiles looks like ...
Score Setup Reboot - how to suppress???
Tracks - 12 Apr 2007 2:40 PM - 3 messages
When I run my setup of a vb.net app made in VS2005 and setup made with the setup wizard and then modified in the ide, The .net 2 setup runs and installs and then asks to reboot. If you answer ok then the reboot happens and when ...
Score creating .mdf in ASP
cj - 12 Apr 2007 1:09 PM - 6 messages
I've been writing Windows apps for years now but to become familiar with web apps I'm working my way through some instructions to build a web site using a SQL database.  The instructions assume I'm using VB Express ...
Score Web Page Printing Problem
ruca - 12 Apr 2007 9:07 AM - 3 messages
I have this problem with DataGrid printing. I have a page which contains only DataGrid. When i try to print the page, only 1st page contains the verticle and horizontal lines of the grid. The rest of the pages do not contain any lines. ...
Score Print using GDI+ and plain PrintDocument object to a pdf file
pamela fluente - 12 Apr 2007 8:10 AM - 7 messages
hi, What is the cleanest and effective way to use the PrintDocument object to print directly to a pdf file "myfile.pdf" (with no prompt to the user: just print to file and make pdf) ? Does anyone have a simple code snippet? Either VB or C# will be ...
Score can datagrid column hidden in vb.net ?
Localbar - 12 Apr 2007 7:12 AM - 5 messages
hi all,     If I have a datagrid, actually has 5 column. but I would like in run time hidden last column.     The reason is the form also have combobox for filter datagrid row. my ...
Score Control Datagrid height in vs2003
Localbar - 12 Apr 2007 1:45 AM - 8 messages
hi all,     my problem is...i have 2 textbox for user input no. of row and no.of column. After user input, the datagrid will show what user input....for example: user input 5 rows and 6 column. After that...the datagrid will ...
Score Adding multi colour text to rich text control
John - 11 Apr 2007 9:08 PM - 3 messages
Hi How can I add some txt in red and other in grey to a rich text control? Thanks Regards ...
Score focus
jdrott1 - 11 Apr 2007 8:44 PM - 2 messages
I'm trying to input letters from a button into a couple different textboxes.  fields such as:  firstname, lastname, address, phone number. so the focus can't be set to that textbox always.  if they want to ...
Score focus
jdrott1 - 11 Apr 2007 8:41 PM - 2 messages
I'm trying to input letters from a button into a couple different textboxes.  fields such as:  firstname, lastname, address, phone number. so the focus can't be set to that textbox always.  if they want to ...
Score Docking Forms & Tabs
adebiasio@sympatico.ca - 11 Apr 2007 8:24 PM - 4 messages
Does anybody have any code samples that show me how to dock tabs around a form.  I have found numerous controls out there that does the job, but I want to learn how to code it myself. Any sites that show how to code this. ...
Score schema.ini not working
tshad - 11 Apr 2007 7:14 PM - 3 messages
I have been using a schema.ini file to define the columns of my .csv files that has been working fine. But I just tried one where it doesn't work. I have the following schema.ini file: *********************************************************** [CGLConversion.csv] ...
Score Interface Inheritence Help
Wayne Pedersen - 11 Apr 2007 6:55 PM - 12 messages
Need some help - and I may be doing this wrong, so please correct and suggest! I'm learning the MVP method, which I seem to have a good grasp of.  Now I am trying something a bit more advanced.  I'm declaring an event in a ...
Score Bluetooth
tclancey - 11 Apr 2007 5:32 PM - 2 messages
Hi all. I'm having difficulty getting a BT (bar code scanner) device to communicate with a Windows Mobile 5.0 device. I have the two units paired ok, and I've assigned an incoming Com port for the scanner, but I don't get anhy data transfered at all. ...
Score DLLRegisterServer failed with error code 0x80040200
fniles - 11 Apr 2007 5:11 PM - 12 messages
We can not register an ActiveX control on our Vista 32 bit machine. When we do regsvr32 c:\windows\system32\citcp.ocx (this is a 3rd party ActiveX control), we got an error: citcp.ocx was loaded but the call to ...
Score Urgent help needed with MDI Forms
feltra - 11 Apr 2007 4:00 PM - 3 messages
Hi, The following is from my friend, who has some technical problem at present in accessing the web... I  am writing for him...  Kindly request your inputs ASAP, as he has some kind of deadline tomorrow. .......................................................................................... I am having an issue with MDI form. I have an MDI form and some Child ...
Score Executing a query and reading the column sizes
Oenone - 11 Apr 2007 3:54 PM - 4 messages
I have a project that creates a SqlDataAdapter and uses its Fill method to fill a DataTable with data from a user-provided query. From there I can obviously access details about the rows and columns returned by the query. ...
Score scan image with TWAIN
Vicente García - 11 Apr 2007 3:50 PM - 3 messages
Hello, I have an application in which I want to adquire an image from a TWAIN scanner and I need a free library to use in my VB.NET application. Any one can help me? Thanks in advance, Vicente ...
Score Dim p As Process = New Process() vs Dim p as New Process()
Ronald S. Cook - 11 Apr 2007 2:55 PM - 7 messages
Is there a difference between these two lines? Dim p As Process = New Process() Dim p As New Process() Thanks, Ron ...
Score How to marshal things ...
Markward Schubert - 11 Apr 2007 2:02 PM - 4 messages
Hi! I wonder, how the declaration of the following c-function must look like in VB.NET STATUS LNPUBLIC ConvertTextToTIMEDATE(     const void far *IntlFormat,     const TFMT far *TextFormat,     char far * far *Text, ...
Score Directory listing & more
Dave Griffiths - 11 Apr 2007 1:57 PM - 4 messages
Hi All Using vb.net 2005 I am listing a directory into a ListView Control using the following code, it works no problems. Is it possible to list the files of more than one extention say .jpg .gif and .png at the same time or must I use the routine 3 times once for each ...
Score SmartClient - ASP.NET Issue
Mike - 11 Apr 2007 1:02 PM - 5 messages
Greetings, I have an aspx page where on it is a link that calls my smartclient (a windows form) that opens up.  When the user is done in the form, he or she hits a button that saves data and closes the ...
Score vbtab don't work...
Pascal - 11 Apr 2007 12:59 PM - 5 messages
hello In fact the purpose of the code is to print some strings that i don't know the length before. But i want them to appears in two or three columns. So i thought that i could with the code (see the link in previous post) using ...
Score How run this line from within a console application?
Ronald S. Cook - 11 Apr 2007 12:53 PM - 3 messages
I have the following line that I wish to execute from within a VB.NET Console Application. svcutil.exe http://localhost/COWFeedyardService/Services/Animal.svc /out:Animal.vb /config:App.config /language:VB Manually, I can open the Windows SDK Command Prompt and type exactly the ...
Score Comparing Objects with Option strict On
Erick - 11 Apr 2007 8:43 AM - 2 messages
I have a generic comparer class that i use to help me sort collections of any object in any order. It worked with Option strict off but now i need it to work with option strict on. Here is some of the code ...
Score Express formally Inheritance in a class with parameters - Either C# or VB
pamela fluente - 11 Apr 2007 8:03 AM - 5 messages
I have a question: either a C# or VB answer is perfectly fine. I want to know if there is a way to tell a class that there is an inheritance relationship between the type parameters. I have a complex situation, but to make it easy I have reduced the ...
Score How to rotate an image?
Diego F. - 11 Apr 2007 7:23 AM - 4 messages
Hi all. I have a listview with images and my application must be able to rotate one image. I need a method to rotate 90 degrees rigth (i.e.). Is that possible? ...
Score how to add comboboxes in the first row of datagridview.
ashishtarlekar - 11 Apr 2007 5:30 AM - 3 messages
Hi all,     I have to add comboboxes in the first row of datagridview for mapping the database fields. For e.g. I have to show Id, FirstName, LastName in each comboboxes in the first row. if i select a database which contains 2 fields then ...
Score EnableVisualStyles in 2003?
Peter - 11 Apr 2007 2:06 AM - 8 messages
Hello, I'm using Visual Studio 2003 and it would be nice if my buttons and other controls could look like Windows XP buttons rather than the flat square kind. I looked on the web and found some info on ...
Score Comments for function to see in design time
Marcos Stabel - 11 Apr 2007 1:25 AM - 3 messages
I there any way to insert a comment in a function that we can see in design time, at the same tooltip that apear the parameters of the function. tia Marcos ...
Score Architecting Dilemma
John Wright - 10 Apr 2007 9:36 PM - 9 messages
Here is the situation.  We are rearchitecting an application from VB 6.0 to VB.NET 2005.  Of course in VB6  there was no OOP so there are lots of CLS files that do the work for each object type.  I am proposing creating a base ...
Score VB .net compile error message
ft310 - 10 Apr 2007 9:04 PM - 2 messages
I am getting the following message when I compile a program with VB .net 2003. The dependency 'Interop.StdFormat' could not be found. There are three other messages following this: The referenced component 'ADODB' could not be found. A wrapper ...
Score How do I pass a command line to another instance of my application which is already running
pamela fluente - 10 Apr 2007 8:42 PM - 3 messages
I have an application running. A file type is registered with this application. When the user click on a file of such type a new instance of the application is loaded with command line (file name). I want to shut done this new instance an to notify the instance which ...
Score newbie: creating arrays without knowing upperbounds
vbDavidC - 10 Apr 2007 6:24 PM - 13 messages
Hi, I am wondering what the best way to define an array is if you don't know how many elements should be in the array: I created the following array, I initially set it to 10 but got an ...
Score Open a pasword protected excel-sheet
HDI - 10 Apr 2007 5:40 PM - 5 messages
Hi, How can I programmatically open a password protected excel-sheet? Thx ...
Score Web.Config
Robin Chatterjee - 10 Apr 2007 5:26 PM - 3 messages
Hello: Ive got a page name with an "@" in it present. Ex. Pa***@sales.aspx Ive defined the below in the Web.Config file. Results.. it does not work.( Doesnt send me to the login page .. for authentication purposes.. Also when i ...
Score Keep a form on top of the app only
Shane - 10 Apr 2007 5:24 PM - 6 messages
How do you keep a form on top of an application only. I know that I can use "TopMost" to keep a form on top of the other forms, but that solution is Windows scope instead of only my application scope. ...
Score what happened to my form??? Bug???
Brad - 10 Apr 2007 4:36 PM - 13 messages
i dont understand this behaviour... i open a vb form i created and want to save it as a new name and make some changes when i do (in vs2005) the original form looses its ui whats up with that??? it turned into a straight class ...
Score Developing for EXE and ASP
Sean - 10 Apr 2007 3:32 PM - 15 messages
Could someone give me a few bullet point notes on how I go about developing a system that can be deployed both as an ASP intranet as well as a stand alone EXE. In essence we are aiming to provide both ASP/EXE to our clients, but to try ...
Score How to make data module
Thammarat charoenchai. - 10 Apr 2007 3:13 PM - 2 messages
Are visual basic have something like Data Module in Delphi? that i can drop component to data module and can call to use that component any where in project Thanks you very much. ...
Score Easiest possible error handling?
Johnny Jörgensen - 10 Apr 2007 3:01 PM - 5 messages
Hi Does anyone know of a component that can facilitate error handling in a complex application. What I'm looking for is a component you can simply drop on your application form (or the like). If an exception occurs, it will generate a useful error ...
Score How do i verify that an integer value has been entered into a textbox?
YardDancer - 10 Apr 2007 2:58 PM - 6 messages
Hi all I don't want to use the the Cint() or CDec()  or other VB.Net Functions and I dont want to restrict keystrokes in the textbox. I am also using the  "strict type semantic" settings that requires you to ...
Score How to Click button by code
Thammarat charoenchai. - 10 Apr 2007 2:34 PM - 13 messages
Hi, I'm try to learn vb.net. in delphi have .click method for click button by coding. Can I do that with vb.net Thank you very much. ...
Score Help with algorithm of Sieve of Eratosthenes
knuxus@gmail.com - 10 Apr 2007 2:05 PM - 5 messages
Hey everyone.... I would appreciate any type of help if anyone could explain me how to translate this algorithm to Visual Basic, im still learning and i would appreciate this algorithm to my prime number program, which lists primes but can use different algorithms. ...
Score Image visible during background process
Diego F. - 10 Apr 2007 11:15 AM - 5 messages
Hello. I have a process that can take a long time and I'm trying to put an animated gif while the user is waiting. I added a panel with a picturebox with the image inside. The panel is not ...
Score /t like in calmc
Pascal - 10 Apr 2007 9:19 AM - 7 messages
hello how to append "tab" in a text like in calmc like this : chaîne1 = "two tabulations\t\tin a string !"i tried vbtab and chr(9) without success. chaîne1 = "two tabulations " & chr(9) & chr(9) "in a string ...
Score @&%$! BC30456 error when rebuilding site w VWD Express
MyndPhlyp - 10 Apr 2007 8:50 AM - 5 messages
My desk has been beaten to a pulp by my forehead over this. In my page's codebehind, IntelliSense recognizes the Methods in my homegrown Class. That tells me the Imports directive is finding the Class in the specified Namespace and that the Methods and Class are Public. The Methods ...
Score How do I check for a Null pointer in a composite reference ?
pamela fluente - 10 Apr 2007 7:58 AM - 10 messages
I want a simple method or function to check if at least one of the field in a composite object is null (nothing). For instance, if Field5 is null I would like that a function such as AtLeastOneReferenceNull(Class1.Field3.Property4.Field5.something) ...
Score VS2005: where are the bitmaps and icons?
bdtmike - 10 Apr 2007 7:17 AM - 2 messages
This is a newbie question: I've got VS2005 installed on my PC.  This is the premier development environment for the latest & greatest application.  Dumb Question: How come it comes with no graphic libraries, icons, backgrounds, gradients, etc, etc? ...
Score Problem interacting between VB.NET and VBA6 with Excel 2003
Nicholas Dreyer - 10 Apr 2007 6:06 AM - 3 messages
The following error Run-time exception thrown : System.Runtime.InteropServices.COMException - Error loading type library/DLL. happens while running the code listed at the bottom of this message in the environment shown here: Operating System:  Microsoft Windows Version 5.1 (Build ...
Score register Visual studio 2003
JR - 10 Apr 2007 4:16 AM - 4 messages
Hi, Is there a way of reregister mij version of vs2003. like in windows you can copy the file wpa.dbl. is something like this or import a registerkey with the same result possible Jan ...
Score newbie: want to print tabular data
vbDavidC - 9 Apr 2007 8:40 PM - 4 messages
I am fairly new to vb.net and even with VB6 I did not do a lot of printing. I have some tabular data that I have in a datagridview that I assumed I could easily print the grid.  However, in checking newsgroups and ...
Score Build Deployment vs. Production app.config?
Spam Catcher - 9 Apr 2007 7:56 PM - 3 messages
Is there a way to script VS.NET to copy different app.config along with different build configurations? In fact, it would be great if I could dynamically substitute app.config values for different deployment scenarios. Any tips or tools to do this? ...
Score Newbie with tools and no clue how to start.
followmetofenway - 9 Apr 2007 6:26 PM - 7 messages
Hi all, First time poster here. I have a really good friend that's been doing VB and Java dev for many years, and he recently sent me SQL Server 2005, Visual Studio 2005, and the Visual Studio Team Suite. I'm ...
Score vb.net 1.1 -- Better Coding Question
bh - 9 Apr 2007 5:31 PM - 4 messages
If I want to loop through the values in a listbox, and get either all items in the box, or only selected items, based on a boolean variable passed into a subroutine, which method would be more efficient? First Method (test allvalues, first and either loop through all items or ...
Score Implementing a sub class
Brian Patrick - 9 Apr 2007 4:26 PM - 7 messages
Hi - I'm trying to implement what a seems to be a very simple concept, but I can't figure out how exactly it is supposed to be done. I want to define a class that has sub classes, so I'll explain in a very ...
Score Plzzzzzzzzzzz Help for callback function
sajin - 9 Apr 2007 1:55 PM - 6 messages
Hi All.. We are using VB .Net 2005 for implementing an API. API needs to generate events. For this client wants us to use Windows Callback (delegate implementation). The intention of using Windows Callback is to generalise our API so that it can be compatible with any other ...
Score vb.net problem
rout_rupesh - 9 Apr 2007 12:46 PM - 2 messages
sir/madam,          i have a listview control with 5 items. ...
Next » 2 3 4 5 6 7 8 9 10