155 Topics

Member Avatar for
Member Avatar for narsimhareddy

hi.....goodmorning to everybody, In my application if i entered a new record without using the storedprocedure can any one help me thanks in advance....

Member Avatar for abhishekabhi
-1
160
Member Avatar for DyO1

Hello can you please give me a code for a tabed web browser? browser name=webbrowser1 form name=form6 new tab button=NewTabToolStripMenuItem

Member Avatar for Maligui
0
101
Member Avatar for MaxRevenge

i made a couple of buttons in photoshop. then i animated them in flash cs3. as in when u click them they look pressed and look normal otherwise. then i played them in vb6 form using the shockwave flash control. thats all pretty and good. but thing is when i …

0
111
Member Avatar for circuit009

Hello Friends, I am using Free edition of Vevocart. Now i want to add a new module in the default page, where i can run special offers. To be specific i want to have special offers on weeks basis. Weekly i want to upload new images through admin which will …

0
165
Member Avatar for Eruditio

Is it possible to alter Excel Viewer print settings via VB.NET and, if so, what is the syntax I need to do this? I would like my application to be able to change the printing preferences of an Excel spreadsheet opened in Excel Viewer (through the application via `Process.Start()`). This …

Member Avatar for Eruditio
0
1K
Member Avatar for iFrolox

Hello everyone, im currently stuck because i'm not sure how to start on this part of my program. What i'll need help is controlling another application, my program is suppose to run another application, and be able to hide it, show it, verify that is running, it also needs to …

Member Avatar for iFrolox
0
3K
Member Avatar for nmaillet

I'm trying to create some custom styles/control templates for WPF. The only control that seems to be giving be any issues (so far) is the ScrollViewer: <Style x:Key="{x:Type ScrollViewer}" TargetType="ScrollViewer"> <Setter Property="OverridesDefaultStyle" Value="True"/> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="ScrollViewer"> <Border Background="#404040"> <Border BorderBrush="#808080" BorderThickness="1" Margin="4"> <Grid > <Grid.ColumnDefinitions> <ColumnDefinition/> <ColumnDefinition Width="Auto"/> …

0
151
Member Avatar for vimit

Hello, Please tell me how to use datagrid in C# windows application? How to use other controls like textbox, checkbox and combobox in datagrind and populate it from database. Thanks VIMIT

Member Avatar for faizan11
0
147
Member Avatar for ZeroZen

Hello Daniweb! I'm an amateur programmer who's learned quite a bit from online references, and usually searching eventually reveals the problem but I'm stuck! I've overcome many obstacles when creating a custom button on the Ajax Editor control, namespace issues, registring the controls properly etc. I resist the temptation to …

Member Avatar for hericles
0
204
Member Avatar for bilal_fazlani

#What do u think is wrong in this code???# ##no textbox is being affected :(## For Each ctrl As Control In Panel1.Controls If ctrl Is GetType(TextBox) Then CType(ctrl, TextBox).Text = "" End If Next

Member Avatar for ZeroZen
0
140
Member Avatar for ZeroZen

Hello Daniweb! I'm an amateur programmer who's learned quite a bit from online references, and usually searching eventually reveals the problem but I'm stuck! I've overcome many obstacles when creating a custom button on the Ajax Editor control, namespace issues, registring the controls properly etc. I resist the temptation to …

0
123
Member Avatar for james1on1

OK so i will try again to explain the full url or request is [CODE]http://www.yonewmail.com?hellocarl[/CODE] but the ?hellocarl part is diffrent each time i need to be able to set this field with a text box entry [CODE]webBrowser1.Navigate(http://www.yonewmail.com,+ textbox1.text"_self", null, "Mozilla/5.0 (");[/CODE] can someone help me please

Member Avatar for thines01
0
137
Member Avatar for lhsunshine

