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 > november 2003 > threads for sunday november 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

adding to the desktop context menu
Posted by Bob at 11/2/2003 11:33:38 PM
Could anyone point me to an example that adds menuitems to the desktop context menu 1. permanently, 2. only while my app is running? TIA, Bob ...more >>

Looping for user input in a textbox
Posted by showopeningscreen NO[at]SPAM yahoo.co.uk at 11/2/2003 11:17:27 PM
Thanks to anyone who has time to reply with some good advice or indications. I posted this message to a visual basic group and was kindly redirected here by an MVP, explaining that visual basic.net is quite different to visual basic previous versions. Before anyone feels tempted to flame or to s...more >>

Problem with webrequest
Posted by Tommy Martin at 11/2/2003 10:49:22 PM
In my project I need to get an XML document at a web address and save it here for use in another part of the program. If I enter the address in my browser I can see the xml just fine. If I use this code the data is encrypted. It is encrypted on the web site but I assume the cgi that displays it ...more >>

Modification on Class interface not directly visible !
Posted by news.skynet.be at 11/2/2003 10:39:59 PM
Hello here is my little problem : I have a project with a DLL and a Form. The form use the DLL. If I make a modification on a DLL class, it is not directly visible on the object of this class in the form (Old interface version still present with the intellisense) I have to make a Full Buil...more >>

Quick remoting question
Posted by Nak at 11/2/2003 10:29:12 PM
Hi there, I have a quick question regarding remoting. Is it possible to know the IP address of the system that is accessing the remoting object? I want to implement tight security on my remote objects as well as logging information, and I need to know *who* exactly is consuming the...more >>

Sending email
Posted by yuen at 11/2/2003 8:34:46 PM
How can I send e-mail and SMS in Pocket PC by using VB.NET? ...more >>

Row changes in SQL
Posted by Trevor at 11/2/2003 8:28:44 PM
Hey, I have a working front end to a northwind database but when i add a row, i add the productID field as null so when i try and update it, i get an error, but if i click add then then close the program and then start it again it will give it a unique number (next in the sequence). Ho...more >>

eval possible?
Posted by RP at 11/2/2003 8:15:57 PM
Hi all, I was wondering if it is possible to execute this code and if so, how to go about doing it? Dim val1, val2 as integer val1 = 10 val2 = 15 Dim str as string = "avg(val1, val2)" eval (str) ?? function avg(val1 as integer, val2 as integer) as integer return ((val1+val2)/2) ...more >>



ComboBox custom control
Posted by Brad Sanders at 11/2/2003 7:57:23 PM
hello all, I am working with a touch screen application and was wondering if there was a way to create a combobox with a larger width scroll bar and arrows. Thanks for the help. Brad...more >>

Floating toolbar
Posted by Nathan at 11/2/2003 7:15:20 PM
How can I create a floating toolbar that works something like a Win Media Player skin. I know how to make a form remain on top of all other applications, but I need to allow users to move it around without the title bar or control box being present. Is it possible to grab part of the for...more >>

Link a file to multiple projects
Posted by Crirus at 11/2/2003 5:43:39 PM
Hello Some days ago was posted the same question... I cant find the thread, but remember something like using link file instead open... I tryed that and have a msg that say the file allready exist in that directory...any thoughts? Crirus ...more >>

saving changed data from dataset to datasource
Posted by NO[at]SPAM piranha at 11/2/2003 5:40:52 PM
hello, when i'm trying to save changed data from the dataset to datasource(an excel file) i get this error An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll Additional information: Update requires a valid UpdateCommand when passed DataRow collection...more >>

External component has thrown an exception. Error when a form closes
Posted by AussieRules at 11/2/2003 4:51:11 PM
Hi, I have a form(shown as a showdialog), and when it unloads, I get the following. There is no code in the unload event. What would be the cause ? External component has thrown an exception ...more >>

Is not adequate support for Slovak and Czech language
Posted by Stan hunton at 11/2/2003 4:47:47 PM
In my computer system when I use Slovak or Czech language=20 all letters of alphabet are appropriate, but when I want=20 to use them in VB6 some letters such as = č,ť,ľ,ˇˇ,=B4ň are=20 not displayed as I expect. ...more >>

Select files on time or date
Posted by Jan at 11/2/2003 4:25:40 PM
Hi there, I have the following problem: Is there a way to select files on time or date. I mean on the time that they are saved. I have a lot of files with a certain save time/date. Thx...more >>

textbox color to string
Posted by Tom McLaughlin at 11/2/2003 4:17:08 PM
How can I put the textbox.backcolor into a string ? Tom ...more >>

ActiveX on IE and the text size
Posted by Crirus at 11/2/2003 3:47:22 PM
Hello Any ideea how to make my activex embedded in IE to ignore Text size settings of IE? Right now, If I set large text my activeX resize all textbox and any text is shown bigger Thanks Crirus ...more >>

Sort Names
Posted by John Adam at 11/2/2003 3:27:45 PM
If I have a list like Abc01 Abc02 Abc03 Abcj01 Abcj02 abcj03 Deg01 Deg02 Deg03 And so on And I like to sort them in groups (abc01-abc03) and put them in and array how can this be done Thanks Adam ...more >>

button.Select
Posted by hexathioorthooxalate at 11/2/2003 3:18:59 PM
All, I appear to have a mind block at the moment. Could someone help me out and get me over this hurdle. 1. Create a new VB.Net 2003 project with form1 open. 2. Drop a "button1" onto the form. 3. Paste in the code below. When repeatNo is 0, I see the 6th button selected as expected. Whe...more >>

