Answer Questions
Clunk Problems with MID command
Hello, My question is about Access forms, but as they're done using Visual Basic I hope you'll be able to help me. I've an access database with some forms. After changing my computer I'm not able to open database due an error with MID command. Here you're a part of code: nm_fil_aux = CLng(Mid(nm_fil, 1, InStr(nm_fil, ".age"))) Access version I've is the same I had before change, but I think a OCX, DLL is missed. For thi ...Show All
benpleysier Writing to text files without deleting original text
I'm not sure if this is deliberate or if it's a bug, but when i use stream writer to write to a text file it deletes the original text. Is this supposed to happen or a bug And is there any way to do this (append text to a file with text already in it) you could also do: Code Snippet file.txt = file.txt & "write what you want to add here " this writes wh ...Show All
David Prentice Missing Deploymnet Projects
I have read widely on the topic of Deployment, but am falling at the first hurdle, as my installation of VC++ Express dows not offer me a Deployment project folder. I just have Visual C++ |----CLR |----Win32 |----General Has my installation failed in some way, or is the deployment not available (contrarty to msdn statements) in the Express Edition VC Express ...Show All
Gimosyan Azat Tiny app consumes lots of RAM
I just created a small app for my contacts and it uses a small database with one table and single Windows Form. IN the Vb IDE, all I did was a simple drag and drop from the data sources panel onto the form. I let the ide create the controls, on the form, to interact with the database. Other then the binding navigator, no other controls are used. No menus......nothing. I compiled and published the project and installed it on my pc and ran it. ...Show All
ssroy Default Comments Missing From Templates
hi when i create a new console app, the default code is created, but not the default comments, such as /// <summary> unless i'm incorrect about this, how can i enable this thx There are no default comments for the Console application, however, you can simply add your own by typing /// at the top of the class/method/member you want to comment. ...Show All
Terry_0004 cant access benefit portal
When I try, it locks up IE. I have a .net and everything. Can someone give me a new link to the E-book. Thank You hi, try this https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 hope it helps ...Show All
Vadim Pokotilov VS C# Express hangs during install
I have Visual Web Developer Express succesfully installed along with Sql Express, .NET 2.0 Framework & SDK. But when I try and install C# Express it gets about 3/4 through the "Setup is loading installation components, this may take a minute or two" and then just hangs there, no errors or dialogs. Any suggestions on how to diagnose this I have cleared out temp folder and tried to re-install to no avail. Thanks. ...Show All
CCusson15 Missing Visible property on forms
I'm new to VB. Why is the visible property missing on the forms property list Your first reply was: It shouldnt be missing. Have you got the form selected. Are you looking in the right place - show the properties in alphabetical order and you'll find it easily. Now you say: It's not there and never was. So, which answer is correct I do show them alphabetically. Properties go from transparency key to widows st ...Show All
LordKrishna Move the Visual Studio 2005 folder to another location?
Hi all, I'm a beginer with VS, I started coding my first program inside the \my documents\Visual Studio 2005\ folder. now I want to move this folder to another location. What should I do if I want to keep all things together and keep my program organized inside the MVB2005EE program Thanks in advance, gren I was tired with this problem and started recoding from scratch inside the new folder. Howeve ...Show All
Mar&#237;a E Why two languages C++ and C#?
Something which slightly puzzles me is why Microsoft bothered to develop the C# language, when there was already an OOP language derived from C in existence (C++). C++ is, well, c++ c# is a copy of java made into a microsoft language. I would not say that it is a copy, there was already Visual J++ and now J# http://en.wikipedia.org/wiki/C_Sharp C# is designed with .N ...Show All
rlcowan Not Saving Data
Whats happening here I am making data filled forms and some save new data and some don't. Private Sub CongregationsBindingNavigatorSaveItem_Click _ ( ByVal sender As System.Object, ByVal e As System.EventArgs) _ Handles CongregationsBindingNavigatorSaveItem.Click Me .Validate() Me .CongregationsBindingSource.EndEdit() Me .CongregationsTableAdapter.Update( Me .TalkDataSet3.Congregations) End Sub Private ...Show All
the_skipster Vb.net manual installation problem
Hi, I downloaded the vb.net image file. But when i opened it with isobuster the file system seems to be blank. It shows CD Session1 Track01 And when i select Track01 no files are listed. I checked the filesize of the image and it is the same as mentioned in the site. Please help me coz it took some 5 to 6 days to ...Show All
WinFXGuy how to add flash content
hi can anybody tell me how to add a flash content to a visualbasic form Application.StartupPath returns the path to the folder that contains the current application's executable, so assuming that your SWF is in the same folder as your EXE: AxShockwaveFlash1.Movie = IO.Path.Combine(Application.StartupPath, "intro finale.swf") I believe that you can set the M ...Show All
SXUgomper Remove Global Hotkey?
Just trying to figure out how to remove a global hotkey. When debugging I have f12 mapped to perform an operation in a different program, but VS2005 wants to recognize this as a break command. I have tried going to options > environment > keyboard and removing the hotkey for f12 then restarting VS, but the hotkey still is in effect. Is their another way to remove VS from using global hotkeys if I don't wish it to ...Show All
matand Databases (lots of 'em!)
Hi there, I am new at Visual Basic Express, and am in the process of planning a Visual Basic Application. The project will rely on a a database - I am uncertain on a number of things. The data will need to be accessible in the office of the company - I was thinking of either on their NAS, or hosted on the Web. a) Which is better -Microsoft SQL Server or Microsoft Access I know t ...Show All
