all groups > vb.net > december 2007 > threads for december 29 - 31, 2007
Filter by week: 1 2 3 4 5
Problem with ambiguous classes in my project
Posted by Nathan Sokalski at 12/31/2007 5:40:25 PM
I have several CustomControls that I have written for my project. However,
when I try to compile I recieve the following warning & errors:
Warning 32 Could not resolve this reference. Could not locate the assembly
"nathansokalski_com_test, Version=1.0.0.0, Culture=neutral,
processorArchitec... more >>
A happy 2008 | 01100001 00100000 01101000 01100001 01110000 01110000 01111001 00100000 00110010 00110000 00110000 00111000 00100000
Posted by Michel Posseth [MCP] at 12/31/2007 4:25:35 PM
In a few moments from now my wife is draging me out of my "computer room" to
visit some family and wait for the new year 2008 to arrive
So from me an my 4 best friends Dimension 9400 , HP NCW series , Self
built AMD XP , and X-Box 360 premium (new in the family since christmas )
01101101 0... more >>
doc to docx
Posted by asp.net at 12/31/2007 2:46:38 PM
hello gents,
i have a similar thing to do. i am not much into .net yet. i am currently working on asp website which generates doc file on a fly. i now want to convert this doc to docx file. i am not sure this can be doable in asp vbscript. any help or advice on this is much appreciable.
thanks
ib... more >>
Thread Locking
Posted by OpticTygre at 12/31/2007 2:24:49 PM
I have a class which represents an HTTPListener (call this
"aMessage"). The class accepts http requests, and responds to those
requests accordingly using simple code copied from the MSDN. What I
need to do however, is something that I can't seem to find in the
documentation.
My ProcessReque... more >>
pass parameter from windows service to windows application
Posted by vishruth at 12/31/2007 11:12:01 AM
Hi,
I have 2 applications running, one Windows application project and the other
windows services project.
I want to call my Windows application in my windows services.
I want to run them as seperate process.
If my windows application starts running,only if it completes fully,
then my windo... more >>
VB.Net project throwing errors when executing Clean Solution
Posted by Mark at 12/31/2007 11:08:00 AM
Hi...
We've got one vb project in our solution (most of our code is written in
C#). It references 5 other assemblies. For some reason, when we try to
Clean Solution, the VB project throws 43 errors and 1 spurrious warning.
The 43 errors all center around the other referenced assemblies (... more >>
Remoting help
Posted by tomb at 12/31/2007 9:42:31 AM
This is my first remoting projct, and the documentation and samples I
have found don't do much to make clear how to approach this structure.
Everything I have found shows only a small piece of the concept.
Could someone please show me an example of how to remotely instantiate
an activex obj... more >>
error installing .net 3.0 update
Posted by cj at 12/31/2007 9:42:13 AM
I've been installing VS2008 and getting all the updates. Microsoft's
update site says I need "Update for .NET Framework 3.0: x86 (KB932471)"
but I've tried 4 times now to get it and it always end with an error
"Error Code: 0x66A". I've googled this and it seems I don't need this
update if ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Unhandled exception
Posted by nyoussef at 12/31/2007 6:07:01 AM
When I run below sample code I get the error message "attempted to read write
protected memory. This is often an indication that other memory is corrupt"
if the records reteived from the DB exceeds 300 or 400 records:
'VB libraries
Imports EX_MaDll
'System libraries
Imports System.IO
I... more >>
Filling a list box from a table
Posted by John at 12/31/2007 3:48:26 AM
Hi
VS2008. I have a table in an access database. How can I fill a list box with
a column from the table?
Thanks
Regards
... more >>
Random listbox item selection with no "repeat"
Posted by kimiraikkonen at 12/31/2007 3:10:58 AM
Hi,
I'd asked similiar question before but couldn't get help. I have a
listbox and and items (eg: 10 items, or more or less,depends). I want
to create a shuffle (random) list with NO "repeat".
I mean, think about media player's playlists, like them, i want my
playlist item to be selected for ... more >>
newbie question - breaj on all errors
Posted by Guy Cohen at 12/31/2007 2:14:00 AM
Hi all
In vb6 I could "break on all errors" - meaning the row that caused the
problem was marked and the error was presented.
How can I do that in vb.net 2005 ?
Currently I see abort/retry/ignore...
TIA
Guy... more >>
Creating resx file for strings to be localized in VS2003
Posted by tesis at 12/30/2007 3:42:41 PM
Hi all gurus,
I've seen that VS2005 has a nice new feature (string refactoring) for
C#, namely a tool to generate resources from string. Since it's not
available in VS2003, I started creating a new macro, to be used for
localizing strings embedded in .vb files, by creating resources in a
resx... more >>
Converting MS Access to VB
Posted by rojas@astound.net at 12/30/2007 3:03:00 PM
I need to convert an Access 2002 application to VB. Does any know of a
good converter that would save me time? Not necesseraly that it would
be a perfect converter, but one that would save me hours of coding.
Thanks.... more >>
Setup Program Question
Posted by Joe at 12/30/2007 11:54:25 AM
Hi,
I am using VS2005 and am attempting to create a Setup project
to install my VB.NET application onto the customer's target computer.
I am having difficulty setting the Target property for the
Desktop shortcut. It only allows me to select the Application
folder. I cannot... more >>
IntelliSense - VS2008 - ??
Posted by Timothy at 12/30/2007 9:28:42 AM
Hi,
I'm a C/C++/C# programmer going over VB and trying to learn it. The one
thing I love about VS is intellisense, but it is very hard to get used to
the VB way, especially after I select an item in the popdown list and press
Enter to put it in. VB in VS seems to go to the next line. At any r... more >>
vb.net 2008 problem writing to sql 2005 express database
Posted by plonk at 12/30/2007 12:37:11 AM
Hi
I am trying to write to a sql database, but the Update method is not
writing the data to the database.
I can view the data coming into the dataset grid ok and no errors are
generated.
I'm really stuck now :/
Private Sub addrow_Click(ByVal sender As System.Object, ByVal e As
System.Ev... more >>
System.Drawing.Color
Posted by Greg at 12/29/2007 7:53:01 PM
In code I have set the back color of my forms to one of the
System.Drawing.Color options. Anyway, I would like to make these colors
available to my users and let them chooose one for themselves. I know how to
show the color dialog, but I'd like to make these colors available to my
user's ins... more >>
filesystem watcher and more
Posted by hugomind at 12/29/2007 5:47:35 PM
Hi,
I need to catch the domainname/username as additional information when
the Filesystemwatcher throws en event ?
If someone is creating, deleting or changing perms of a file I would
need to know who it was.
Could some give me a hint how to accomplish this ?
thnx,
Hugo... more >>
Registry
Posted by Muhammad Bilal at 12/29/2007 2:24:00 PM
Hi.
Can we masked the value of a string in registry as '*' or any other
character that the original value of a string cannot be seen but still
avialable in vb.net
Regards
Muahmmad Bilal... more >>
Disposing "parentform"
Posted by Ger at 12/29/2007 11:23:01 AM
Hi,
I use vb2003 on sbs2003 with SQL2000.
I have a form with IEWebControls. Under the MultiPage I have some
aspx-files, which are selected in an iFrame.
In the codebehind I want to dispose not only this MultiPage-aspx, but the
"Parent" too? How can I accomplish this?
Any help is appreci... more >>
Is there a free library for loading M3U playlist files' paths into a listbox?
Posted by kimiraikkonen at 12/29/2007 8:45:28 AM
Hi,
The question is exactly the same with thread subject.
It would be great if there's a free M3U library which provides loading
M3U / PLS playlist items' paths into a listbox for VB.NET 2005. Vice
versa (saving capability) also would be nice
Thanks!... more >>
Character conversion ASCII to UTF-8?= Old Accesstable to Unicode
Posted by lexj at 12/29/2007 6:28:55 AM
First of all a great thanks to all people, no one mentioned, no one
forgotten, that devote their time to give answers to people like me,
having been stuck up with a small problem. There is a Chinese proverb,
" The one that ask's questions seems to be stupid, but the one never
asking questions re... more >>
Writing listbox items into text file
Posted by kimiraikkonen at 12/29/2007 1:56:23 AM
Hi,
I can read from a text file and insert text file's contents into a
listbox whose format is line by line using this code:
Dim reader As String
reader = My.Computer.FileSystem.ReadAllText("c:
\bookmarks.txt")
Dim strs() As String
strs = Split(reader, Environment.... more >>
|