-
- How could I postpone the draw of my forms when my application starts?
by Evoluator
- 9 Replies
- Last post
by nobugz
- In my application I am trying to wait for about 4 secounds before the main form is being draw. How could I do this
-
- objStreamWriter.WriteLine and updated variables
by mparish
- 1 Replies
- Last post
by Tall Dude
- Hello!
I'm using V/S 2005 V/B - trying to use objStreamWriter to write a variable to a text file. The variable is getting updated multiple times. (Currently I'm running the loop just 10 times to fix this problem at hand.) I KNOW the string is getting updated properly in my logic, but the WriteLine method will not write out the updated text of the string! It's only writing out the first val
-
- Skincrafter
by Ben Sprinkle
- 2 Replies
- Last post
by Bite Qiu - MSFT
- I was wondering, what do yall think of Skincrafter It lets you use different skins for your program. Do yall think it is okay in Microsoft's terms
Have you ever used it What is it like
-
- FolderBrowserDialog hide hidden/system folders
by wimkooy1007
- 3 Replies
- Last post
by wimkooy1007
- As a Visual Basic 6 user I'm just diggin into Visual Basic 2005 Express Edition and have the following 'problem':
I'm using the FolderBrowserDialog to let the user pick a folder (off course!), but I don't want him to see hidden/system folders.
Is there a way to temporarily turn off the showing of hidden/system folders from within my application
With kind regards,
Wim Kooy
-
- SplitContainer.SplitterDistance question
by leshay
- 5 Replies
- Last post
by leshay
- Hi
I have 1 vertically split SplitContainer containing 2 other SplitContainers each horizontally split .
In my project, I set the SplitterDistance for each of the 2 horizontally split SplitContainers.
There seems to be a 'block' distance (650) beyond which I cannot set the SplitterDistances.
The problem is, the SplitterDistance works, but only to the above maximum d
-
- How can I move the picture
by monurce
- 4 Replies
- Last post
by monurce
- Hi I couldn't move the Picturebox1 in form. I wanna make an animation and picture should come to right. I've used a timer, ad I've added that code piece; PictureBox1.location = (PictureBox1.location + 10); but that codes have a little errors.Where is my wrong , Can you help me, a little piece code is enough. Thanks
-
- Database Project in VB2005EE again/still
by CamPeck
- 1 Replies
- Last post
by Bruno Yu - MSFT
- This question got marked as answered in a previous thread but even though the code runs without error it doesn't produce the result I was looking for.
The following is the code: plse see comments after the code.
Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load
'TODO: This line of code loads data into the 'RTOW_APCDDataS
-
- >LINK : fatal error LNK1104: cannot open file 'C:\Documents and Settings\Math\My Documents\C++\Chess\Release\Chess.exe'
by King_Leo5
- 14 Replies
- Last post
by einaros
- Hi.
This error is really annoying me because i cannot work out what is causing it. I am new to .Net and i am making a chess program in it. However, the first time i press F5 to run it it works fine but once i locse the form and then try and try F5 again i get this error:
>LINK : fatal error LNK1104: cannot open file 'C:\Documents and Settings\Math\My Documents\C++\Chess\Release\Chess.exe'
-
- how do i hex edit a file.....?
by Adam13579
- 4 Replies
- Last post
by ReneeC
- hi, what i want my program to do is open a file, find a group of letters e.g. "hello" and replace then with somthing else e.g. "food". i then want it to save the file.
how would i do this i am new to visualbasic and dont know what i am doing.
-
- Attach pictures or HTML link to the button
by NAHK231
- 2 Replies
- Last post
by Bruno Yu - MSFT
- I am trying to create a Web site without any prior experience. I have added buttons to the page e.g. a button for picture gallery but I don't know how to attach this button to the pictures from My Pictures folder. If some one can help me I will be thankful.
-
- Download Help !!
by T3hedge
- 2 Replies
- Last post
by T3hedge
- i am having a very hard time in downloading (on all versions of Visual Express). i can get the download process all the way to the screen that says what its downloading and the status. But after i get to this point installation stops. it is almost like it freezes becauses the cancel button does not work and i have to ctrl+alt+delete. i know the instalation works becuase i got it to work on another
-
- How do I Update with Parameters
by abasilis
- 3 Replies
- Last post
by Martin Xie - MSFT
- I'm Using this part of code to save all he information in the Database:
Dim strDB1 As String = "Data Source=.\SQLEXPRESS;" & _
"Initial Catalog=CustomerInformation;Integrated Security=true"
Dim conDB1 As SqlConnection
Dim cmdDB1 As SqlCommand
Dim strSQL1 As String = "INSERT INTO Name (ID, LastName, FirstName, Status, Amount,
-
- 2005 C++ Express Edition: licensed for comercial use?
by Pheno
- 4 Replies
- Last post
by Rudedog3
- Hi, Is Visual Studio 2005 C++ Express edition licensed for writing code while at work, to be used in a comercial product My IT department has asked me to uninstall it and use the 2003 Standard edition we have licenses for, but I much prefer 2005 Express. The post below seems to suggest it is completely free as long as you downloaded before November 7, 2006 (which I did). http://forums.micros
-
- Don't Understand how this is possible?
by Shad7867
- 8 Replies
- Last post
by Shad7867
- Hi
I am (as you will realize when you read below) a novice to programming and .NET.
I have written a little code, very simple, but it is giving me the wrong result What am I doing wrong, how do I correct to bring about correct result. Any inpup would be much apprciated.
Shad
Dim NumOfIntervals As Integer
Dim StartInterval As Long
Dim EndInterval As Long
D
-
- Datagridview cell content deselect
by Tigerwood2006
- 8 Replies
- Last post
by ReneeC
- I have a question regarding the Datagridview control. When I use mouse to select one cell, the value of this cell will be selected automatically, but I would prefer it not being selected, just put the cursor at the end of the value. How can i do that Thanks
-
- Text Box VALIDATION, VB.net 2005 Professional
by Beginer user
- 3 Replies
- Last post
by Squire James
- Hi Dear
I am working on a project as part of my coures, I need to validate some text boxes to avoid unwanted data format entering my access database they are as following.
txtPerformerID.Text = "RAHP001"
txtName.Text ="name"
txtAgentName.Text ="name"
txtPhoneNumber.Text="00442222222222" (UK Phone number)
txtHouseNo.Text ="232" (Alphanumeric)
txtStreet.Text ="London Road"
-
- Using an Accept Button within a TabControl
by Jetpilot86
- 5 Replies
- Last post
by DMan1
- I have a form that contains a tabcontrol.
When I press the enter key, I'd like the tab to activate an accept button within that particular tab.
I know how to set the Accept button at the form level, but not within individual tabs.
Code or menu routings please.
Tried TabPage2.acceptbutton = btnCalculateFlop
Where TabPage2 is the Tabcontrol page, and btnCalculateFlop is the butt
-
- DataGridView + Mouse Change
by obrienkev
- 2 Replies
- Last post
by obrienkev
- Hi,
How do I change the mouseover state for a column
Below is my code so far...
Code Snippet
DataGridView dgv = sender as DataGridView ;
if (e.ColumnIndex == 5)
{
dgv.CellMouseMove = Cursors .Hand;
}
Thanks.
-
- Quickness in painting Question
by betardfooser
- 6 Replies
- Last post
by betardfooser
- When I first started programming, i was using a language that .... was literally only text; there was no design layout. If you wanted to display a picture, you had to say "DrawImage( img, locx, locy, ...)". When I Set a form Up in vbe, i often find that not using controls and using the "Paint" event to draw everything makes the whole application Smoother. Controls flicker and d
-
- I wanna make a timer
by sic0198
- 1 Replies
- Last post
by Paul Domag
- Ok what I wanna do is use c# to create a program which counts down to a specific time, I wanna make a program which counts down down to midnight on October 17, 2007.....please help me out. I really don't know what I'm doing, but with your help I am willing to learn.
-
- Display a movie
by Aditon
- 14 Replies
- Last post
by Martin Xie - MSFT
- Hi,
I want to display a movie in VB forms and I should be able to click on it and do something if clicked. How do I do this
Thank You.
Aditon
-
- MsgBox Size and Position
by ron nash
- 8 Replies
- Last post
by Dave299
- Hi,
How can I set the size and position of the standard message box control.
-
- Somthing missing
by ZAKS
- 3 Replies
- Last post
by Dave299
- Hello All
I have some kind of homework ...the good news: i did it but the problem is that the drawing never completes.
I have to build a recursive sub to draw nested circles, but the program is that it only draws on a spesific part of the form.
I need an advise how to solve the problem, to complete my HW and send it to my totur.
the code is :
Dim graph As System.Drawing.Gr
-
- Help me with the program speed! Need all gurus!
by ohhohooh
- 4 Replies
- Last post
by bdbodger
- Run this program: (1,7 MB download at Rapid share): http://rapidshare.com/files/55105872/Program.zip.html This program have many feature such as compress file, but I'm very angry! WHY THE PROGRAM RUN SO SLOWWWWWWWWWWWWWWWWWWWW ALL THE THINGS! I don't know why but I will post the code below (a part of main form code): [/code] Imports System Imports System.IO Imports System.Diagnostics Imports Sys
-
- How share information between 2 functions
by Carlo Rivolta
- 6 Replies
- Last post
by rauhanlinnake
- I have 2 functions. func1 has an infinit loop under a while loop. You can break the infinit loop if a global variable becames true by func2. How doing the same thing without an infinit loop
func2 turns the global variable from false to true.