[RESOLVED] Asp.net webforms stacking panels
I have two panels in my webforms application. At startup, I have one panel with display: block and the other display: none... Both have the same size and location. On clicking a button I want one to...
View ArticleAvoiding Cross Thread warnings during SerialPort.ReceivedData events
My program reads a serialport data packet stream from a remote device. The serialport read is event driven: Code: Private Sub SerialPort_DataReceived(ByVal sender As Object, ByVal e As...
View ArticleHow to Delete a DataGrid1 Row Without Deleting All the Rows After? VB6
Hello, I have a DataGrid1 hooked up to adodc1, and an access file connected with adodc1 through settings (not code). The problem is when I delete a row from the middle of DataGrid1 using a DblClick on...
View ArticleHow to take basic calculations in a text box as an input
Hi, I have designed a time converter (with the help of this forum members) which you see below: The text box just accept integer numbers. I want to develope my code and do some basic calculations in...
View ArticleVS 2010 e.keychar = chr(9) not working
why does the tab not work? Code: Private Sub TextBox2_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox2.KeyPress If e.KeyChar = Chr(13) Or...
View Article[RESOLVED] $%%$$%# Personal.xlsb
As an experiment I created a Personal.xlsb file for myself to see what it was like using one. I wasn't happy with the results so I deleted it. After that it doesn't show up in my VBAProject window...
View Article[RESOLVED] How to take basic calculations in a text box as an input
Hi, I have designed a time converter (with the help of this forum members) which you see below: The text box just accept integer numbers. I want to develope my code and do some basic calculations in...
View ArticleVS 2010 [RESOLVED] e.keychar = chr(9) not working
why does the tab not work? Code: Private Sub TextBox2_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox2.KeyPress If e.KeyChar = Chr(13) Or...
View ArticleLoop not working
Hi there, I am new here and need assistance with a very simple code that sometimes wont work. Scenario: At work I cannot run an excel sheet linked to a RDT server to get online stock quotations and the...
View ArticleVS 2010 [RESOLVED] text to voice
Hello, I am using text to voice (sapi) for the first time. I have a working program to help kids with their spelling. It says the word, you type in the word, it checks the spelling. The issue I am...
View ArticleOverwrite File
Hello everyone, i wanted to know how to overwrite any binary file in vb6. For example: myfile.docx myfile.dat (or any other extension) Thanks in advance :)
View ArticleShow label over listview
Why i cannot show a label over listview? Just make front view property on label.
View ArticleVS 2010 [RESOLVED] conway"s game of life
Does anyone have or know of a WORKING game of life for 2010. the one I found on the web don't seem to work! Thanks George
View Articlevb6: package and deployment wizard
Hi I am trying to compile the program on my laptop for deployment to my desktop computer using package and deployment wizard. I get the error message "unexpected error number 429 has occurred. Active X...
View Articleun-install vb6
I have un-installed vb6 using control panel , programs and features, uninstall and VB6 no longer appears in the list of programs. However VB6 is still on the computer and runs. How do I uninstall VB6...
View Article[RESOLVED] Any special behavior on Forms with SizableToolWindow vs Sizable?
I have a MainForm, Form1 (Sizable), Form2 (SizableToolWindow) and DowndownForm (SizableToolWindow). After DropdownForm hiding, the active Form is supposed to fall on caller Form, but fall on MainForm....
View ArticleVS 2012 Building a Windows program, possibly a service
I have been thinking about this for a while, have asked for help here (and received it), and have tried various things, but nothing is a) completely working and b) as simple to implement as I imagined....
View Articleasp.net webform app not working in iphone (safari and chrome)
I wrote an asp.net webforms app, that is working perfectly in my desktop browser (chrome), but it doesn't load in my iphone browser (safari or chrome). at first i thought it was a css problem, but it...
View Article3d with vb6 (dx7 - rmcontrol.ocx) - SpaceX's Starship SN5
project download: 3d scene - SpaceX's Starship SN5 150m hop test.zip Simple 3D engine project created with vb6, directx 7 and rmcontrol.ocx .x models created with 'art of illusion', 'wings 3d' .bmp...
View Articlecant see list box
I'm creating a new interface that has 4 list boxes on it. I named each list box. I tested the program by pressing start and I can only see 3 boxes. I went back to the designer for some reason only 3...
View Article