Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
all groups > vb.net > september 2004 > threads for thursday september 2

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Can a service run an app?
Posted by Terry Olsen at 9/2/2004 9:52:27 PM
Can I write a windows service that will run a windows app? (the app starts minimized to the tray) If so, what would happen if a logged in user closed the app? ...more >>


link chm file to f1
Posted by peter NO[at]SPAM mclinn.com at 9/2/2004 7:45:15 PM
I have created a chm file named: HELP.chm How do I link this to my form so when the user hits f1 it launches?...more >>

Print Scr Btn?
Posted by jamie at 9/2/2004 7:39:21 PM
Is there any way of telling if the print Screen btn was pressed? Window seams to catch the event first. urg. I would prefer the solution not to include a regedit, or editing any of the register keys. I dont realy want to pole the button either. Any ideas? jamie...more >>

Combobox displays null when ValueMember changed
Posted by Baraholka via .NET 247 at 9/2/2004 6:55:17 PM
Dear Experts, I have a ComboBoxColumn in a DataGrid When I change the ValueMember property of the ComboBox my datagrid displays null as the first value. It should be displaying a foreign key value. The Drop Down list of the Combobox has the correct values in it. Just the inital display v...more >>

Uploading files from webapplication to production-server.
Posted by ReidarT at 9/2/2004 6:53:57 PM
How do I upload files in a webapplication.net to a production server? Like you do with ftp regards reidarT ...more >>

sending byte array from vb.net to j#
Posted by Asaf Seri at 9/2/2004 6:14:17 PM
Hello I have j# project that is transferring files with Ftp. The upload method is receiving the uploaded file as byte array. I’m trying to use the upload method from another project, vb.net project, but I can not send byte array because the byte in j# in sign and in vb.net is unsigned...more >>

Ken Tucker
Posted by scorpion53061 at 9/2/2004 5:35:51 PM
Keep him in your thoughts and prayers the next few days. He lives in Florida. ...more >>

Convert from double to string
Posted by Marty at 9/2/2004 4:51:42 PM
Hi, If I don't know that my (or any) windows 2k regional setting for the decimal symbol is the dot (".") and I want to do this: 1- Dim dblOutput As Double 2- Dim strInput As String 3- strInput = "123,8" 4- dblOutput = Convert.ToDouble(strInput) How can I avo...more >>



mouse hoover
Posted by Cor Ligthert at 9/2/2004 3:55:54 PM
Herfried, Did you make that code yourself, I am curious about that however did not want to write that in the newsgroup. Cor ...more >>

Multiple users cause worng information in datagrid.
Posted by gleifur NO[at]SPAM hotmail-dot-com.no-spam.invalid at 9/2/2004 3:02:49 PM
I have inherited a .NET application and I’m not a experienced .NET developer. The application has a search function that returns multiple lines of information using the datagrid. The user can select a link on a given line and get more detailed information the item on that line. For many mo...more >>

Telling if a class implements a specific interface
Posted by Brian Henry at 9/2/2004 3:00:35 PM
Is there any way to tell if a class implements a specific interface such as IComparable for example? thanks ...more >>

launch application from dotnet
Posted by R Ren at 9/2/2004 2:59:15 PM
I am new to dotnet. Is there a way to open an application on the client through internet explorer. We know that we can accomplish it on the server sidem but not on the client? Thanks ...more >>

Datagrid Delete
Posted by ktuel NO[at]SPAM streck.com at 9/2/2004 2:30:52 PM
Please Help! I have a datagrid bound to a datatable. the user should be able to delete one or more rows. Then click a button to save the data, which would then permanently delete the data from the database. However, as soon as the user deletes a row, it is completed removed from the datatable...more >>

null values when importing from CSV
Posted by Matt Michael at 9/2/2004 2:25:32 PM
I have a large csv file (3000+ records) that needs to be imported into our SQL Server 2000 database, and whenever I try to import, I receive null values in certain columns for which data exists whenever it is opened in Excel. If I import through MS Access, I receive the same null values, and ...more >>

Re: launch application from dotnet
Posted by Boyd Ferris at 9/2/2004 12:48:01 PM
Yes, you can deploy an application using IIS, allowing clients to type a url to access the applicaiton. This is called No-Touch Deployment (NTD.) If your clients are unable to access the application, then it may be a security issue. Go to Administrative Tools and adjust the ..NET Security usi...more >>

Deploying .Net COM Objects
Posted by Gary Dunne at 9/2/2004 12:16:22 PM
I have a class library that contains Com objects, they were added as COM Class and contain all the necessary GUIDs etc. The class library is flagged to "Register for COM interop" ... The library works fine on the development machine and can be accessed by a VB 6 app. But when deployed to a new cl...more >>

about priviliges of .exe
Posted by celtis at 9/2/2004 12:10:02 PM
I got an exe file of my application and I want it to run it from server. How can I make it run from the server ? ...more >>

Process.Start under WinNT4.0
Posted by Volker Jobst at 9/2/2004 11:45:58 AM
Hello, I'm opening a PDF File (e.g. "C:\test.pdf") in my windows forms vb.net application using the following command: System.Diagnostics.Process.Start("C:\test.pdf") On a machine with Win2000 everything works fine. But on a machine with WinNT4.0 the command gives an error that the file...more >>

