473,539 Members | 6,533 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

2
1,825
thread by: Agnes | last post Nov 20 '05 by: Anand[MVP}
I will use crystal report to design a report (e.g invoice) As the user run/preview the report, can he save the report as his own template , and then he adjust the report layout ??? Can crystal report do it ??? if not, any reporter write can do it ??? Thanks in advance From Agnes
5
1,070
thread by: Sjaakie Helderhorst | last post Nov 20 '05 by: Anand[MVP}
Hi! I use an ISDN monitor which displays caller ID. In stead of entering all numbers manually, I wish to query a national phonenumber database, which I obtained as a MySQL database. The only way I can pass the caller id from the software to another app, is by executing it with a parameter (this parameter is the phonenumber). So far I...
2
1,637
thread by: larry mckay | last post Nov 20 '05 by: Armin Zingler
Does anyone have any code samples in vb.net that will write to and read from the registry? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
2
11,447
thread by: Richard | last post Nov 20 '05 by: scorpion53061
While debugging my VB.NET application, I get to a certain point and get an error message pop up saying: There is no source code available for the current location I have searched the MS Knowledge base and found the article 318367 (http://support.microsoft.com/default.aspx?scid=kb;en-us;318367) which refers to this problem and suggests making...
3
2,761
thread by: Rob Nicholson | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
How do you determine if a program is running in the Visual Studio IDE/debugger as opposed to standalone? We often include support files in the same folder as the executable and would so something like: Dim SupportFile As String SupportFile = Application.StartupPath & "\SupportFile.txt" But of course this fails when running in the IDE as...
33
1,276
thread by: Masahiro Ito | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
I am trying to do an if statement that could have many different matches. In sql I would do it like: SELECT * FROM Customer WHERE Staff IN (10, 15, 23, 14) In VB, I would do: If Staff.Count = 10 or Staff.Count = 15 or Staff.Count = 23 or
3
1,633
thread by: Tom | last post Nov 20 '05 by: Tom
Hi Hi i am trying to draw on top of a button on a standard toolbar. All i want to do is draw a small rectangle on the button to represent the selected color. I have tried the folowing code in the toolbar's parent control, which is fired when the selected color is changed: Dim r As Rectangle = FontColorButton.Rectangle
1
4,278
thread by: Kulgan | last post Nov 20 '05 by: Anand[MVP}
I have a flash movie (.swf file) that I've embedded on a form in my VB.NET application. Everything works great. Although, when a user right-clicks over the flash movie a context menu is displayed. Does anyone know how I may get rid of this? Thanks
2
1,070
thread by: PeteSmith | last post Nov 20 '05 by: PeteSmith
I have an application with 2 vb.net forms and an Excel Spreadsheet. I am struggking to get the navigation betwee the forms to work properly On startup frmMain is loaded. This frm has a button to open XL and direct user to correct area of ssheet. It opens a secon vb.net frm (frmNav) to assist navigation through the spready. On initial loading of...
1
1,813
thread by: JC | last post Nov 20 '05 by: Bernie Yaeger
In my Crystal Report Viewer control properties, the reportsource field is not enabled and will not allow me to insert a reportsource. I have also tried to code in the reportsource but get an error. Is there a reference I have not added to my project? Thanks.
4
1,486
thread by: Tarren | last post Nov 20 '05 by: Tarren
Hi: I have some specific needs for a treeview control that the standard .NET treeview control does not provide, without copious amounts of code. Does anyone know where I can find a vendor based treeview component for purchase, or has anyone dealt with similar scenario? Alas, my price range is $100's, not $1000s. I am looking for...
5
5,695
thread by: JamesT | last post Nov 20 '05 by: Peter Huang
Is it me or has the VB.NET Treeview control gone back to the darkages. I am trying to update a VB6 programme that uses the treeview control a lot- there are 4 treeview controls which are constantly being altered by user input. On upgrading the treeview errors are too numerous to list all of them. What has happened to 'Treeview1.nodes.add...
8
2,657
thread by: AngryGerbil | last post Nov 20 '05 by: Armin Zingler
hey, How do I acquire MethodInfo WITHOUT hardcoding method name as a string?!??!The fact I have to use xxx.Gettype.GetMethod("MyMethod", xxx) is making me want to drive an ice pick into my eye! I have exhausted my resources and I cannot find a way out of it. Having to use that creates a dangerous situation because the name of the method...
0
719
thread by: harold_frohlich | last post Nov 20 '05 by: harold_frohlich
using xml.text.writer trying to write a section tag only produces strange data for example when I attempt to call using statement I get <//STATEMENT> and <STATEMENT/> in additon to </STATEMENT> If BYP = "A" Then pub = "/STATEMENT xml_text_writer.WriteStartElement(pub) xml_text_writer.WriteString(" ") BYP = "9" pubshow = " "
1
1,476
thread by: Tony | last post Nov 20 '05 by: Jay B. Harlow [MVP - Outlook]
How can I add themes to my VB .Net web projects? Thanks
0
717
thread by: Hayato Iriumi | last post Nov 20 '05 by: Hayato Iriumi
I have a problem using Visual Studio Tools for the Microsoft Office System 2003. I wrote a detailed description of the problem, so please someone out there help me... http://www.vbaspcoder.com/Issues/VSNetToolKit/Visual%20Studio%20Tools%20for%20the%20Microsoft%20Office%20System%202003%20.htm TIA
4
1,292
thread by: elka | last post Nov 20 '05 by: Jay B. Harlow [MVP - Outlook]
From asp.net (vb) or another winforms vb.net application I would like to us generic functions compiled in .dl Of course a reference is made to the .dl All the examples show a component to be compiled as a creatable objec I would like to use the functions more like a librar for instanc public Class MyComponen
6
7,848
thread by: larry mckay | last post Nov 20 '05 by: Rob Teixeira [MVP]
Hi, Does anyone have any simple text string encryption routines that are easy to implement? I'm trying to prevent users and system administrators from figuring out how I implement things. thanks *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
3
931
thread by: Jeff Johnson [MVP: VB] | last post Nov 20 '05 by: David Browne
If so, how did you distinguish between classes and (VB) modules?
3
1,075
thread by: parth_mca | last post Nov 20 '05 by: Jimi
i hv an application (socket programming) and i want when the client application receives a message it should popup from the systray.. so i want to run my application in systray..can ne 1 help me?
6
1,057
thread by: Eric Clapton | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
When should I use vb.net and when I should use c#.net? What is pros and cons?
5
1,392
thread by: Bob Achgill | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Label example: "See the dog run." I would like to be able to highlight a given word in the example label using another color than the rest of the words in the sentence and/or maybe underline the highlighted word. Said another way...Does labels support in-line font/color tags for setting text properties such as HTML does?
3
3,105
thread by: Jerry | last post Nov 20 '05 by: Jerry
Well, here is some weirdness. First, I noticed that I have 2 Set keywords (silly me). so I removed the 2nd "Set" but still got a syntax error. Then I removed the Where clause, and now it works perfectly. Is this correct? Or am I just getting lucky? I'm not completely clear on the fundamentals here. I update the table in my dataset,...
0
897
thread by: Patricia Kline | last post Nov 20 '05 by: Patricia Kline
I am setting the datasource of a combobox to a arraylist that has two members (value and display). When I want to get the value of the combobox, there are no problems. However, when I try to set the selectedvalue to a value that I know for a fact is in there, using this code: cboAuthor.SelectedValue = intOldAuthor nothing happens. If I...
7
62,035
thread by: Bob Achgill | last post Nov 20 '05 by: Bob Achgill
When I use the code for KeyPress to capture pressing a certain key for processing on a form with no Text Box it works. But when I try the same code on my application that has text boxes it does does not work. How can I capture the cursor left and right keys for processing?

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.