Topics
-
- 1 reply
- 1.3k views
Hi, We are working on a .NET application (ASP.NET/VB.NET). We need to suppress (disable) the 'Back' button in the menu of the browser. What is the way to do that? Thanks in advance oursmp
Last reply by IxiRancid, -
-
- Moderators
- 2 replies
- 1k views
I am using a Calendar control and I want it not to show the 'other month days' . How can I accomplish that ? The best I did is that I set the foreground = background, so it doesn't really show but the user still can select them :(
Last reply by PROKA, -
-
-
- Administrators
- Leaders
- 6 replies
- 1.3k views
This is probably the most newbish question ever asked on these forums but how can I know what filed i need to pack with my program, as I sent it out and all users were like missing files and some were just getting run time errors. Is there anyway to find out what files I need to run it so I can pack them into the program or with it.
Last reply by Himo, -
-
-
- Administrators
- 3 replies
- 1.3k views
I want to access an MS access database on my localhost, but when I'm using this connection string: String sConnString = "Driver={MS Access Driver (*.mdb)};Dbq=http://localhost/WebApplication1/bin/users.mdb;"; It just won't work, saying: Invalid filename What could I do about it?
Last reply by PlausiblyDamp, -
-
-
- Leaders
- 1 reply
- 803 views
When my program shows some message box, a form, or simply fill a grid, a bip is heard. Is very annoying for the user :-( I already checked sound properties in control panel and my sounds are all off :-( How can I avoid this from happening??
Last reply by Iceplug, -
-
- 1 reply
- 1k views
Hello, I've gone though 3 pages of search about printing in .net here in the forums and I and I am not too much further along. I've used an example of code in my Begining VB.Net book and am I able to use the SteamReader to print out a text file that has been manually created. What I am trying to print consists of a header (with text and graphics), a main body which would be information that is within a msFlexGrid and then a footer with more text. Its a sales program really. So a 'Bill To:' 'Ship To:' as the header (billto being left justified and shiptp being center justified), the body has the items, qtys, prices, extended prices, and then tallied up at t…
Last reply by neodatatype, -
-
- Leaders
- 4 replies
- 896 views
I was wondering what the best place to store images for my program would be. Should I put it in the project folder?
Last reply by Wile, -
-
-
- Leaders
- 3 replies
- 1.2k views
Ok, so for the third time in a year I've tried to install SP 2. And for the third time I can't debug my .NET code for whatever reason. What is the workaround for this? I've checked my permissions, and nothing changes. VS.NET builds and then just seems to hang, and my exe is in the processes list of task manager. I can't believe that this is rare, but maybe it is...I have no idea at this point. Any help would be appreciated before I rollback this SP yet again. Bryan
Last reply by sjn78, -
-
- 1 reply
- 1k views
Hi all, I'm hoping I can post this here. I've just stared looking at VB.Net for the 20th time. I've just installed Visual Studio 2005 Beta 2 and I'm running thru the examples from the help files. On first install I could Create a new project by: File | New .... | Windows Application (default) one after the other as the help file called for. After first reboot of xp pro the File | New ... does NOT default to windows applications and I can find no reference to VB at all. I can open a previous project but the interface will not allow me to save to another directory as a new/different project. Any positive constructive help or direction would be …
Last reply by Lycaon, -
- 1 reply
- 1.3k views
Hi, I'd like to write a program in C# that should be portable to ASP.NET web, standalone Win32 application and application running on mobile devices (PDA, smartphones). I understand I will have to change the user interface a bit, but the core routines must remain the same. Is it possible? Is .NET supported on PDAs and smartphones? Thanks for response
Last reply by Machaira, -
- 1 reply
- 7.3k views
Hi all How can i specify that there should be a page break after every 2 records?? Mike55.
Last reply by mike55, -
- 3 replies
- 875 views
I have a web service that returns a class that I build to hold the return values. I have string variables in there like countyname, countyfips, etc. I have get/set properties for these. It's all nice and neat. When the object is returned in the test page it shows all of the return values in nice tidy XML. Here is the problem. I want to add 3 more variables to my class. But they are going to be arrays. I won't know how many values will be in there before hand. How do I write the variables and properties for these arrays of strings? I tried using array lists instead and it sort of worked #region Members private string countyName; private string countyFIPS3; …
Last reply by mskeel, -
- 1 reply
- 3.6k views
Hello. I use visual basic .net 2003 and Crystal Reports for creating win-reports. My question is if there is any possibility to set font properties (type, color and size) of a text control or data field during runtime. To be more accurate, I know I can set these settings by formula (next to each property in design time), but I would like to let the user choose what font settings he would like to use. I allow the user to set there properties in my application and save it to a database (MDB), but I don't find the way to recall these settings and affect the fonts in the report during runtime. Any help will be usefull. Tom Rahav.
Last reply by pendragon, -
-
- Moderators
- 5 replies
- 959 views
I have an Access Database with 3 fields and one of these fields contains the filenames of images. Now assume all the image filenames are going to be the same in character length. An example is below: --Fields Name Age Image --Data Joe Test 22 00010 The problem occurs in the fact that one record can contain mulitple images. An example is below: --Fields Name Age Image --Data Joe Test 22 00010000110001200013 Now assume that every new file will start with the number 0. I need to be able to move the data from Access to SQL Server an…
Last reply by APaule, -
-
- 1 reply
- 962 views
I wondering is the way to know when the application is runed in Debug mode? if(debug == true) { Console.ReadLine(); } Thank you
Last reply by IngisKahn, -
-
- Administrators
- 4 replies
- 1.1k views
I started learning PHP and found some quite good functionality. I'm pretty experienced in VB.NET, now really pushing hard on ASP.NET One of PHP's tricks I like is that I can modify a string with HTML and display it like so #echo("<b>how kewl!</b>")# and formatting gets bold. Could this be done in asp.net label? I know it's a response.write thing, but I can't control the relative HTML position of this response.write... do I? :confused:
Last reply by PlausiblyDamp, -
-
- 0 replies
- 1.1k views
Whenever I try running my visual studio applications on a different machine, it gives me the windows send error report message box. I don't know what's wrong because it gives me nothing more than this. The application works fine on my machine. I even tried installing the full dot net framework. What is wrong? Does the beta only allow its programs to run on the machine it was made on? edit: i just tried running another program on a different machine. It runs until it connects to the internet, and then it displays the send error report window... edit2: i have tried running it from my machine while it is on the other machine accross the network. And the debugger said I…
Last reply by decrypt, -
- 1 reply
- 767 views
Hi, I'm trying to run an executable (ProgA.exe) from within my vb written program. The executable is quite simple. It requires a text file of a specific format in the same directory and output to a text file again in the same directory. It was compiled in Fortran (Intel) and shows a DOS window while in operation (for a very short time). I've been able to execute ProgA.exe from my code by using the Process class and StartInfo property. Also i have used a handler to identify when has the process exited. Initially the user was able to choose the executable using the standard OpenDialog control, and the file name (and complete path) are then stored in a string variabl…
Last reply by cento68, -
-
- Administrators
- *Experts*
- 2 replies
- 797 views
I am calling a webservice that will return multiple integer values, so I assume the best way to do so is pass the variables by ref, right? So I define my variables, and call the webservice... int foo; ret = mywebservice.mymethod( ref foo); But I get a compilation error: "use of unassigned local variable 'foo'" Since the purpose of the webservice function is to populate foo, surely I don't have to populate foo before calling the function?
Last reply by PlausiblyDamp, -
-
-
- Moderators
- 3 replies
- 884 views
I have a Windows Forms app that connects to an Access database. I want to publish some data from this app on a web page. What are the security implications if I share the same database internally and externally. Should I be using two separate databases and synchronizing them some how?
Last reply by Robby, -
-
Who's Online 0 Members, 0 Anonymous, 68 Guests (See full list)
- There are no registered users currently online