-
- Visual Web Studio - templates missing!!?
by tvance929
- 3 Replies
- Last post
by tvance929
- I dont know what I did but I cannot open a New Web site I get NO VISUAL STUDIO TEMPLATE INFORMATION FOUND , then in the Event Viewer I get
The Visual Studio template information is out of date. Regenerate the templates by running 'VWDExpress /installvstemplates' or reinstalling Visual Studio. Note: corrective action requires Administrator privileges.
I have reinstalled web de
-
- Do a telnet action using Vb.net
by Psybilla
- 12 Replies
- Last post
by ReneeC
- Hi,
I'm writing a program to connect to telnet server and execute a command...
I 'm getting this error Value of type 'String' cannot be converted to 'System.Security.SecureString'.
Here is my code
Code Snippet
Dim tn As Process
tn = New Process
tn.StartInfo.FileName = "telnet.exe"
tn.StartInfo.Arguments = "10.0.0.1"
tn.StartInfo.User
-
- Weird warning
by JavaBoy
- 5 Replies
- Last post
by JavaBoy
- Hi everyone, I get weird warning when I try to take the length of the string in below: for(signed int a = exp.length()-1; a >= 0; a--) the warning is: c:\documents and settings\xxx\belgelerim\visual studio 2005\projects\hw4\hw4\algebraicexpression.cpp(21) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data How can fix this Would you please help me Thank
-
- split textbox.text into each character seperatly
by mustang29
- 9 Replies
- Last post
by mustang29
- I am new in Visual c# and I want to make een program that, when in have for example ABC in textbox and I click on an button, that in the second textbox came the A, in the third the B and in the fourth the C.
I have tryed already some things, but with no result.
Thanks already.
-
- Memory/resource leak.. HELP!
by Bernardo Salazar
- 4 Replies
- Last post
by Martin Xie - MSFT
- In new to visual basic development, and now, i have a problem with memory/resource leak..
my apps makes a series of tickets, that are send to dot-matrix printers using a shell(mybat.bat)... this works correctly, but, when i have a certain number of tickets printed, the shell ends with a "not enough memory resources to complete the operation". I changed the shell, and used a process.st
-
- hello friends i having a question pls help
by jin katama
- 8 Replies
- Last post
by jin katama
- i having a coding to check two files data by using binary reader
Private Sub CompareFile( ByVal start_at As Integer )
Dim i As String Dim x As String Dim pos As Integer
i = TextBox1.Text x = TextBox2.Text
If i <> String .Empty And x <> String .Empty Then i.CompareTo(x)
End If
If i = x Then
MsgBox( "Files Match" )
Else
-
- hi, A doubt on RichTextBox usage
by villu
- 2 Replies
- Last post
by Figo Fei - MSFT
- Hi,
I am working on dialog controls, am getting errors in coding new file and open file opens of File Menu Strips
I am writing code with the help of the tutorial, lesson 4 in the below link
http://msdn.microsoft.com/vstudio/express/beginner/reference/wf_vcsharp/default.aspx
Here is my code
using System;
using System.Collections.Generic;
using System.ComponentModel;
us
-
- slideshow
by clint 2
- 14 Replies
- Last post
by cheyenne
- how can I alter this code so it displays a different image every minute.....like slideshow
thanks
PictureBox1.Image = Image.FromFile _
(System.Environment.GetFolderPath _
(System.Environment.SpecialFolder.Personal) _
& "\Shell2.jpg" )
-
- center items on toolstrip
by charles C
- 1 Replies
- Last post
by nobugz
- how do i horizontal center items on toolstrip
-
- Stop VBE from rearranging the UI
by BloodyRain
- 2 Replies
- Last post
by Tall Dude
- How can I stop my VB Express from rearraging the UI
It loves it to resize the toolboxes that are attached to the borders of the Window like the solution explorer the properties and such to a height that there is nothing left than the drag line.
How the hell can I stop this
and another question, how the hell do I get a textbox set up that it accepts filedrags to get the filepath from the d
-
- reading files
by pinoyz
- 4 Replies
- Last post
by pinoyz
- hi anyone!
how can i set a streamreader which only read per word
for example
mytext1 mytext2
textbox1 should be in mytext1 and textbox2 in mytext2
-
- iTunes like floating album art?
by Grovesy
- 1 Replies
- Last post
by Figo Fei - MSFT
- Hi there. I am currently creating a media library application, and want to view album art in a similar way to itunes, like this: http://blog.wired.com/gadgets/battlestar_nbc.jpg Any ideas/ tutorials on how something like this might be achieved in C# (maybe using GDI+ ) The appearance of the album arts look like its 3D, but my guess is that isn't and its just using some image scalaing and perspec
-
- It's possible to make 3D games with Visual basic 2005 express edition?
by MarcosL
- 5 Replies
- Last post
by LogLivePlinko
- I just wanned to know if it possible to make 3D games with VB 2005. If is possible, can someone show me a sample game
-
- Removing Specified Text in Textbox
by UltimateSniper
- 4 Replies
- Last post
by UltimateSniper
- I am having trouble with what I thought was simple...
I am trying to copy the text from textbox 'OpenPath' to textbox 'SavePath' and in 'SavePath' I am trying to remove the file extension so it saves it in to the folder.
SavePath.Text = OpenPath.Text
Dim opentextlength As Integer
opentextlength = SavePath.TextLength - 4
SavePath.Text.Remove(opentextlength, 4)
&nbs
-
- create numbers
by Dhondtie
- 14 Replies
- Last post
by DMan1
- Hallo I 've got a problem with a kind of numbers. I want to have the code to create the following: 1: 1 2: 12 21 3: 123 132 213 231 312 321 4: 1234 1243 1324 1342 1423 1432 2134 2143 2314 2341 2413 2431 3124 3142 3214 3241 3412 3421 4123 4132 4213 4231 4312 4321 5: 12345 12354 ... So al the possible numbers you can create with a limited
-
- Access DAL Error
by minhnguyen
- 1 Replies
- Last post
by ahmedilyas
- i have table calldetail with filed recalltime in datetime type, when i build DAL agaist calldetail table, then i write CalldetailBLL access calldetailDAL, in C# ASP page i write code access that field recalltime, it rase error:
DAL code:
public System. DateTime RecallTime {
get {
try {
return ((System. DateTime )( this [ this .tableCS_CallDetail.Recall
-
- Visual basic express is very expensive
by Maviz
- 1 Replies
- Last post
by Samuel Lester - MSFT
- I was comfortable with visual basic 6 but I should say:
Visual basic express is not express and is not fun, it is actually time consuming and full of pain, Especially when your plan is more than just to view or delete data.
The so called user friendly supplementary tools, such as table adapter and query builder, are totally disastrous and are full of deficiencies that give you the feel
-
- How to deploy VC 2005 Express SP 1 solutions?
by oflebbe
- 3 Replies
- Last post
by Ted.
- Hi, I am quite confused about the deployment politics we should use with the Express Edition. Since there is no Support for Setup projects -- with merge modules -- in Express Edition , we had before SP1 the possibility either to use private SideBySide Assemblies (for instance with a local Microsoft.VC80.CRT.manifest) or the vcredist_x86.exe. Using private Side by Side assemblies for the VC Redistr
-
- cannot instantiate abstract class
by agiltinan
- 11 Replies
- Last post
by fchen
- Hi All, I'm a bit of a newbie at VC++ and have run into the following problem. Having looked at other related posts, i still can't solve the problem. The following is a sample of the code struct __declspec(uuid("9b7024e2-bd35-11d2-8ee4-0080c70a9c3d")) IPlate : IDispatch { // // Property data // __declspec(property(get=GetSolved)) VARIANT_BOOL Solved; //Raw methods vi
-
- Compling a c app
by a hagley
- 1 Replies
- Last post
by einaros
- Hello, I have a large numerical simulation code that I need to get compiling in Visual C++ 2005 express edition. The code is actually in standard C. This code has compiled just fine for years in Metrowerks codewarrior, but I now find that I need to use the GMP library that comes with the Intel compiler, that runs in VC. I tried making a project, and including the files that I use in MetroWerks. I
-
- How to include ActiveX in seperate class
by Noorul Ahmed
- 8 Replies
- Last post
by ReneeC
- Hi, Just a silly question. I want to include an activeX object in a seperate class, not on the form (as we do on toolbox -> rt click -> choose items and then drag and drop). How do I do that Thanks, Noorul
-
- Still got problem with Openfiledialog1
by chris441962
- 14 Replies
- Last post
by chris441962
- Hello.
Sorry to botther you again.
am still having problems with OpenFileDialog1
when i open a file in RichTextBox, the file opens ok,
but the problem is with Rich Text Files.
when I open a Rich Text file i get garbage in the file as well,
like this:
{\rtf1\ansi\ansicpg1252\deff0\deflang2057{\fonttbl{\f0\fnil\fprq1\fcharset0 Courier New;}{\f1\fswiss\fcharset0 Arial;}}
{\col
-
- How can I trigger an application within C# environment ?
by Moksi
- 1 Replies
- Last post
by mberseth
- Is there any body who can tell me How I can start an .exe application within
C# environment
-
- Modify row data in a table without datagridview?
by js06
- 2 Replies
- Last post
by js06
- I was helping someone calculate some data from seperate tables and put the calculated values into a datagridview column that is added just for these values. (total column)
They asked me if they could do the same thing but make the changes directly to the table without the use of the datagridview. The total column would be existing in the table already since you can't add it at runtime as far
-
- Saving Size in Applications settings
by Dieter Menne
- 7 Replies
- Last post
by Anonymousaaaaaaaaaaaaaaaahhhh
- I tried using Applications Settings set from the designer to persist Location and Size of a Windows Form. This works perfectly for Location and a few dozen of other settings; however, Size does not turn up in the Application Setting Dialog ( MaximumSize and MinimumSize do). Is there a reason why Size cannot be set from the Designer Dieter