all groups > vb.net > june 2004 > threads for friday june 25
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
Imports problem with ByteFX
Posted by Bob Achgill at 6/25/2004 11:56:56 PM
I am trying to use ByteFX with VB.Net for accessing data
in MYSQL. I am using Visual Studio 2003 on a WinProXP
platform.
After running the install for ByteFX and putting the
subject line of code at the top of my progrom ... I get
the syntax error:
"ByteFX.Data.MySqlClient cannot be ... more >>
Idea
Posted by john m at 6/25/2004 5:44:23 PM
Hey here's an idea for Microsoft.
Why not make an easy to learn, easy to use interface, simple enough for even
non-programmers to use. Maybe based on the old BASIC language but with lots
of cool tools like access to the windows forms and stuff.
It could be very intuitive and like, VISUAL.
... more >>
Object Size in memory
Posted by SStory at 6/25/2004 5:37:28 PM
How can I find the size of an object in memory?
Say a bitmap?
I took a bitmap and resized it and am storing in memory.
Would like to be able to see the amount of memory that object is taking.
How to???
Shane
... more >>
update data in datagrid
Posted by jason NO[at]SPAM hotmail.com at 6/25/2004 5:17:01 PM
Hi, all
How can I update data (multiple rows, but not every rows) using dataset in
datagrid?
I mean is there any way I can let datagrid know which row(s)/column(s) has been
modified and update them at database?
Thanks.... more >>
Getting web service dataset into xml
Posted by John at 6/25/2004 4:51:36 PM
Hi
I need to access to a web service method that returns a dataset type. Is
there a way to store this remote dataset as an xml file locally, using
vb.net, so I can open a local dataset on the xml? A code example would be
appreciated.
Thanks
Regards
... more >>
vbc
Posted by Frank at 6/25/2004 4:42:33 PM
Hi,
I'm using vbc in a dos window to compile my forms and classes into a
library.
Simple things like 'dataset' are not recognized. If I import system.data the
error disappears.
Do I have to put a complete list of imports into my forms and classes to
have vbc run ok? Or is there a simpler metho... more >>
How to Apply Filter to IEnumerator
Posted by ts NO[at]SPAM css-dot-com.no-spam.invalid (thunder$ at 6/25/2004 4:03:57 PM
Any Ideas on how to modify this sub-routine to enumerate, say, only
*.log files as oppossed to the entire path? I've tried several things
but have thus far resulted in furthur frustration.
Private Sub ShowLogFiles()
Try
Dim path As String = TextBox1.Text
Dim d... more >>
How to Run external BAT file and Close App
Posted by B-Dog at 6/25/2004 3:22:14 PM
I want to run a batch file the exit the application but when I do that the
application doesn't close till the batch file is complete. Could someone
help a rookie? Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Printing to a Microline Printer
Posted by Kevin Humphreys at 6/25/2004 3:16:10 PM
Hi,
I need to print information to a Microline 3320 OKI 9 Printer using my
Visual Basic printer.
Do I need any special code to do this?
Thanks,
Kevin.
... more >>
datetimepicker - set hours and minutes
Posted by andreas at 6/25/2004 2:59:05 PM
Hi,
I have a datetimepicker , format set to time
and two strings, the first give me a hour lke "5" and the other the minutes
like "15"
How can i put these two values in the datetimepicker ?
Thanks for any response
... more >>
Have you noticed ?
Posted by One Handed Man ( OHM - Terry Burns ) at 6/25/2004 12:45:08 PM
Thats the number of posts seems to have been reduced of late. Maybe most
people are up to speed now ?
--
OHM ( Terry Burns )
. . . One-Handed-Man . . .
Time flies when you don't know what you're doing
... more >>
Image.Save problem
Posted by jlpraz NO[at]SPAM corobori.com at 6/25/2004 12:20:00 PM
I am getting an error message "Description: Value cannot be null.
Parameter name: encoder" when performing this instruction:
frmPicView.pic.Image.Save(ms, frmPicView.pic.Image.RawFormat)
Here is the code: what I am doing is scanning a document and try to
get it from the form where I am preview... more >>
Calculating Estimated time?
Posted by Lars Netzel at 6/25/2004 12:12:31 PM
Hello!
I have a number of files to copy. I have to total Amount of files and the
Total FileSize of this operation (for example 3453 files, 4065.4 Mb)... How
can I calculate how much time this will take so the user have an Idea of how
much time it will take to copy? This will also be something ... more >>
in next version .net , new maskededit control ??
Posted by Agnes at 6/25/2004 11:43:36 AM
I read some old news.
someone post that " There will be a MaskedEdit control included in .NET for
the next version release "
is that mean .net 2003 ???
... more >>
newbie: resize Textbox
Posted by steve at 6/25/2004 11:37:27 AM
Hi,
Is this weird or am i doing something wrong:
I can`t resize the height of a Textbox, only its width (in design mode). I
can do both with a RichTextBox though.
I am not supposed to? Is this a one-line only control?
(I have VB .NET Standard not VS in case it`s a limited functionality but i
... more >>
Transparent, please!
Posted by Xavier Valdés at 6/25/2004 11:25:19 AM
Hi all again,
I've written three times in this "managed" newsgroup but no post at all...
I'm trying to see files from listview control so I'm adapting VBResourcekit
sample "Windows Forms - Create an Explorer Style Application"
with different icons capabilities. For doing that, I'm filling an... more >>
I simple question?
Posted by joe at 6/25/2004 10:53:42 AM
I have never done any programing whatsoever and my boss
has given a problem to fix in visual basic. I need to
figure out how I can set up a field to sort multiple
instances of a last name, by those people's first name.
Anyone who could point me in the right direction it would
be appriecia... more >>
Calling C DLL in Web Service using LoadLibrary/GetProcAddress?
Posted by Siegfried Heintze at 6/25/2004 10:50:32 AM
I have some C functions I need to expose as XML web services. My original
plan was to deply an XML Web service in C# or VB and use P/Invoke to call my
C functions. This is not working because the web service cannot find the DLL
in the same directory.
This is probably because the DLL needs to b... more >>
How to disable visual inheritance
Posted by Fred Flintstone at 6/25/2004 10:44:40 AM
I'd like to decide how my controls look. How do I disable this
feature?
Thanks!
... more >>
String Builder & String, what's the difference ?
Posted by Tee at 6/25/2004 10:24:00 AM
String Builder & String, what's the difference.
and when to use which ?
Thanks.
... more >>
Required permissions cannot be acquired
Posted by William LaMartin at 6/25/2004 10:05:34 AM
I created a Windows application that accesses a web service to download data
which is then displayed in a datagrid. Additionally two reports created
with Crystal Reports may also be displayed using this downloaded data.
On my computers which have the .Net Framework 1.1, when I have installed
... more >>
Checking to see if Instance Exists
Posted by twick10 at 6/25/2004 9:49:35 AM
I know this is probably a very basic question.
Can someone tell me the syntax to check to see if an instance of an object
exists?
I want to:
If (does this instance exist) Then
.......
.......
End If
... more >>
PDF995, I Dont want to appear "Save AS"
Posted by Luis Moura at 6/25/2004 9:38:01 AM
Hi
I'm devloping an application that creates a file PDF through the software PDF995 (virtual printer).
I need that the program creates the name of the file automatically and that don't appear the box of "Save As" to the user.
I would like if somone give an example how to do it.
Thanks... more >>
Loading a Web Page from a VB.Net/Windows Application
Posted by Jon Turner at 6/25/2004 9:10:07 AM
I need to populate a web page from data within an excel spreadsheet.
my idea was to write a VB.NET Windows Application that would
read the excel ss and feed the data to the web page and cause the
web page to be submitted. My Questions are:
1. What controls are available to control the web pa... more >>
Downloading of files from a windows application
Posted by Paul Wilson at 6/25/2004 8:36:24 AM
Hi guys,
I'm trying to enable downloading of a file from a website (my own website)
from a windows application done in vb.net.
Does anyone have a sample code for this (NOTE : I don't want to use
ASP.NET).
Best Regards,
Paul
... more >>
Dataset Question
Posted by Adriano at 6/25/2004 8:25:41 AM
hello,
i used temp dataset (TempDataset1) to load data from datasource and then
merged it to working dataset (Dataset1), is it possible to load data from
TempDataset1 into Dataset1 selectively, i mean by using queries???
tnx in advance,
Adriano
... more >>
vb.net and directx
Posted by tanuki at 6/25/2004 8:16:28 AM
Hi all,
Would anyone care to share a vb.net directx/direct3d example or perhaps even
a tutorial.
I tried google, but am struggling trying to find something like this.
thanks
tanuki
... more >>
Remove last 5 characters from filename
Posted by Brian Gruber at 6/25/2004 7:52:37 AM
Hi, I'm looking for a way to rename a whole directory of files in short
order. The files in the directory have different lengths, however all
of them end with _xxxx the x's represent a randomly generated number
from a program that I saved from. So I need to find a way that I can
quickly remo... more >>
Finding items in a listbox
Posted by Ed Staffin at 6/25/2004 7:39:19 AM
I know about findstring and findstringexact, but what if I
want to find an item based on value instead of text? Is my
only option to iterate through the collection?
For example, if I have a FieldName and FieldId table as my
datasource and I set the displaymember to FieldName and
valuemember... more >>
Event When Tab is Selected
Posted by Wayne Wengert at 6/25/2004 5:20:30 AM
I am using VB in VS.NET 2003 and my startup form has a tab control with 8
different tabs. If the user selects a specific tab I want to populate some
combo boxes and text fields on that tab. I am thinking that it is not wise
to populate every control on every tab at form_load time?
What is the ... more >>
Finding a position in a binary file
Posted by kingnl NO[at]SPAM jaynet.wcmo.edu at 6/25/2004 3:54:19 AM
I am a new programmer and I have a file that I need to find the
position of a certain set of characters? Can anyone help me? I also
need to be able to split the file at that point and write each part to
a temp file. Any help would be appreciated.
Thanks
Nick... more >>
How to get User Password from Windows Pop-up Box
Posted by Hriday at 6/25/2004 1:46:10 AM
Hi all,
This is hriday here, working to search info of a user from
Active Directory. I have to use Windows Authentication.
I get userid from AUTH_USER OR LOGIN_USER Server variable
but I am not able to get user's password and domain name
form Windows pop-up box.....for searching purpose... more >>
What's share memory ??
Posted by 50230065 NO[at]SPAM alumni.cityu.edu.hk at 6/25/2004 12:22:45 AM
To all,
Another post.
Can anyone tell me what's "Share Memory" ??
It's a projects' requirement to facilitate interop communication
between 2 applications using "Share Memory" .....
I've much idea about what's it......
Also is it possible to code "Share Memory" into dlls (also a
requir... more >>
How to reference a dll in a vb6 project ??
Posted by 50230065 NO[at]SPAM alumni.cityu.edu.hk at 6/25/2004 12:19:55 AM
To all
I've written an ActiveX Dll project using VB6.
I've named the project as [cs_Dll_Trial] and the Project Description
is [Dll_Trial]
I've compiled the dll successfully, the name of the dll is
"csDllTrial_Project.dll"
Somehow I can import the reference to another VB standard project,... more >>
|