How Do You Share Variables Between Modules in VB.NET ?
Posted by Gordon at 11/2/2003 2:52:19 PM
Does anyone know how to do this ? I have a variable called LABEL1 in my FORM1.VB declared as PUBLIC WITHEVENTS and I have another module, MODULE1.VB, which needs to reference LABEL1. However, when compiling my project, I get a 'variable is not declared' message at the line where I reference LA...more >>

Combine JavaScript and VB Codebehind in the same code
Posted by glidror NO[at]SPAM netvision.net.il at 11/2/2003 2:37:47 PM
Hi, I am desperatly seeking a way to keep my current working jscript event-handling routines (e.g. onmouseover etc), while sending onclick event to be handled by a routine in the codebehind of the aspx form. No matter what I tried, no matter how much I looked in the Internet, it did not wor...more >>

Problem with code page in StreamWriter
Posted by Frank M. at 11/2/2003 2:10:20 PM
I am exporting data to a textfile, but I cannot get=20 special Scandinavian chars to be written correctly. I use=20 a System.IO.StreamWriter object to write. I use the=20 System.Text.UTF8Encoding. Just before the StreamWriter.WriteLine(string) I use the=20 debugger to see the string which app...more >>

Retrieve Textbox by its name ?
Posted by Te-Deum at 11/2/2003 1:13:37 PM
Hi, I have an application with a lot of Textbox. Do you know if I can set any Textbox Text only with the string name of the Textbox. Example : For the Textbox REXENP_CATEGW could I set the Text with its string name "REXENP_CATEGW" So I don't use 'REXENP_CATEGW.Text' but GetItem("REXENP_CAT...more >>

Encription for sending data over internet
Posted by Crirus at 11/2/2003 12:01:22 PM
Hello Can someone tell me how is the easyest way to encript some data that I should send over internet between 2 applications client-server I have? I dont like someone to catch a clear stream of my protocol and use that against my server Thanks, Crirus ...more >>

"Open .Net Command Window Here" context menu for Windows Explorer
Posted by Tom Dacon at 11/2/2003 11:59:06 AM
"Open .Net Command Window Here" context menu for Windows Explorer: The reg file described below adds a new menu item to Windows Explorer's context menu when you right-click over a folder (or the drive root). The menu item text is "Open .Net Command Window Here". When you click it, it opens a c...more >>

Some replacement for WebClient
Posted by Crirus at 11/2/2003 11:48:09 AM
Hi there! I made the WebClient to work ok. I'm just wandering if there is some class that allow me to comunicate with my server, sockets one, that I designed, from a activex in html without any security issue? The WebClient need a header to work, and I whould like to skip that to minimise the...more >>

Context menu and notifyicon - event not firing?
Posted by riggs at 11/2/2003 11:15:36 AM
Hi, I've got a simple program that contains a windows form with 3 command buttons on. The project also includes a notifyicon and a context menu. The context menu has 3 menu items (mirroring the 3 command buttons), with each menu item firing the corresponding command buttons performclick event (eg...more >>

Compiled Help File ?
Posted by Steven Smith at 11/2/2003 10:07:37 AM
Hi guy's just a quick question, I've designed and built a compiled help file with html help workshop and I've added a help provider component on the form and pointed to the .chm file in question. All I want to do is fire the .chm on a .click procedure could someone point me in the right d...more >>

Web Control in Windows Form
Posted by Miky at 11/2/2003 9:09:34 AM
Hi, I have the following problem: I have a .CFM web page and I have to populate, from VB, two textboxes on it. I was thinking using sendkeys (even if I don't like it too much) but when I open the web browser and navigate to the selected page, I cannot set the focus to the html part of the ...more >>

Problem with encoding in dataload/-export
Posted by Frank M at 11/2/2003 8:58:25 AM
I am writing an application with a dataload class. The=20 development is done in Windows XP, and on the development=20 Pc I can do a dataload and export without any problems if=20 I use System.Text.UTF8Encoding on the datastream for=20 writing. The datafile is still in windows standard=20 codep...more >>

DirectX 9.0
Posted by scorpion53061 at 11/2/2003 8:46:01 AM
I downloaded the SDK and the vb.net samples run fine in the original format but when I pull them into VS2003 there are errors all over the place.... Has anyone else encountered this? There is no activity in the DirectX group so I posted here to see if there would be a response.. ...more >>

Doing something with a combobox selection
Posted by Hogan's Goat at 11/2/2003 8:27:00 AM
Hi, another newbie question here. Believe it or not, I've got something that's pretty slick in that it gets the name of all running apps and populates a combobox. What I want to do is test to make sure I can do something with it, so I just want to put it out to a label I ahve on the form (...more >>

createwindowex api call
Posted by Tony at 11/2/2003 3:05:22 AM
I can't seen to get the createwindowex api call working, what am I doing wrong. I am actually using visual basic 6. here is a sample, Public Const WC_IE = "Shell DocObject View" Declare Function CreateWindowEx Lib "user32.dll" Alias "CreateWindowExA" (ByVal dwExStyle As Long, ByVal ...more >>

haschanges on table level ?
Posted by Osmosis at 11/2/2003 12:00:33 AM
I have a dataset with several different tables and also a combobox with the names of those tables. I'd like the names in the combobox to be bold when the table has any changes. A dataset has a "haschanges" function, but I can't find the same on datatable level. Does anyone have an idea on ...more >>


DevelopmentNow Blog