2,383 Posted Topics
Re: Hi...Welcome to Daniweb Friend :) >>this is a cool an active site. Yes you're absolutely right. | |
Re: Post your question in [URL="http://www.daniweb.com/forums/forum14.html"]Computer Science and Software Design[/URL] | |
Re: on other form : [code]textbox1.text = frm_playername.txtPlayerName.text[/code] | |
Re: Maybe she want to found something that it has a connection with this site... Don't worry...what she can do here is always about computer, programming, technology, what else... :) | |
Re: [code=vb.net]Dim bmData As BitmapData = glyph.LockBits(New Rectangle(0, 0, glyph.Width, glyph.Height), ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb) Dim scan0 As IntPtr = bmData.Scan0 Dim nOffset As Integer = bmData.Stride - glyph.Width * 3 Dim pDest As Byte* = CByte(CType(scan0, void*)) For y As Integer = 0 To glyph.Height - 1 For x As Integer = … | |
Re: use Package & Deployment Wizard. Microsoft Visual Studio 6.0 ->Microsoft Visual Studio 6.0 Tools -> Package & Deployment Wizard. | |
| |
Re: what control of collection?listbox or combo box, listview?? | |
| |
Re: [QUOTE]i am writing in c#[/QUOTE] Post in [URL="http://www.daniweb.com/forums/forum61.html"]c#[/URL] or [URL="http://www.daniweb.com/forums/forum18.html"]asp.net[/URL]. this for vb.net | |
Re: please post in current section ([URL="http://www.daniweb.com/forums/forum117.html"]java script[/URL]). this for vb.net | |
Re: what the problem? getting data from database or set default value in dropdown list? | |
Re: [code=vb.net]Private Function ReturnNbrOfSelectedDataGridRows(ByVal dgSearchResults As DataGrid) As Integer Dim cm As CurrencyManager = DirectCast(Me.BindingContext(Me.dgSearchResults.DataSource, Me.dgSearchResults.DataMember), CurrencyManager) Dim dv As DataView = DirectCast(cm.List, DataView) Dim iRowCount As Integer = 0 For i As Integer = 0 To dv.Count - 1 If Me.dgSearchResults.IsSelected() Then iRowCount += 1 End If Next End Function … | |
Re: [QUOTE]outputTextBox.Text ="\t\t ..........\n";[/QUOTE] Should be : [code]outputTextBox.Text ="\t\t ..........[B]\r\n[/B]";[/code] | |
Re: Use "[B]Like[/B]" operand in your Select query. eg : Select * from Author where Id Like "1234" | |
Re: this thread already solved? if yes, please share your answer friend... so other members can learning form you :) | |
Re: it same... here is the code for vb : [code=vb.net]Private dtTScomponent As ToolStripControlHost Public Sub New() InitializeComponent() dtTScomponent = New ToolStripControlHost(dtMyDateTimePicker) MainToolStrip.Items.Add(dtTScomponent) End Sub[/code] | |
Re: [QUOTE]If something = true then something = 45 And something = 65 And something = 83[/QUOTE] what the result that you want it like be? there are something is one variable or many? i means there are many variable : eg: A = 45 and B = 65 and c … | |
Re: you can start with write file and read file into text file. use read file to check password... | |
Re: yeah, this problem happened to me too in this morning. when i tried to opened forum, it directed me to other site with crossbones pic then for few second other forum appeared and want me to Sign UP as their member... i just can opened my profile with cookies address … ![]() | |
Re: what kind of database? using public shared variable to accomodate data on datagrid and will call in other form. | |
The End.