473,544 Members | 2,333 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

0
1,085
thread by: dercon | last post Nov 20 '05 by: dercon
Guys, I created a cab file that contains a DLL and an .INF file. How can i execute the cab file from the command line. I would like to execute the cab file (which will run the .INF file) and register the DLL and create the appropriate registry entries contained in the .INF file. I tried using rundll32.exe my.inf but to no avail. The...
0
843
thread by: Bleskop | last post Nov 20 '05 by: Bleskop
Calling on all South African developers to support your new local developers discussion forum http://www.technopro.co.za/DesktopDefault.aspx where you will find eager co-developers to assist with any questions you might have. Local is Lekker.
0
991
thread by: chris | last post Nov 20 '05 by: chris
hello I have a project with two imported dll's. I try to put a breakpoint in the main project in one of the modules of the DLL ... Some breakpoints are hit but in one module no breakpoints are hit... he just jumps over the module... so i can not step into the module ... He shows me breakpoints with a question marks with the remarks :...
0
2,678
thread by: Tsunami | last post Nov 20 '05 by: Tsunami
Hi to all: I have a big problem and I write to ask for help. Sorry if this message does not arrive to the apropriate group. I have selected them paying attention but I am not sure to do it well. I want to capture a fotogram of a media player control in VB6 and I capture the screen as in the section "Visual Basic 4.0 16/32 Capture...
0
1,135
thread by: Ed Crowley | last post Nov 20 '05 by: Ed Crowley
Would it be better to have the stored procedure return xml and populate the treeview from that? I was just wondering what the most efficient method is - the recordset is potentially very large.
0
1,152
thread by: elziko | last post Nov 20 '05 by: elziko
I'm trying to get my head around remotng and have created a class that can accessed using remoting: <RemotingService(WellKnownObjectMode.Singleton)> _ Public Class Customers 'tell .net that object will be created and kept on server, not moved to the client Inherits MarshalByRefObject etc...
0
924
thread by: Arvind P Rangan | last post Nov 20 '05 by: Arvind P Rangan
Hi all, I am working on a project which checks for windows login and its rights and then opens up the rest of the forms according to the login and the rights already set in the windows. I just know that this can be done using Active Directory Class can anyone who has worked on it give me web links or few examples to start with. Thanks
0
1,068
thread by: FaciCAD | last post Nov 20 '05 by: FaciCAD
How to get name and version of printer driver from printer on my PC
0
1,057
thread by: Dave Cullen | last post Nov 20 '05 by: Dave Cullen
In a VB.NET application, how do you display one form at a time without each one showing up in the task bar? Example: MainForm creates an instance of SubForm1, then calls SubForm1.Show(). SubForm1 creates an instance of SubForm2 and calls SubForm2.Show(). All 3 forms exist simultaneously and have their own block on the Windows taskbar....
0
2,257
thread by: Li Pang | last post Nov 20 '05 by: Li Pang
See http://support.microsoft.com/default.aspx?scid=kb;en- us;316934#12 >-----Original Message----- >Hi, > >Is anyone who knows how to move data in Excel usedRanged >into an array/ArrayList/DataSet quickly in VB.NET (without
0
972
thread by: Robin Tucker | last post Nov 20 '05 by: Robin Tucker
Ok, this is how I've created my object. The GUID is correct and I can see in task manager the program running. How do I enumerate or list the interfaces supported by "t"? Does the component handling ThermaGRAM.Image need to be an automation object? Dim arrayMethodInfo() As MethodInfo Dim t As Type =...
0
1,270
thread by: Kartic | last post Nov 20 '05 by: Kartic
When I do this using UnStrongly Type, Everything works fine. I get the Identity value Private Sub formUnit_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load AddHandler daUnitLocations.RowUpdated, AddressOf HandleRowUpdated Dim dt As DataTable = New DataTable daUnitLocations.Fill(dt)
0
437
thread by: Tom Spink | last post Nov 20 '05 by: Tom Spink
Hi, please fix your date/time/timezone, it's wrong. As a response to your question, take a look at the Random class: Dim rNum As New Random MsgBox(rNum.Next.ToString) -- HTH,
0
855
thread by: satya | last post Nov 20 '05 by: satya
Hi I want to find out what applications are running on my system through vb. Actually I tried using process.processname it gives all process. basically right now I am trying to find whether there is windows exploreer open on system. if so open which directory opened. I need to get that can any one guide me through this Thanks for all
0
1,259
thread by: Torsten Valentin | last post Nov 20 '05 by: Torsten Valentin
Hi! I have to write a program that should create a new directory ("c:\test") and share that directory with read-access for everyone and read-write-access for administrators. How do I do that in VB.NET? It would help me to have the answer to the question above, but what I'd really like would be if that was possible remote, too. I mean...
0
898
thread by: Zahid | last post Nov 20 '05 by: Zahid
Hi, I am having a problem making a design decision for my VB.Net CF application. My application will have a menu in the form of buttons on a screen. Users select items from the menu by clicking on the button. The standard CF button control does not have the color property so im looking for alternatives. Ive tried the Picture button...
0
846
thread by: scorpion53061 | last post Nov 20 '05 by: scorpion53061
Working with the code sample below. Any help would be appreciated. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet08282001.asp Lets say I have a list of users customers can connect to by clicking on their name. Through port forwarding on my router I can direct Port 5000 to go to the server on a...
0
1,239
thread by: buran | last post Nov 20 '05 by: buran
Dear ASP.NET Programmers, I am saving the contents of a file to the database using HttpWebRequest and HttpWebResponse classes. I am also posting some data to the requested page. What I cannot manage to do is to decode and read the data on the requested page. Below is the code of the request and then the code in the requested page given. How...
0
877
thread by: news.microsoft.com | last post Nov 20 '05 by: news.microsoft.com
Hi, I really like the way MS has done the home page in the MS Money products. Does anybody what controls(.net ones), they have used. I already have the Janus grid control, that does the card type stuff, but the MS money seems to be more then just cards, as its dynamic content, graphs, graphics, and web data. Any ideas on this ?
0
443
thread by: solex | last post Nov 20 '05 by: solex
Fix your clock
0
8,575
thread by: Philippe Meunier | last post Nov 20 '05 by: Philippe Meunier
Hi, I am building a solution in VB.NET, and one of the project in the solution contains my user controls (and inherited controls), Everything is ok when I just came to add the user control and compile it, it appears in the Form Designer Toolbox. But after some time, when I open back the solution and work on other things, the user controls...
0
491
thread by: Howard Kaikow | last post Nov 20 '05 by: Howard Kaikow
I have never seen WriteLine fail to produce a NewLine, at least, not until now: I was playing with an example given on pages 51-52 of the book "A Visual Basic 6 Programmer's Toolkit". The book is accompanied by files for that chapter in which an example uses VB 6's Print to output to a Form.. When upgrading the code to VB .NET 2002, the...
0
344
thread by: solex | last post Nov 20 '05 by: solex
Alot of people in this group have problems with their system clock...
0
808
thread by: Eric Vance | last post Nov 20 '05 by: Eric Vance
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3552729531&category=1107& rd=1
0
791
thread by: Howard Kaikow | last post Nov 20 '05 by: Howard Kaikow
I have never seen WriteLine fail to produce a NewLine, at least, not until now: I was playing with an example given on pages 51-52 of the book "A Visual Basic 6 Programmer's Toolkit". The book is accompanied by files for that chapter in which an example uses VB 6's Print to output to a Form.. When upgrading the code to VB .NET 2002, the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.