FlashWindowEx API function
Posted by Sakharam Phapale at 9/2/2004 11:30:11 AM
Hi All, Following example not working in .NET which works in VB6. Private Const FLASHW_STOP As Integer = 0 Private Const FLASHW_CAPTION As Integer = &H1 Private Const FLASHW_TRAY As Integer = &H2 Private Const FLASHW_ALL As Integer = (FLASHW_CAPTION Or FLASHW_TRAY) Private Cons...more >>

Need Special Button Control - act like Toolbar button
Posted by Tom at 9/2/2004 11:13:08 AM
I need to either find or create a special button control - one that acts like a toolbar button does, but in a separate control. I.E., it needs to be able to have a dropdown menu (with the arrow button next to it), or be a plain button, etc etc. Pretty much all of the features a toolbar button do...more >>

Find Toolbar Button on Mouse Move
Posted by Sakharam Phapale at 9/2/2004 11:05:39 AM
Hi All, How to find the Toolbar Button Index in Mouse Move event on Toolbar. Thanks Regards Sakharam Phapale ...more >>

threading question
Posted by Lucvdv at 9/2/2004 10:57:08 AM
A class in my app starts a new thread, and fires events from within that thread. The result, if nothing is done to prevent it, is that the events are executed in the wrong thread in a form having a member of that class. A user class doesn't have an Invoke method: how can I make the worker t...more >>

Toolbar mouse events
Posted by Vikash Yadav at 9/2/2004 10:54:44 AM
hi can any body tell me how to pick up events on toolbar buttons in vb.net i mean to say that i have one toolbar and buttons on it now i want mouseevents on those buttons like mouse over ,mouse move etc. it is posible or not in vb.net thanks and regards vikash yadav ...more >>

Preventing new records in a datagrid
Posted by Marco at 9/2/2004 10:48:35 AM
I'm sure that I'm missing something obvious but I can't see an option to disable the addition of new records in the datagrid control. The closest option I have seen is to make it read only but I want to still be able to edit the existing records. How can I do this? Thanks. ...more >>

VB.net Declare as type by variable
Posted by This is A Fake Nickname at 9/2/2004 10:24:15 AM
I want to launch a form within my app based on a command line. Everything is great but: The problem is that I can't have a variable for a form name that needs to be launched. How do I use the value in a variable to be used as an object? (the form) Example: Command line: AppName.exe FormN...more >>

Merging data from 2 connections into a datagrid
Posted by Al Adolfsen via .NET 247 at 9/2/2004 10:19:52 AM
(Type your message here) Hi=2E Hope someone can help me=2E I am trying to merge data from= two separate ACCESS 2000 mdb's into a data grid=2E I've set up 2= data adapters, 2 data sets=2E I try to merge the two dataset so= as to use a bound datagrid to display the data=2E All the data is=...more >>

Help with an SQL Statement
Posted by Brad Markisohn at 9/2/2004 9:08:57 AM
I'm modifying a VB.Net application that uses an Access DB for parameter and data storage. I've had to make a DB schema change and, in order to maintain backwards comapatibility, I would like to add a new row to a specific table in the DB if it doesn't exist. I'm using an OLEDABConnection objec...more >>

Re: Copy object with .Net?
Posted by gultron NO[at]SPAM yahoo.com at 9/2/2004 6:14:30 AM
Check this out: Object Serialization in Visual Basic .NET http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet09252001.asp Alex Papadimoulis wrote: > Grahammer, > > To create a shallow copy of your object (i.e. just value fields, but > references to oth...more >>

Magnify Area under Mouse Coordinates
Posted by henrycortezwu NO[at]SPAM hotmail.com at 9/2/2004 4:52:28 AM
Hi, I see examples of Magnifying an area under mouse coordinates to a form or picturebox using VB6 and VC6, does anyone know how to do it under VB.NET? Its nice to use the new GDI+ for it. Thanks, Henry...more >>

VB.net and DLLs
Posted by Snoop at 9/2/2004 4:33:10 AM
Hi, I am using a component supplied by a company. This component is in fact a DLL. According to their SDK (documentation only for C), I have to : * Call load library * Call getprocaddress ... I wonder how I can tranlate these 2 calls using VB.net. Can you advise me ? Regard...more >>

WebRequest method in VB.Net
Posted by Mothi Kannan at 9/2/2004 3:40:41 AM
I tried to validate url links i.e.1, "www.harvestadsdepot.com/nytjobs/outgoing/8667835.h tm" with the below coding ---------------------- Dim myRequest As HttpWebRequest = HttpWebRequest.Create ("http://www.harvestadsdepot.com/nytjobs/outgoing/8667835. htm") Dim myResponse As HttpWebRespo...more >>

VB.NET - Menu Shortcuts
Posted by pajer NO[at]SPAM pobox.sk at 9/2/2004 1:52:04 AM
Hi all, I have this problem I have a menu structure in my VB.NET application that is about 4 levels deep. I need an CTRL+key access to the 3rd level so that if user press CTRL+key the 3rd menu rolls out The standart code : myMenuItem.Shortcut = Shortcut.CtrlA does not work it only wor...more >>

help with my homework
Posted by dutch85 NO[at]SPAM hotmail.com at 9/2/2004 1:17:47 AM
this is my third week working with visual basics i am curently working on a simple class assignment in witch i need to in large country flags from there small invisable picture boxes in the center of the form to one large one in the middle of the form when selected by a radio button.i know how t...more >>


DevelopmentNow Blog