My problem is for postItem.aspx and giveComment.aspx, users cannot access without login. Can i use the nested-if method? Then how to use it? Thank you... In Login.aspx.cs if (temp == 1) { string cmdStr2 = "Select Password from Reg where Username= '" + txtUN.Text + "'"; SqlCommand pass = new …

Member Avatar for CriticalError
0
182
Member Avatar for adityamadhira

Hi I am new to PHP and need a help regarding data controls in PHP. Like grid view? Thanks

Member Avatar for pritaeas
0
286
Member Avatar for ctrl-alt-del

Hi all! This might be a thoroughly simple question, but as I am unable to formulate it in a simple sentence, Google cannot really help me. Since I will soon be buying a place of my own, I have certain desires which are of a geekier nature. A friend will …

Member Avatar for ctrl-alt-del
0
138
Member Avatar for EBS.VivekGupta

Hi, I am working on a Windows application project for 2 months. Today i found that my most of the control events are not firing.. Till yesterday night all the forms were fine but i wonder what happened today. Can anyone pls help me out..

Member Avatar for skatamatic
0
521
Member Avatar for Hmail

Hi all, I am working on a little application that displays internet video (using the chromeless Youtube player for now, will host more players later). So obviously I need something like a trackbar (slider) control to let the user jump to a specific position in the video. I do this …

Member Avatar for skatamatic
0
140
Member Avatar for jbutardo

Hi, I just have a program that needs a dialog box, but I have problem since I want the dialog box to do something. for example, I have a javascript dialog box that would create a message "You have an error, Do you want to save the Log File", Then …

Member Avatar for jbutardo
0
140
Member Avatar for JPByD

I have an existing project developed in C#. The project now has potential to be viewed within a frame on another site - developed in another technology - which is why the frame solution is better than incorporating into the other site. If the other site is used, I need …

0
126
Member Avatar for thegrovesy

Hi all, I have created a custom datagridview cell type (which allows the user to either enter text or add an image). This is working as I had planned, with one exception... This new cell type, which is set as the CellTemplate, has a button to the right of the …

Member Avatar for thegrovesy
0
313
Member Avatar for happygeek

You might think that there's not much further for a high-end low budget home entertainment remote control unit to go than the [URL="http://www.daniweb.com/hardware-and-software/home-theater-home-entertainment/reviews/324398"]One For All SmartControl that DaniWeb reviewed just over a year ago[/URL] now. However, One For All does not seem to agree as it has just launched the …

1
338
Member Avatar for y2kshane

im creating a custom User Control. its a custom picture box . i want to user to select the picture file from file system. so i use following code(i found it on a forum) . but vb says that code has a error . help me :'( [CODE] <EditorAttribute(GetType(System.Windows.Forms.Design.FileNameEditor), _ …

Member Avatar for y2kshane
0
214
Member Avatar for praveendasika

Hi I am a bit confused at how to approach this little basic issue. I have developed a web site that uses the masterpage - main.master So, Basically I want to add a control to the web page .But all I can see is contentplace holders and they are not …

Member Avatar for sgt_toasty
0
88
Member Avatar for Royson

I have an webbrowser control on my form. I am able display html files in that control. But my page contains some images if i give [B]absolute path[/B] to it then images are displayed. But if i give relative path then images are not shown in the pages. I have …

Member Avatar for hankas
0
2K
Member Avatar for xfbs

Hi Everyone! Just wondering: how many people here use [URL="http://github.com/"]GitHub[/URL]? I've been on it for maybe half a year now and I find it quite useful. What experience do you guys have with git? Cheers, xfbs

Member Avatar for peter_budo
0
252
Member Avatar for akil007

I have the User Control in which ajax datepicker. Many instances of this user control are used in Same page. I have handle my logic like change of one value of one datepicker can change other datepicker through JavaScript. But I have faced that I does not get any uniqueId …

0
77
Member Avatar for Ravenn

hi, i'm using an excel add-in which creates protected sheets where i can select options in different controls (like listboxes). I need to have a process run at intervals but this option is not included in the add-in. The process is initiated by selecting "Starts" from a listbox. Is there …

0
123
Member Avatar for codeorder

[CODE] With bulbPrgSave1, bulbPrgSave2 .Value = 50 End Wit[/CODE] What would I need to create something as the above and set values to 2+ ProgressBars? A Structure? Property?

Member Avatar for codeorder
0
179
Member Avatar for ggeoff

Hi I want to style a horizontal navigation bar so that the current tab, in this case linking to a different webpage is selected, highlighted. I thought that Focus would work but that only works for keyboard navigation. Update: [I] found this, but not during my intial search but in …

Member Avatar for ggeoff
0
328
Member Avatar for Nirvin M

I am new to ASP.NET MVC. I love and heavily used ASP.NET Web Form's User Controls. But I couldn't find anything to help me in developing MVC User Contols. Please tell me about User Controls in ASP.NET MVC.

Member Avatar for kvprajapati
0
72

The End.