Forum: VB.NET Oct 9th, 2009 |
| Replies: 4 Views: 310 if strFile.Length <> 0
'Code
end if |
Forum: VB.NET Oct 9th, 2009 |
| Replies: 2 Views: 402 As u all know,at runtime we can move the form.
I use the foll. code,so dat form doesn't move.I want to ask dat is there any easy way to do it.
Mine code below working correctly,but lengthy-
... |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 1 Views: 263 http://www.vbforums.com/showthread.php?p=3624924#post3624924 |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 1 Views: 156 http://www.dotnetspider.com/forum/225701-Recent-interview-question.aspx |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 1 Views: 156 I was asked Suppose there is table A in DB,Suppose when we update that table,whose are two tables(Magic tables) that are updated other than table A? |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 1 Views: 263 I want to change the value & its backcolor of cell.
On Button1_Click,I m adding records to the Gridview.
On Button3_Click,I want to chnage the value of cell & its backcolor.
Suppose two Rows &... |
Forum: VB.NET Sep 22nd, 2009 |
| Replies: 1 Views: 245 I want to after clicking on button2,after that if i click on button1 then msg is not displayed
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As... |
Forum: VB.NET Aug 27th, 2009 |
| Replies: 2 Views: 875 Below code is opening Folder Browser dialog on button click, I want that if mine PC is in network..In Folder Browser Dialog even the network drives are coming,I want that Network Places do not come... |
Forum: VB.NET Aug 6th, 2009 |
| Replies: 4 Views: 540 hi sknake,below is the C# code
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using... |
Forum: VB.NET Aug 5th, 2009 |
| Replies: 4 Views: 540 Suppose I have two exes WindowsApplication1.exe WindowsApplication2.exe..On the form load of WindowsApplication2.exe,I m calling WindowsApplication1.exe & sending the command line arguements..I... |
Forum: VB.NET Aug 1st, 2009 |
| Replies: 0 Views: 435 Suppose I have webbrowser in mine form..Is it possoble to capture only the cookies create by mine webbrower..suppose before starting the project,in mine cookies folder there are cookies names cookie1... |
Forum: VB.NET Jul 27th, 2009 |
| Replies: 1 Views: 390 I want to lock the folder.I have found the code,but its not helpful
http://www.codeproject.com/KB/files/Unique_Folder_Protection.aspx
Suppose mine foldername is sonia ,In the codeProject code,he... |
Forum: VB.NET Jul 26th, 2009 |
| Replies: 3 Views: 485 There is no error in code,have u run the code..Its too lengthy process of IE Browser..Frnd i have added web browser in the similar way..I want an easy method of buliding IE Webbrowser...can u plz... |
Forum: VB.NET Jul 25th, 2009 |
| Replies: 3 Views: 485 I m working on project in which i have to add tab & close tab as that of IE.
I m able to do dat,but its not very much clean.Check it out.Plz see if somebody can help me to do it more better.
... |
Forum: VB.NET Jul 23rd, 2009 |
| Replies: 2 Views: 1,903 hi frnd,I do little modification & it worked.Thx.
FINAL CODE
Public Class Form1
Private Sub TabControl1_MouseUp(ByVal sender As System.Object, ByVal e As... |
Forum: VB.NET Jul 22nd, 2009 |
| Replies: 2 Views: 1,903 I drag Tabcontrol.& add two tab pages.
I have contextmenu Strip, dat i bound to tabcontrol.I select the ContextMenuStrip & set it to ContextMenuStrip1
Now i right click on tab headers.Suppose i... |
Forum: VB.NET Jul 19th, 2009 |
| Replies: 5 Views: 344 hi thx adatapost, hi ravikiran03 u got ur answer |
Forum: VB.NET Jul 19th, 2009 |
| Replies: 5 Views: 344 hello adapost, but when i click on button,first label text doesn't change to before,But sleep is working, & after some seconds label text is chnage to after
Imports System.Threading
Public Class... |
Forum: VB.NET Jul 19th, 2009 |
| Replies: 3 Views: 1,183 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Try
MsgBox("Form Load")
Catch ex As Exception
... |
Forum: VB.NET Jul 19th, 2009 |
| Replies: 12 Views: 463 frnd its too easy,sorry to say dat but u didnt show me any effort.
Anyways i m posting updated code here-
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As... |
Forum: VB.NET Jul 19th, 2009 |
| Replies: 9 Views: 1,427 I dont know y r u facing this probs,frmCl is not declared-
see mine code working 100% correctly-
FORM1 CODE
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal... |
Forum: VB.NET Jul 18th, 2009 |
| Replies: 12 Views: 463 Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Try
Dim sArr() As String
Dim a As String = "a-b-c-d-e"
... |
Forum: VB.NET Jul 18th, 2009 |
| Replies: 9 Views: 1,427 R u initialising any components in frmCL.means r u using this code-
Public Sub New()
' This call is required by the Windows Form Designer.
InitializeComponent()
... |
Forum: VB.NET Jul 17th, 2009 |
| Replies: 9 Views: 1,427 I dont know what u r doing this
Dim frmCL As DataGridButton.frmCaseList = New DataGridButton.frmCaseList()
frmCL.Show()
To call one form from another
Private Sub... |
Forum: VB.NET Jul 17th, 2009 |
| Replies: 12 Views: 463 Can i give u the eg,Suppose string contains a-b-c-d-e & I then split it with "-" & create the five labels & give them name..Is dat ok..Plz explain in detail wat u want??? |
Forum: VB.NET Jul 16th, 2009 |
| Replies: 2 Views: 166 put the code here,so dat we can check it out where u r getting probs |
Forum: VB.NET Jul 16th, 2009 |
| Replies: 3 Views: 498 Frnd tell me one thing u want to select item from combobox or u want to add the item to the combobox,dat u retrieve from the database |
Forum: VB.NET Jul 16th, 2009 |
| Replies: 12 Views: 463 which array u want to split , fragments_allocation or server_names..& tell the values going into these arrays?????????? |
Forum: VB.NET Jul 16th, 2009 |
| Replies: 1 Views: 446 Drag treeview named TreeView1, textbox named TextBox1,
button named Button1.
I m adding nodes programmatically. Select the node,Enter text in TextBox1 & then click on Button1 to add the node.
... |
Forum: VB.NET Jul 16th, 2009 |
| Replies: 1 Views: 261 Frnd its not possible to write all the setup steps here..I thk so nobody will help u in dis matter |
Forum: VB.NET Jul 15th, 2009 |
| Replies: 12 Views: 463 wat happened,atleast respond soemthing...is this not the soln u r looking for!!!!!!!!1 |
Forum: VB.NET Jul 15th, 2009 |
| Replies: 12 Views: 463 frnd its too easy..
On Form_Load I m adding two lables at Runtime & setting their names..On Button4 click. I m getting that two label names..
Imports System.Drawing.Drawing2D
Public Class... |
Forum: VB.NET Jul 15th, 2009 |
| Replies: 7 Views: 471 ks thx for suggestions....helpfull tips!!!!!!!!! I m still not marking traed as solved,may be i got ans from anybody |
Forum: VB.NET Jul 14th, 2009 |
| Replies: 7 Views: 471 Y u r right i cannot assign resource image to URL...Oops i was wrong...
Public Class Form2
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles... |
Forum: VB.NET Jul 14th, 2009 |
| Replies: 7 Views: 471 Sir its not working..
Public Class Form2
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
AxWindowsMediaPlayer1.URL =... |
Forum: VB.NET Jul 13th, 2009 |
| Replies: 2 Views: 301 Private Sub TreeView1_NodeMouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.TreeNodeMouseClickEventArgs) Handles TreeView1.NodeMouseClick
MsgBox("")
End Sub
Change... |
Forum: VB.NET Jul 13th, 2009 |
| Replies: 3 Views: 613 hi kimbula, if u get answer to ur question, mark this thraed as solved,so dat it will be helpfull for others also |
Forum: VB.NET Jul 13th, 2009 |
| Replies: 3 Views: 361 Can u plz tell me which functinality u want to do using CTRL + A & on which control.....so dat i can help u further |
Forum: VB.NET Jul 13th, 2009 |
| Replies: 11 Views: 1,065 Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Dim Getstr As String = "1,34,579,77356"
Dim sArr() As String
Dim... |
Forum: VB.NET Jul 13th, 2009 |
| Replies: 3 Views: 249 Sir I ,m alraedy working as a VB>Net developer,i m looking for change,but i dont think so dat mine dis interview will going to be clear!!! Mine bad luck. |